- Sep 10, 2021
-
-
reivilibre authored
-
- Apr 14, 2021
-
-
Jonathan de Jong authored
Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by:
Jonathan de Jong <jonathan@automatia.nl>`>
-
- Mar 15, 2021
-
-
Patrick Cloke authored
-
- Mar 11, 2021
-
-
Richard van der Hoff authored
-
- Jan 26, 2021
-
-
Erik Johnston authored
-
Erik Johnston authored
This is done by creating a custom `RedisFactory` subclass that periodically pings all connections in its pool. We also ensure that the `replyTimeout` param is non-null, so that we timeout waiting for the reply to those pings (and thus triggering a reconnect).
-
- Jan 25, 2021
-
-
Patrick Cloke authored
This expands the current shadow-banning feature to be usable via the admin API and adds documentation for it. A shadow-banned users receives successful responses to their client-server API requests, but the events are not propagated into rooms. Shadow-banning a user should be used as a tool of last resort and may lead to confusing or broken behaviour for the client.
-
- Jan 08, 2021
-
-
Richard van der Hoff authored
We were running some linters on some files and some on others. Extract a common setting and use it everywhere.
-
- Oct 02, 2020
-
-
Erik Johnston authored
-
- Jul 21, 2020
-
-
Richard van der Hoff authored
I'm going to be doing more stuff synchronously, and I don't want to lose the CPU metrics down the sofa.
-
- May 04, 2020
-
-
Erik Johnston authored
We forgot to set the password on the subscriber connection, as well as not calling super methods for overridden connectionMade/connectionLost functions.
-
- Apr 22, 2020
-
-
Erik Johnston authored
This is configured via the `redis` config options.
-