MatrixSynapse/synapse
Erik Johnston 30595b466f Use yaml logging config format because it is much nicer 2015-02-10 13:50:33 +00:00
..
api During room intial sync, only calculate current state once. 2015-02-09 17:41:29 +00:00
app Time how long we're spending on the database thread 2015-02-09 14:22:52 +00:00
config Use yaml logging config format because it is much nicer 2015-02-10 13:50:33 +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 Merge branch 'release-v0.6.2' of github.com:matrix-org/synapse into develop 2015-02-10 10:33:35 +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 Need to use re.search if looking for matches not at the start of the string. Also comparisons with None should be 'is'. 2015-02-09 17:01:40 +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 Use the transaction 'desc' rather than 'name', increment the txn_ids in 2015-02-09 18:06:31 +00:00
streams Update copyright notices 2015-01-06 13:21:39 +00:00
util Add looping_call to Clock 2015-02-09 14:47:59 +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 oops 2015-02-09 16:48:31 +00:00
server.py Merge changes from develop 2015-01-29 14:55:27 +00:00
state.py During room intial sync, only calculate current state once. 2015-02-09 17:41:29 +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