forked-synapse/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
_base.py
admin.py
appservice.py
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
message.py
presence.py
profile.py
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
typing.py