forked-synapse/synapse/handlers
2014-12-08 00:17:12 +00:00
..
__init__.py SYN-48: Implement WHOIS rest servlet 2014-09-29 14:59:52 +01:00
_base.py Fix bugs in invite/join dances. 2014-11-25 17:59:49 +00:00
admin.py SYN-48: Implement WHOIS rest servlet 2014-09-29 14:59:52 +01:00
directory.py Return 404 M_NOT_FOUND when trying to look up a room alias that doesn't exist 2014-11-21 15:11:48 +00:00
events.py Attempt to fix bug where we 500d an event stream due to trying to cancel a timer twice 2014-11-26 18:04:33 +00:00
federation.py actually reset retry schedule if we can successfuly talk to it 2014-12-08 00:17:12 +00:00
login.py Fix pep8 and pyflakes warnings 2014-11-20 18:00:10 +00:00
message.py Fix bugs in invite/join dances. 2014-11-25 17:59:49 +00:00
presence.py @log_function on PresenceStream's get_new_events_for_user() 2014-12-03 19:48:14 +00:00
profile.py Add a few missing yields, Move deferred lists inside PreserveLoggingContext because they don't interact well with the logging contexts 2014-11-20 16:24:00 +00:00
register.py Fix pep8 and pyflakes warnings 2014-11-20 18:00:10 +00:00
room.py Squash room_ids list to a set() to remove duplicates - with TODO marker as I have no idea /why/ the dups are happening in the first place 2014-12-02 20:51:12 +00:00
typing.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00