MatrixSynapse/synapse/handlers
Kegsay 8ad024ea80 Merge pull request #93 from matrix-org/application-services-exclusive
Application services exclusive flag support
2015-03-02 14:56:32 +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 Notify ASes for events sent by other users in a room which an AS user is a part of. 2015-02-11 10:36:08 +00:00
directory.py Implement exclusive namespace checks. 2015-02-27 13:51:41 +00:00
events.py Add stub functions and work out execution flow to implement AS event stream polling. 2015-02-25 15:00:59 +00:00
federation.py Merge branch 'develop' of github.com:matrix-org/synapse into batched_get_pdu 2015-02-23 14:36:00 +00:00
login.py Modify API for SimpleHttpClient.get_json and update usages. 2015-02-04 17:07:31 +00:00
message.py Reindent code to be less human-readable to keep pep8 from complaining 2015-02-12 19:19:37 +00:00
presence.py Use consumeErrors=True on all DeferredLists. 2015-02-17 10:07:01 +00:00
profile.py Replace hs.parse_userid with UserID.from_string 2015-01-23 11:47:15 +00:00
register.py Implement exclusive namespace checks. 2015-02-27 13:51:41 +00:00
room.py Finish impl to get new events for AS. ASes should now be able to poll /events 2015-02-26 16:23:01 +00:00
sync.py Fix code-style 2015-02-10 17:58:36 +00:00
typing.py We do want to consumeError 2015-02-17 11:11:11 +00:00