This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
5bc2a89fbd
evennia
/
evennia
/
comms
History
Download ZIP
Download TAR.GZ
Griatch
44e4ff4c1d
Change to use the subscriptionhandler in distribute_message to support both players and objects subscribing to channels.
2016-10-20 08:08:55 +02:00
..
migrations
Added 'blank=True' to all the null fields in Msg. 'blank' is not redundant with 'null' - it's a constraint for django admin's validation. Without blank=True, a field cannot be left empty.
2016-09-21 17:33:19 -04:00
__init__.py
Added better docstrings to subpackages and cleaned out some places which were unclear.
2015-02-23 17:46:42 +01:00
admin.py
Run migrations! Adds support for saving Msg entities in an Attribute. Note that recovering Msgs from an Attribute saved *before* this fix can still cause tracebacks. They may not be recoverable since dbobjects are not possible to unpickle on their own.
2016-09-05 11:15:14 +02:00
channelhandler.py
Okay, next try! I added 'on' and 'off' as arguments for the base channel command in channelhandler which allows you to unmute or mute the channel respectively, and added the mute and unmute methods to ChannelDB. distribute_message now checks for a subscriber being muted before passing along the message. Reverted the changes to the channel cmdset. Added the 'all' switch to delcom to allow for the deletion of aliases, otherwise it keeps the aliases intact for when they next join the channel.
2016-10-20 08:08:55 +02:00
comms.py
Change to use the subscriptionhandler in distribute_message to support both players and objects subscribing to channels.
2016-10-20 08:08:55 +02:00
managers.py
Removed some debug output.
2016-06-26 09:46:58 +02:00
models.py
Added missing import for subscriptionhandler.remove()
2016-10-18 23:10:27 +02:00