MatrixSynapse/synapse
Mark Haines dbe77ec79a Replace distributor deferred list, with a simple for loop until I understand why the former breaks and the latter doesn't 2014-12-18 17:47:00 +00:00
..
api Kill off synapse.api.events.* 2014-12-16 11:29:05 +00:00
app Make failure to run appropraite upgrade scripts more helpful. 2014-12-16 14:20:32 +00:00
config SYN-142: Use a default log file 'homeserver.log' so people get logging by default. 2014-12-16 17:24:49 +00:00
crypto Try and figure out how and why signatures are being changed. 2014-12-10 11:37:47 +00:00
events clean up coding style a bit 2014-12-16 15:24:03 +00:00
federation Use is_outlier() so that we don't get AttributeError 2014-12-16 18:33:50 +00:00
handlers Don't yield on sending the event accross federation. 2014-12-18 11:29:46 +00:00
http Fix tests and remove debug logging 2014-12-12 15:08:29 +00:00
media clean up coding style a bit 2014-12-16 15:24:03 +00:00
rest clean up coding style a bit 2014-12-16 15:24:03 +00:00
storage Use _get_events_txn instead of _parse_events_txn 2014-12-16 19:16:41 +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 Replace distributor deferred list, with a simple for loop until I understand why the former breaks and the latter doesn't 2014-12-18 17:47:00 +00:00
__init__.py Bump version 2014-12-16 13:57:27 +00:00
notifier.py Remember to hook up the typing event stream to the notifier as well 2014-12-15 16:14:53 +00:00
server.py Kill off synapse.api.events.* 2014-12-16 11:29:05 +00:00
state.py Use is_outlier() so that we don't get AttributeError 2014-12-16 18:33:50 +00:00
types.py Change DomainSpecificString so that it doesn't use a HomeServer object 2014-12-02 10:42:28 +00:00