- Mar 01, 2019
-
-
Joseph Weston authored
Signed-off-by:
Joseph Weston <joseph@weston.cloud>
-
Joseph Weston authored
This is required because the 'Server' HTTP header is not always passed through proxies.
-
Joseph Weston authored
We will later need also to import 'register_servlets' from the 'login' module, so we un-pollute the namespace now to keep the logical changes separate.
-
- Feb 28, 2019
-
-
Andrew Morgan authored
-
- Feb 27, 2019
-
-
Amber Brown authored
* 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
-
Richard van der Hoff authored
* Fix parsing of Content-Disposition headers TIL: filenames in content-dispostion headers can contain semicolons, and aren't %-encoded. * fix python2 incompatibility * Fix docstrings
-
Amber Brown authored
-
Erik Johnston authored
Move /account/3pid to client_reader
-
Erik Johnston authored
When presence is disabled don't send over replication
-
Richard van der Hoff authored
Co-Authored-By:
erikjohnston <erikj@jki.re>
-
Erik Johnston authored
Move server key queries to federation reader
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix tightloop over connecting to replication server
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
-
- Feb 26, 2019
-
-
Richard van der Hoff authored
* Fix check-newsfragment script I previously broke this so that it always succeeded... * more fixes * fix newsfiles
-
Paul Tötterman authored
So that it actually works. See https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypass Signed-off-by:
Paul Tötterman <paul.totterman@iki.fi>
-
Erik Johnston authored
-
Erik Johnston authored
Otherwise if you have many workers they can easily take out master with their connection attempts
-
Erik Johnston authored
If the client failed to process incoming commands during the initial set up of the replication connection it would immediately disconnect and reconnect, resulting in a tightloop. This can happen, for example, when subscribing to a stream that has a row that is too long in the backlog. The fix here is to not consider the connection successfully set up until the client has succesfully subscribed and caught up with the streams. This ensures that the retry logic timers aren't reset until then, meaning that if an error does happen during start up the client will continue backing off before retrying again.
-
Andrew Morgan authored
Prevent showing non-fed rooms in fed /publicRooms v2
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
Revert "Prevent showing non-fed rooms in fed /publicRooms"
-
Andrew Morgan authored
-
Andrew Morgan authored
Config option to prevent showing non-fed rooms in fed /publicRooms
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-