forked-synapse/synapse
2015-02-09 13:46:22 +00:00
..
api Merge branch 'signature_failures' of github.com:matrix-org/synapse into federation_client_retries 2015-02-04 16:30:15 +00:00
app Log when we receive a request, when we send a response and how long it took to process it. 2015-02-09 13:46:22 +00:00
config Allow ':memory:' as the database path for sqlite3 2015-01-19 15:26:19 +00:00
crypto Fix bug in timeout handling in keyclient 2015-01-30 11:08:01 +00:00
events Rearrange persist_event so that do all the queries that need to be done before returning early if we have already persisted that event. 2015-02-04 10:16:51 +00:00
federation Connection errors in twisted aren't RuntimeErrors 2015-02-05 13:50:15 +00:00
handlers don't give up if we can't create default avatars during tests 2015-02-07 21:24:08 +00:00
http Log when we receive a request, when we send a response and how long it took to process it. 2015-02-09 13:46:22 +00:00
push glob *s should probably be non-greedy 2015-02-08 02:37:35 +00:00
rest Log when we receive a request, when we send a response and how long it took to process it. 2015-02-09 13:46:22 +00:00
storage Move delta/v13.sql to delta/v12.sql 2015-02-06 14:38:04 +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 master into develop 2015-02-02 14:05:42 +00:00
notifier.py Fix Formatting 2015-01-27 20:19:36 +00:00
python_dependencies.py Merge pull request #46 from matrix-org/identicons 2015-02-02 18:56:34 +00:00
server.py Merge changes from develop 2015-01-29 14:55:27 +00:00
state.py Change context.auth_events to what the auth_events would be bases on context.current_state, rather than based on the auth_events from the event. 2015-02-04 14:06:46 +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