MatrixSynapse/synapse
Mark Haines 24b5d01853 Include version in User-Agent and Server headers 2014-12-22 10:16:02 +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 Remove unneeded federation keys from events 2014-12-19 12:16:26 +00:00
federation Supply auth_chain along with current state in '/state/', fetch auth events from a remote server if we are missing some of them 2014-12-18 18:47:13 +00:00
handlers Rate limit display names and avatar urls per request rather than per event. 2014-12-19 17:36:33 +00:00
http Include version in User-Agent and Server headers 2014-12-22 10:16:02 +00:00
media SYN-203: Handle requests for thunbnails for images that are small 2014-12-19 12:05:38 +00:00
rest clean up coding style a bit 2014-12-16 15:24:03 +00:00
storage Look for name, topic in the event content rather than the event itself when persisting room name and topic events 2014-12-19 15:16:48 +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 Supply auth_chain along with current state in '/state/', fetch auth events from a remote server if we are missing some of them 2014-12-18 18:47:13 +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