forked-synapse/synapse
2014-08-14 16:22:08 +01:00
..
api Added M_UNKNOWN_TOKEN error code and send it when there is an unrecognised access_token 2014-08-14 13:47:39 +01:00
app Change relative db paths to absolute paths in case we daemonize. 2014-08-14 14:07:22 +01:00
crypto
federation Added a urls module for keeping client and federation prefixes. 2014-08-14 11:52:56 +01:00
handlers Reflect user's messages up to themselves before pushing it to federatoin; also release roomlock before touching federation so we don't halt progress on the world 2014-08-14 16:22:08 +01:00
http
rest Added a urls module for keeping client and federation prefixes. 2014-08-14 11:52:56 +01:00
storage We really don't need debug logging of all the SQL statements we execute; we're quite happy these all work now 2014-08-14 16:15:57 +01:00
util Put some DEBUG logging in lockutils.py so we can debug roomlocks 2014-08-14 16:06:05 +01:00
__init__.py
server.py
state.py
types.py