forked-synapse/synapse/api
Kegan Dougal ae8ff92e05 Fix a bug which causes a send event level of 0 to not be honoured.
Caused by a bad if check, which incorrectly executes for both 0 and None,
when None was the original intent.
2015-04-07 15:48:20 +01:00
..
__init__.py Update copyright notices 2015-01-06 13:21:39 +00:00
auth.py Fix a bug which causes a send event level of 0 to not be honoured. 2015-04-07 15:48:20 +01:00
constants.py Implement registering with shared secret. 2015-03-13 15:23:37 +00:00
errors.py Grant ASes the ability to create alias in their own namespace. 2015-02-06 10:57:14 +00:00
filtering.py Use 'in' to test if the key exists, remove unused _filters_for_user 2015-01-30 14:54:06 +00:00
ratelimiting.py Update copyright notices 2015-01-06 13:21:39 +00:00
urls.py Add RegisterFallbackResource to /_matrix/static/client/register 2015-02-23 15:14:56 +00:00