summary refs log tree commit diff
path: root/synapse/groups/attestations.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-16/+19
* Merge pull request #5385 from matrix-org/erikj/reduce_http_exceptionsErik Johnston2019-06-171-2/+2
|\
| * Handle HttpResponseException when using federation client.Erik Johnston2019-06-071-2/+2
* | Only start background group attestation renewals on masterErik Johnston2019-06-071-3/+4
|/
* Associate a request_name with each verify request, for loggingRichard van der Hoff2019-06-051-1/+3
* Enforce validity period on server_keys for fed requests. (#5321)Richard van der Hoff2019-06-031-2/+3
* Correctly handle RequestSendFailed exceptionsErik Johnston2019-02-141-1/+6
* Fix some looping_call calls which were broken in #3604Richard van der Hoff2018-07-261-1/+1
* Wrap a number of things that run in the backgroundRichard van der Hoff2018-07-251-1/+5
* another typoMatthew Hodgson2018-07-101-1/+1
* typo (i think)Matthew Hodgson2018-07-101-1/+1
* run isortAmber Brown2018-07-091-3/+2
* Merge remote-tracking branch 'origin/develop' into rav/use_run_in_backgroundRichard van der Hoff2018-04-271-20/+24
|\
| * Improve exception handling for background processesRichard van der Hoff2018-04-271-20/+24
* | Use run_in_background in preference to preserve_fnRichard van der Hoff2018-04-271-2/+2
|/
* Revert "Merge branch 'master' of github.com:matrix-org/synapse into develop"Erik Johnston2017-11-071-1/+10
* Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2017-11-071-10/+1
|\
| * Revert "Add jitter to validity period of attestations"Erik Johnston2017-10-271-12/+1
* | Merge branch 'erikj/attestation_jitter' of github.com:matrix-org/synapse into...Erik Johnston2017-10-271-1/+11
|\|
| * Add jitter to validity period of attestationsErik Johnston2017-10-271-1/+12
* | Merge branch 'erikj/attestation_local_fix' of github.com:matrix-org/synapse i...Erik Johnston2017-10-271-4/+16
|\ \
| * | Import loggerErik Johnston2017-10-271-0/+5
| * | FixupErik Johnston2017-10-271-3/+3
| * | Remove incorrect attestationsErik Johnston2017-10-271-0/+1
| * | Log if we try to do attestations for our own user and groupErik Johnston2017-10-271-2/+8
| |/
* / Add comment about attestationsErik Johnston2017-10-271-0/+22
|/
* Fix typo in group attestation handlingErik Johnston2017-10-191-1/+2
* Fix typoErik Johnston2017-10-191-1/+1
* CommentErik Johnston2017-07-111-5/+8
* TypoErik Johnston2017-07-111-1/+1
* CommentsErik Johnston2017-07-111-2/+2
* CommentsErik Johnston2017-07-111-1/+28
* Initial group server implementationErik Johnston2017-07-101-0/+120