summary refs log tree commit diff
path: root/synapse/federation/transport/server.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the dead 'rate_limit_origin' method from TransportLayerServerPaul "LeoNerd" Evans2015-03-051-6/+0
* Move federation API responding code out of weird mix of lambdas into Servlet-...Paul "LeoNerd" Evans2015-03-051-170/+130
* Merge branch 'develop' of github.com:matrix-org/synapse into batched_get_pduErik Johnston2015-03-021-3/+11
|\
| * Move federation rate limiting out of transport layerErik Johnston2015-02-271-203/+1
| * Document FederationRateLimiterErik Johnston2015-02-271-8/+51
| * Initial implementation of federation server rate limitingErik Johnston2015-02-261-4/+171
* | Implement and use new batched get missing pduErik Johnston2015-02-231-0/+31
|/
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
* Initial implementation of auth conflict resolutionErik Johnston2015-01-291-1/+20
* Finish renaming "context" to "room_id" in federation codebaseMark Haines2015-01-161-1/+0
* Split transport layer into client and server partsMark Haines2015-01-161-0/+328