- Mar 08, 2018
-
-
Richard van der Hoff authored
It annoys me that we create temporary function objects when there's really no need for it. Let's factor the gubbins out of preserve_fn and start using it.
-
- Mar 05, 2018
-
-
Richard van der Hoff authored
-
- Feb 13, 2018
-
-
Erik Johnston authored
-
Richard van der Hoff authored
* It's supposed to be purge_local_events, not ..._history * Fix the doc to have valid json
-
- Feb 12, 2018
-
-
Erik Johnston authored
-
- Feb 09, 2018
-
-
Richard van der Hoff authored
Add a flag which makes the purger delete local events
-
- Feb 07, 2018
-
-
Erik Johnston authored
-
- Jan 31, 2018
-
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
- Jan 16, 2018
-
-
Richard van der Hoff authored
-
- Nov 22, 2017
-
-
Richard van der Hoff authored
... to stop us doing the cache cleanup jobs on the master.
-
- Nov 21, 2017
-
- Nov 14, 2017
-
-
Richard van der Hoff authored
Both of these functions ae known to leak logcontexts. Replace the remaining calls to them and kill them off.
-
- Nov 04, 2017
-
-
Matthew Hodgson authored
-
- Nov 02, 2017
-
-
Richard van der Hoff authored
We're going to need to use this from places that aren't password auth, so let's move it to a proper class.
-
- Nov 01, 2017
-
-
Richard van der Hoff authored
Provide a hook by which auth providers can be notified of logouts.
-
Richard van der Hoff authored
... so that they have a way to record access tokens.
-
Richard van der Hoff authored
Provide a hook where password auth providers can say they know about other login types, and get passed the relevant parameters
-
- Oct 31, 2017
-
-
Richard van der Hoff authored
Provide an interface by which password auth providers can register db schema files to be run at startup
-
Richard van der Hoff authored
Document the existing interface, before I start adding new stuff.
-
- Oct 29, 2017
-
-
Matthew Hodgson authored
-
- Oct 26, 2017
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Oct 14, 2017
-
-
Ander Punnar authored
make it absolutely clear that Purge History API does not remove all traces of events and message contents because this topic pops up too often #890 #1621 #1730 #2260 #2315 and so on
-
- Oct 13, 2017
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Sep 01, 2017
-
-
Paul Tötterman authored
-
- Apr 21, 2017
-
-
Sean Enck authored
-
Richard van der Hoff authored
I haven't (yet) documented all of the user-list APIs introduced in https://github.com/matrix-org/synapse/pull/1784 because the API shape seems very odd, given the functionality.
-
- Apr 12, 2017
-
-
Erik Johnston authored
-
- Apr 11, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 31, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 30, 2017
-
-
Erik Johnston authored
-
Richard van der Hoff authored
The cache wrappers had a habit of leaking the logcontext into the reactor while the lookup function was running, and then not restoring it correctly when the lookup function had completed. It's all the fault of `preserve_context_over_{fn,deferred}` which are basically a bit broken.
-
Erik Johnston authored
This defines the low level TCP replication protocol
-
- Mar 20, 2017
-
-
Richard van der Hoff authored
Apparently the github RST renderer doesn't like Note blocks.
-
- Mar 18, 2017
-
-
Richard van der Hoff authored
-
- Mar 17, 2017
-
-
Richard van der Hoff authored
-