forked-synapse/synapse
2014-12-16 17:24:49 +00:00
..
api Kill off synapse.api.events.* 2014-12-16 11:29:05 +00:00
app Get uploads working with new media repo 2014-12-02 19:51:47 +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 Kill off synapse.api.events.* 2014-12-16 11:29:05 +00:00
handlers Remove send_message since nothing was calling it. Remove Snapshot because only send_message was using it 2014-12-16 16:07:41 +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 Remove send_message since nothing was calling it. Remove Snapshot because only send_message was using it 2014-12-16 16:07: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 Fix pyflakes 2014-12-16 13:41:43 +00:00
__init__.py Bump version and change log 2014-12-13 18:04:37 +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 Construct the EventContext in the state handler rather than constructing one and then immediately calling state_handler.annotate_context_with_state 2014-12-16 15:59:17 +00:00
types.py Change DomainSpecificString so that it doesn't use a HomeServer object 2014-12-02 10:42:28 +00:00