MatrixSynapse/synapse
Erik Johnston c92d64a6c3 Make it the responsibility of the replication layer to check signature and hashes. 2015-01-26 14:33:11 +00:00
..
api Replace hs.parse_userid with UserID.from_string 2015-01-23 11:47:15 +00:00
app Merge rest servlets into the client json resource object 2015-01-23 10:37:38 +00:00
config Allow ':memory:' as the database path for sqlite3 2015-01-19 15:26:19 +00:00
crypto Update copyright notices 2015-01-06 13:21:39 +00:00
events Add support for storing rejected events in EventContext and data stores 2015-01-22 15:50:17 +00:00
federation Make it the responsibility of the replication layer to check signature and hashes. 2015-01-26 14:33:11 +00:00
handlers Replace hs.parse_roomalias with RoomAlias.from_string 2015-01-23 13:21:58 +00:00
http Add RestServlet base class in synapse/http/servlet.py 2015-01-23 14:16:28 +00:00
rest Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00
storage Split up replication_layer module into client, server and transaction queue 2015-01-26 10:45:24 +00:00
streams Update copyright notices 2015-01-06 13:21:39 +00:00
util Optimize FrozenEvent creation 2015-01-06 18:51:03 +00:00
__init__.py Merge branch 'hotfixes-v0.6.1b' of github.com:matrix-org/synapse into develop 2015-01-13 10:01:22 +00:00
notifier.py Only start the notifier timeout once we've had a chance to check for updates. Otherwise the timeout could fire while we are waiting for the database to return any updates it might have 2015-01-19 16:24:54 +00:00
python_dependencies.py Check the existance and versions of necessary modules when starting synapse, log which modules are used 2015-01-08 17:08:57 +00:00
server.py Remove hs.parse_eventid 2015-01-23 13:25:07 +00:00
state.py fix pyflakes 2015-01-22 15:57:08 +00:00
types.py Update copyright notices 2015-01-06 13:21:39 +00:00