forked-synapse/synapse/push
2015-12-16 18:42:09 +00:00
..
__init__.py Store nothing instead of ['dont_notify'] for events with no notification required: much as it would be nice to be able to tell between the event not having been processed and there being no notification for it, this isn't worth filling up the table with ['dont_notify'] I think. Consequently treat the empty actions array as dont_notify and filter dont_notify out of the result. 2015-12-10 18:40:28 +00:00
action_generator.py still very WIP, but now sends unread_notifications_count in the room object on sync (only actually corrrect in a full sync: hardcoded to 0 in incremental syncs). 2015-12-16 18:42:09 +00:00
baserules.py Change the m.room.message rule to be disabled by default so we only notify for 1:1 rooms / highlights out-of-the-box 2015-12-02 11:26:49 +00:00
httppusher.py Reuse a single http client, rather than creating new ones 2015-12-02 11:36:02 +00:00
push_rule_evaluator.py Store nothing instead of ['dont_notify'] for events with no notification required: much as it would be nice to be able to tell between the event not having been processed and there being no notification for it, this isn't worth filling up the table with ['dont_notify'] I think. Consequently treat the empty actions array as dont_notify and filter dont_notify out of the result. 2015-12-10 18:40:28 +00:00
pusherpool.py Simplify LoginHander and AuthHandler 2015-08-12 15:49:37 +01:00
rulekinds.py Copyright notices 2015-04-24 10:35:29 +01:00