summary refs log tree commit diff
path: root/synapse/notifier.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-14Reduce spurious calls to generate syncErik Johnston1-13/+31
2017-03-14Address review commentsRichard van der Hoff2-20/+31
2017-03-14re-refactor exception heirarchyRichard van der Hoff1-16/+14
2017-03-14Fix current_state_events table to not lieErik Johnston1-3/+28
2017-03-13Implement _simple_delete_many_txn, use it to delete devicesLuke Barnard4-11/+101
2017-03-13FlakeLuke Barnard1-0/+2
2017-03-13Implement delete_devices APILuke Barnard1-0/+47
2017-03-13Fix routing loop when fetching remote mediaRichard van der Hoff4-14/+102
2017-03-13Add new storage function to slave storeErik Johnston1-0/+4
2017-03-13Bring example log config into line with defaultRichard van der Hoff1-2/+4
2017-03-13Add helpful texts to logger config optionsRichard van der Hoff1-5/+7
2017-03-13CommentsErik Johnston1-0/+12
2017-03-13Revert "Support registration & login with phone number"Erik Johnston9-395/+50
2017-03-13Assume rooms likely haven't changedErik Johnston2-8/+14
2017-03-10Get current state by using current_state_events tableErik Johnston5-31/+52
2017-03-10Add an option to disable stdio redirectRichard van der Hoff1-1/+12
2017-03-10Refactor logger config for workersRichard van der Hoff9-13/+26
2017-03-10Reread log config on SIGHUPRichard van der Hoff1-10/+19
2017-03-10Fix it for the workersErik Johnston1-0/+8
2017-03-10Noop repated delete device inbox calls from /syncErik Johnston2-4/+38
2017-03-10Add setdefault key to ExpiringCacheErik Johnston1-0/+7
2017-03-09Move FederationServer._handle_new_pdu to FederationHandlerRichard van der Hoff2-198/+198
2017-03-09