summary refs log tree commit diff
path: root/synapse/app (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-05Append a $ on PATH at registration time, meaning each PATH attribute doesn't ...Paul "LeoNerd" Evans1-13/+14
2015-03-05Slightly neater(?) arrangement of authentication wrapper for HTTP servlet met...Paul "LeoNerd" Evans1-25/+37
2015-03-05Remove the dead 'rate_limit_origin' method from TransportLayerServerPaul "LeoNerd" Evans1-6/+0
2015-03-05Move federation API responding code out of weird mix of lambdas into Servlet-...Paul "LeoNerd" Evans1-170/+130
2015-03-05Slightly reduce the insane amounts of indentation in main http server respons...Paul "LeoNerd" Evans1-21/+23
2015-03-05Rename rooms_to_listeners to room_to_listeners, for consistency with user_ an...Paul "LeoNerd" Evans1-8/+8
2015-03-04Give LruCache a __len__, so that len(cache) worksPaul "LeoNerd" Evans1-0/+7
2015-03-04Note that we don't specify execution orderErik Johnston1-0/+4
2015-03-04s/schema_deltas/applied_schema_deltas/Erik Johnston2-9/+11
2015-03-04s/%r/%s/Erik Johnston1-1/+1
2015-03-04Add example directory structures in docErik Johnston1-1/+36
2015-03-04Don't assume db conn is a Context Manager.Erik Johnston1-1/