summary refs log tree commit diff
path: root/synapse/federation/transport/server.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-1/+1
|
* Exchange 3pid invites for m.room.member invitesDaniel Wagner-Hall2015-11-051-1/+38
|
* Allow rejecting invitesDaniel Wagner-Hall2015-10-201-0/+20
| | | | | This is done by using the same /leave flow as you would use if you had already accepted the invite and wanted to leave.
* Implement third party identifier invitesDaniel Wagner-Hall2015-10-011-1/+1
|
* Get the end-to-end key federation workingMark Haines2015-07-241-6/+6
|
* Add federation support for end-to-end key requestsMark Haines2015-07-231-0/+20
|
* Log more when we have processed the requestErik Johnston2015-06-151-0/+1
|
* Log where a request came from in federationErik Johnston2015-06-021-0/+2
|
* Log origin and stats of incoming transactionsErik Johnston2015-05-221-0/+8
|
* Add missing servlet to listErik Johnston2015-03-191-0/+1
|
* Count incoming HTTP requests per servlet that respondsPaul "LeoNerd" Evans2015-03-121-0/+4
|
* Appease pep8Paul "LeoNerd" Evans2015-03-051-19/+27
|
* Append a $ on PATH at registration time, meaning each PATH attribute doesn't ↵Paul "LeoNerd" Evans2015-03-051-13/+14
| | | | need it
* Slightly neater(?) arrangement of authentication wrapper for HTTP servlet ↵Paul "LeoNerd" Evans2015-03-051-25/+37
| | | | methods
* 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 ↵Paul "LeoNerd" Evans2015-03-051-170/+130
| | | | Servlet-style methods on instances
* 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