synapse/synapse
2014-12-10 10:16:09 +00:00
..
api Fix bugs when joining a remote room that has dodgy event graphs. This should also fix the number of times a HS will trigger a GET /event/ 2014-11-27 16:02:26 +00:00
app
config Don't log synapse.storage at DEBUG level when under -v; require -v -v for that 2014-12-02 22:28:18 +00:00
crypto
federation Code style. 2014-12-10 10:16:09 +00:00
handlers fix a million stupid bugs and make it actually work 2014-12-08 19:34:51 +00:00
http Code style. 2014-12-10 10:16:09 +00:00
rest track replication destination health, and perform exponential back-off when sending transactions. does *not* yet retry transactions, but drops them on the floor if waiting for a server to recover. 2014-12-07 02:26:07 +00:00
storage Code style. 2014-12-10 10:16:09 +00:00
streams Allow GET /room/:room_id/messages without 'limit' parameter to default to 10 2014-12-02 18:01:16 +00:00
util
__init__.py Bump changes and version 2014-12-03 18:01:47 +00:00
notifier.py
server.py
state.py
types.py