- May 01, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* add some doc about wtf this thing does * pin Twisted to < 18.4 * add explicit dep on six (fixes #3089)
-
Richard van der Hoff authored
* When creating a new event, cap its depth to 2^63 - 1 * When receiving events, reject any without a sensible depth As per https://docs.google.com/document/d/1I3fi2S-XnpO45qrpCsowZv8P8dHcNZ4fsBsbOW7KABI
-
- Apr 26, 2018
-
-
Erik Johnston authored
Fix media admin APIs
-
Erik Johnston authored
- Apr 25, 2018
-
-
Erik Johnston authored
Fix quarantine media admin API
-
Erik Johnston authored
-
Erik Johnston authored
-
- Apr 24, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
fix formatting on line break
-
Neil Johnson authored
This reverts commit 08b29d45.
-
Neil Johnson authored
-
- Apr 23, 2018
-
-
Richard van der Hoff authored
Reject events which have lots of prev_events
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Make tests py3 compatible
-
- Apr 20, 2018
-
-
Richard van der Hoff authored
Use six.itervalues in some places
-
Richard van der Hoff authored
add __bool__ alias to __nonzero__ methods
-
Richard van der Hoff authored
Add some more variables to the unittest config
-
Richard van der Hoff authored
Replace Queue with six.moves.queue
-
Richard van der Hoff authored
Use str(e) instead of e.message
-
Erik Johnston authored
Clarify that SRV may not point to a CNAME
-
Erik Johnston authored
Document contrib directory
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Refactor ResponseCache usage
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Refactor store.have_events
-
Richard van der Hoff authored
It turns out that most of the time we were calling have_events, we were only using half of the result. Replace have_events with have_seen_events and get_rejection_reasons, so that we can see what's going on a bit more clearly.
-
- Apr 18, 2018
-
-
Richard van der Hoff authored
Avoid creating events with huge numbers of prev_events
-
- Apr 17, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... this should protect us from being dossed by people making silly events (deliberately or otherwise)
-
- Apr 16, 2018
-
-
Richard van der Hoff authored
In most cases, we limit the number of prev_events for a given event to 10 events. This fixes a particular code path which created events with huge numbers of prev_events.
-
- Apr 15, 2018
-
-
Adrian Tschira authored
and a six.range change which I missed the last time Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
This is a mixed commit that fixes various small issues * print parentheses * 01 is invalid syntax (it was octal in py2) * [x for i in 1, 2] is invalid syntax * six moves Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Matthew Hodgson authored
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-