summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-04Fix v4v6 option in HAProxy example config (#4790)Seebi2-7/+6
The v4v6 option only has a usage one ipv6 socket: https://serverfault.com/q/747895 Signed-off-by: Flakebi <flakebi@t-online.de>
2019-03-04Avoid rebuilding Edu objects in worker mode (#4770)Richard van der Hoff6-19/+37
In worker mode, on the federation sender, when we receive an edu for sending over the replication socket, it is parsed into an Edu object. There is no point extracting the contents of it so that we can then immediately build another Edu.
2019-03-04Update test_typing to use HomeserverTestCase. (#4771)Richard van der Hoff5-179/+176
2019-03-01Fix incorrect log about not persisting duplicate state event. (#4776)Richard van der Hoff2-3/+5
We were logging this when it was not true.
2019-03-010.99.2 v0.99.2 github/release-v0.99.2 release-v0.99.2Richard van der Hoff1-6/+0
2019-03-010.99.2Richard van der Hoff3-4/+10
2019-02-28Minor docstring fixes for MatrixFederationAgent (#4765)Andrew Morgan2-1/+6
2019-02-27Make 'event_id' a required parameter in federated state requests (#4741)Amber Brown2-2/+3
* make 'event_id' a required parameter in federated state requests As per the spec: https://matrix.org/docs/spec/server_server/r0.1.1.html#id40 Signed-off-by: Joseph Weston <joseph@weston.cloud> * add changelog entry for bugfix Signed-off-by: Joseph Weston <joseph@weston.cloud> * Update server.py
2019-02-27