forked-synapse/synapse/api
Mark Haines 93ed31dda2 Create a separate filter object to do the actual filtering, so that we can
split the storage and management of filters from the actual filter code
and don't have to load a filter from the db each time we filter an event
2015-01-29 17:45:07 +00:00
..
__init__.py Update copyright notices 2015-01-06 13:21:39 +00:00
auth.py Rename ClientID to ClientInfo since it is a pair of IDs rather than a single identifier 2015-01-28 17:16:12 +00:00
constants.py Update copyright notices 2015-01-06 13:21:39 +00:00
errors.py Code style fixes. 2015-01-29 16:12:40 +00:00
filtering.py Create a separate filter object to do the actual filtering, so that we can 2015-01-29 17:45:07 +00:00
ratelimiting.py Update copyright notices 2015-01-06 13:21:39 +00:00
urls.py Add client v2_alpha resource to synapse server resource tree 2015-01-23 18:55:19 +00:00