Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-04 | Remove redundant PreserveLoggingContext | Richard van der Hoff | 1 | -10/+5 | |
Both (!) things that register as replication listeners do the right thing wrt logcontexts, so this is redundant. | |||||
2019-03-04 | Remove unused `wait_for_replication` method | Richard van der Hoff | 1 | -50/+0 | |
I guess this was used once? It's not now, anyway. | |||||
2019-03-04 | Include a default configuration file in the 'docs' directory. (#4791) | Richard van der Hoff | 11 | -13/+1114 | |
2019-03-04 | Fix v4v6 option in HAProxy example config (#4790) | Seebi | 2 | -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-04 | Avoid rebuilding Edu objects in worker mode (#4770) | Richard van der Hoff | 6 | -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-04 | Update test_typing to use HomeserverTestCase. (#4771) | Richard van der Hoff | 5 | -179/+176 | |
2019-03-01 | Fix incorrect log about not persisting duplicate state event. (#4776) | Richard van der Hoff | 2 | -3/+5 | |
We were logging this when it was not true. | |||||
2019-03-01 | 0.99.2 v0.99.2 github/release-v0.99.2 release-v0.99.2 | Richard van der Hoff | 1 | -6/+0 | |
2019-03-01 | 0.99.2 | Richard van der Hoff | 3 | -4/ |