- Aug 27, 2019
-
-
Erik Johnston authored
Refactor MatrixFederationAgent to retry SRV.
-
Erik Johnston authored
-
reivilibre authored
* Allow schema deltas to be engine-specific Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net> * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net> * Code style (Black) Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
Richard van der Hoff authored
Increase profile display name limit
-
Erik Johnston authored
Add config option to sign remote key query responses with a separate key.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
public_base_url is actually public_baseurl
-
reivilibre authored
Admin API: Set adminship of a user
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Aug 24, 2019
-
-
Neil Johnson authored
-
- Aug 23, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Aug 22, 2019
-
-
Jorik Schellekens authored
Propagate opentracing contexts through EDUs Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Richard van der Hoff authored
Remove shared secret registration
-
Jorik Schellekens authored
Propagate opentracing contexts across workers Also includes some Convenience modifications to opentracing for servlets, notably: - Add boolean to skip the whitelisting check on inject extract methods. - useful when injecting into carriers locally. Otherwise we'd always have to include our own servername and whitelist our servername - start_active_span_from_request instead of header - Add boolean to decide whether to extract context from a request to a servlet
-
Manuel Stahl authored
This type of registration was probably never used. It only includes the user name in the HMAC but not the password. Shared secret registration is still available via client/r0/admin/register. Signed-off-by:
Manuel Stahl <manuel.stahl@awesome-technologies.de>
-
Brendan Abolivier authored
This reverts commit 27a686e5.
-
Brendan Abolivier authored
This reverts commit 3320aaab.
-
Half-Shot authored
-
Half-Shot authored
-
Erik Johnston authored
-
Erik Johnston authored
Retry well known on fail
-
Jorik Schellekens authored
Add opentracing tags and logs for e2e keys
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
There's no point doing a raise_from here, because the exception is always logged at warn with no stacktrace in the caller. Instead, let's try to give better messages to reduce confusion. In particular, this means that we won't log 'Failed to connect to remote server' when we don't even attempt to connect to the remote server due to blacklisting.
-
- Aug 21, 2019
-
-
Richard van der Hoff authored
These tables are never used, so we may as well drop them.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This allows servers to separate keys that are used to sign remote keys when acting as a notary server.
-
- Aug 20, 2019
-
-
Richard van der Hoff authored
Get rid of the labyrinthine `recoverer_fn` code, and clean up the startup code (it seemed to be previously inexplicably split between `ApplicationServiceScheduler.start` and `_Recoverer.start`). Add some docstrings too.
-
Richard van der Hoff authored
Hopefully, this will fix a stack overflow when recovering an appservice. The recursion here leads to a huge chain of deferred callbacks, which then overflows the stack when the chain completes. `inlineCallbacks` makes a better job of this if we use iteration instead. Clean up the code a bit too, while we're there.
-
Jorik Schellekens authored
Update opentracing docs to use the unified 'trace' method
-
Erik Johnston authored
-