Griatch
Griatch
@friarzen - I'm closing the `develop` branch, meaning this PR will close as well. We'll still need this, but it's pending resolution of https://github.com/evennia/evennia/issues/2031 before it can be used. Feel...
Closing this, as we need to add more linking capabilities so people don't abuse Tags enough for this be an issue.
Quelling happens at the account level, which is shared between characters, so that's likely where the system gets confused. I agree one should be able to quell per session.
Looking into this, this will be best addressed when we move to SessionDB (post 1.0 release) and can store separate states per-session a little easier. This is easy enough to...
If someone is interested in taking this on, feel welcome :)
The initial proposal for this does not work, and a workaround was found, so closing.
Afaik this is still a thing, but haven't tested to reproduce.
I set up testing and can reproduce this (led to a refactor of EvForm too along the way). But this is not something easy to resolve with the current system...
I investigated this; and it's not really possible to do - the `at_*_creation` hook is called via a signal and we can't set it up to pass kwargs like this....
@BP-Santo 1. Already today you can filter by tag but sure, filter by module-name sounds like a good addition. 2. The listing already separates ingame from module-based prototypes as I...