- Feb 27, 2019
-
-
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
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
- Feb 25, 2019
-
-
Erik Johnston authored
* Don't log stack trace when client has gone away during media download * Newsfile * Fixup newsfile
-
Richard van der Hoff authored
Fixes #4675.
-
Matthew Hodgson authored
* add trivial clarification about jemalloc * switch from google.com to recaptcha.net because https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Erik Johnston authored
Log tracebacks correctly
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix backfill storing incorrect state for events
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
MSC 1866 - Use M_UNSUPPORTED_ROOM_VERSION for invite API
-
Erik Johnston authored
Handle errors when fetching remote server keys
-