MatrixSynapse/synapse/handlers
Mark Haines 2a0ec3b89d Merge branch 'develop' into markjh/edu_frequency
Conflicts:
	synapse/handlers/federation.py
	synapse/handlers/room.py
2015-12-02 10:40:22 +00:00
..
__init__.py Add room context api 2015-10-28 13:45:56 +00:00
_base.py Simplify code 2015-11-19 10:07:21 -05:00
account_data.py Add API for setting account_data globaly or on a per room basis 2015-12-01 18:41:32 +00:00
admin.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
appservice.py Fix bug where synapse was sending AS user queries incorrectly. 2015-06-17 17:26:03 +01:00
auth.py Take a boolean not a list of lambdas 2015-11-19 15:16:25 +00:00
directory.py Disallow whitespace in aliases here too 2015-05-14 13:21:55 +01:00
events.py Wrap calls to distributor.fire in appropriately named functions so that static analysis can work out want is calling what 2015-12-01 20:53:04 +00:00
federation.py Merge branch 'develop' into markjh/edu_frequency 2015-12-02 10:40:22 +00:00
identity.py Add endpoint that proxies ID server request token and errors if the given email is in use on this Home Server. 2015-08-04 14:37:09 +01:00
message.py Wrap calls to distributor.fire in appropriately named functions so that static analysis can work out want is calling what 2015-12-01 20:53:04 +00:00
presence.py Wrap calls to distributor.fire in appropriately named functions so that static analysis can work out want is calling what 2015-12-01 20:53:04 +00:00
profile.py Wrap calls to distributor.fire in appropriately named functions so that static analysis can work out want is calling what 2015-12-01 20:53:04 +00:00
receipts.py Open up /events to anonymous users for room events only 2015-11-05 14:32:26 +00:00
register.py Wrap calls to distributor.fire in appropriately named functions so that static analysis can work out want is calling what 2015-12-01 20:53:04 +00:00
room.py Merge branch 'develop' into markjh/edu_frequency 2015-12-02 10:40:22 +00:00
search.py Search: Don't disregard grouping info in pagination tokens 2015-12-01 16:47:18 +00:00
sync.py Add API for setting account_data globaly or on a per room basis 2015-12-01 18:41:32 +00:00
typing.py Open up /events to anonymous users for room events only 2015-11-05 14:32:26 +00:00