forked-synapse/synapse/handlers
2015-02-09 15:20:56 +00:00
..
__init__.py Dependency inject ApplicationServiceApi when creating ApplicationServicesHandler. 2015-02-05 17:04:59 +00:00
_base.py Replace hs.parse_userid with UserID.from_string 2015-01-23 11:47:15 +00:00
admin.py Update copyright notices 2015-01-06 13:21:39 +00:00
appservice.py Fix bugs so lazy room joining works as intended. 2015-02-09 15:01:28 +00:00
directory.py Fix bugs so lazy room joining works as intended. 2015-02-09 15:01:28 +00:00
events.py Merge branch 'develop' into pushers 2015-01-28 12:51:05 +00:00
federation.py Don't query auth if the only difference is events that were rejected due to auth. 2015-02-06 14:16:50 +00:00
login.py Modify API for SimpleHttpClient.get_json and update usages. 2015-02-04 17:07:31 +00:00
message.py SYN-202: Log as WARN the 404 'Presence information not visible' errors instead of as ERROR since they were spamming the logs 2015-02-05 13:17:05 +00:00
presence.py Merge branch 'develop' into pushers 2015-01-28 12:51:05 +00:00
profile.py Replace hs.parse_userid with UserID.from_string 2015-01-23 11:47:15 +00:00
register.py Merge branch 'develop' into application-services 2015-02-09 15:20:56 +00:00
room.py Pass through list of room hosts from room alias query to federation so that it can retry against different room hosts 2015-02-05 13:44:42 +00:00
sync.py SYN-258: get_recent_events_for_room only accepts stream tokens, convert the topological token to a stream token before passing it to get_recent_events_for_room 2015-02-06 15:58:40 +00:00
typing.py Replace hs.parse_userid with UserID.from_string 2015-01-23 11:47:15 +00:00