Commit Graph

127 Commits (87b111f96a244cd212e8fff7f1a0f661fdd8073e)

Author SHA1 Message Date
Richard van der Hoff c1f80effbe Handle delta_ids being None in _update_context_for_auth_events 6 years ago
Erik Johnston 8b9f164fff Comments 6 years ago
Erik Johnston 50c60e5fad Only get cached state from context in persist_event 6 years ago
Erik Johnston 0faa3223cd Fix missing attributes on workers. 6 years ago
Erik Johnston 999bcf9d01 Fix EventContext when using workers 6 years ago
Erik Johnston 4797ed000e Update docstrings to make sense 6 years ago
Erik Johnston 027bc01a1b Add support for updating state 6 years ago
Erik Johnston 440b8845b5 Make EventContext lazy load state 6 years ago
Erik Johnston 842cdece42 pep8 6 years ago
Erik Johnston acbfdc3442 Refcator EventContext to accept state during init 6 years ago
Amber Brown 3132b89f12
Make the rest of the .iterwhatever go away (#3562) 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Amber Brown c936a52a9e
Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 7 years ago
Adrian Tschira d9fe2b2d9d Replace some more comparisons with six 7 years ago
Adrian Tschira 0c9db26260 add comment explaining attributeerror 7 years ago
Adrian Tschira bfc2ade9b3 Make event properties raise AttributeError instead 7 years ago
Erik Johnston 4810f7effd Remove context.push_actions 7 years ago
Erik Johnston 106906a65e Don't serialize current state over replication 7 years ago
Erik Johnston 24dd73028a Add replication http endpoint for event sending 7 years ago
Erik Johnston 3d33eef6fc
Store state groups separately from events (#2784) 7 years ago
Richard van der Hoff eaaabc6c4f replace 'except:' with 'except Exception:' 7 years ago
Richard van der Hoff 631d7b87b5 Remove pointless create() method 7 years ago
David Baker f878e6f8af Spam checking: add the invitee to user_may_invite 7 years ago
David Baker d8ce68b09b spam check room publishing 7 years ago
David Baker 197c14dbcf Add room creation checks to spam checker 7 years ago
David Baker 1e2ac54351 s/roomid/room_id/ 7 years ago
David Baker 1e375468de pass room id too 7 years ago
David Baker 537088e7dc Actually write warpper function 7 years ago
David Baker ef3a5ae787 Don't test is spam_checker not None 7 years ago
David Baker 8c06dd6071 Remove unintentional debugging 7 years ago
David Baker 60c78666ab pep8 7 years ago
David Baker 6cd5fcd536 Make the spam checker a module 7 years ago
Matthew Hodgson f496399ac4 fix thinko'd docstring 7 years ago
Richard van der Hoff 5ed109d59f PoC for filtering spammy events (#2456) 7 years ago
Erik Johnston 3e5a62ecd8 Add more granular event send metrics 8 years ago
Erik Johnston 46826bb078 Comment and remove spurious logging 8 years ago
Erik Johnston 1e166470ab Fix tests 8 years ago
Erik Johnston 34e682d385 Fix invite state to always include all events 8 years ago
Richard van der Hoff 5068fb16a5 Refactoring and cleanups 8 years ago
Erik Johnston 5d6bad1b3c Optimise state resolution 8 years ago
Matthew Hodgson 2f4b2f4783 gah, fix mangled merge of 0.18.7 into develop 8 years ago
Matthew 8404f132c3 Revert "fix typo breaking the fix to #1753" 8 years ago
Matthew b2850e62db fix typo breaking the fix to #1753 8 years ago
Mark Haines f784980d2b Only send events that originate on this server. 8 years ago
Kegan Dougal c3d963ac24 Review comments 8 years ago
Kegan Dougal 6d4e6d4cba Also check for dict since sometimes they aren't frozen 8 years ago
Kegan Dougal cea4e4e7b2 Glue only_event_fields into the sync rest servlet 8 years ago
Kegan Dougal 0a8b0eeca1 More tests 8 years ago
Kegan Dougal 70a2157b64 Start adding some tests 8 years ago
Kegan Dougal f97511a1f3 Move event_fields filtering to serialize_event 8 years ago