MatrixSynapse/synapse/handlers
Kegan Dougal 67a406a754 Rate limit display names and avatar urls per request rather than per event. 2014-12-19 17:36:33 +00:00
..
__init__.py SYN-48: Implement WHOIS rest servlet 2014-09-29 14:59:52 +01:00
_base.py Construct the EventContext in the state handler rather than constructing one and then immediately calling state_handler.annotate_context_with_state 2014-12-16 15:59:17 +00:00
admin.py SYN-48: Implement WHOIS rest servlet 2014-09-29 14:59:52 +01:00
directory.py Don't ratelimit room create events 2014-12-19 14:18:27 +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 Supply auth_chain along with current state in '/state/', fetch auth events from a remote server if we are missing some of them 2014-12-18 18:47:13 +00:00
login.py Fix pep8 and pyflakes warnings 2014-11-20 18:00:10 +00:00
message.py bump_presence_active_time when sending a message event 2014-12-19 14:30:57 +00:00
presence.py Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor 2014-12-04 15:58:24 +00:00
profile.py Rate limit display names and avatar urls per request rather than per event. 2014-12-19 17:36:33 +00:00
register.py Fix registration 2014-12-08 09:24:37 +00:00
room.py Set a state_key for the topic and room name, otherwise they won't be treated as room state 2014-12-19 15:31:27 +00:00
typing.py clean up coding style a bit 2014-12-16 15:24:03 +00:00