MatrixSynapse/synapse
Erik Johnston 12bcf3d179 Merge pull request #100 from matrix-org/missing_pdu_compat
Handle if get_missing_pdu returns 400 or not all events.
2015-03-05 16:42:15 +00:00
..
api Add RegisterFallbackResource to /_matrix/static/client/register 2015-02-23 15:14:56 +00:00
app SYN-67: Finish up implementing new database schema management 2015-03-04 12:04:19 +00:00
appservice Add functions to return whether an AS has exclusively claimed a matching namespace. 2015-02-27 11:03:56 +00:00
config Merge pull request #83 from matrix-org/nofile_limit_config 2015-03-02 13:52:16 +00:00
crypto Try to only back off if we think we failed to connect to the remote 2015-02-17 18:13:34 +00:00
events pyflakes 2015-02-11 16:52:22 +00:00
federation Docs 2015-03-05 16:35:16 +00:00
handlers Merge pull request #93 from matrix-org/application-services-exclusive 2015-03-02 14:56:32 +00:00
http Slightly reduce the insane amounts of indentation in main http server response path, by 'continue'ing around a non-match or falling through 2015-03-05 16:24:13 +00:00
push Send room ID in http notifications so clients know which room to go to if the user responds to the notification. 2015-02-19 10:06:17 +00:00
rest Convert expected format for AS regex to include exclusivity. 2015-02-27 10:44:32 +00:00
storage Note that we don't specify execution order 2015-03-04 15:10:05 +00:00
streams Update copyright notices 2015-01-06 13:21:39 +00:00
util Give LruCache a __len__, so that len(cache) works 2015-03-04 17:32:28 +00:00
__init__.py Change version scheme 2015-02-20 15:00:14 +00:00
notifier.py Rename rooms_to_listeners to room_to_listeners, for consistency with user_ and appservice_* 2015-03-05 14:30:20 +00:00
python_dependencies.py Bump webclient version 2015-03-02 14:57:37 +00:00
server.py Actually treat this as static content, not random Resources. 2015-02-23 15:35:09 +00:00
state.py Factor out ExpiringCache from StateHandler 2015-02-16 16:16:47 +00:00
types.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