summary refs log tree commit diff
path: root/synapse/events/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the is_new_state argument to persist event.Mark Haines2016-03-311-0/+3
* Use a stream id generator to assign state group idsMark Haines2016-03-301-1/+1
* Intern all the thingsErik Johnston2016-03-231-9/+2
* Intern sender, event_id and room_id in eventsErik Johnston2016-03-231-0/+5
* Intern type and state_key on eventsErik Johnston2016-03-231-0/+7
* Don't assume existence of event_id in __str__Erik Johnston2016-03-181-1/+3
* Make Event objects behave more like dictsErik Johnston2016-01-181-0/+9
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Fix bug where we didn't correctly serialize the redacted_because key over fed...Erik Johnston2015-08-211-1/+4
* Don't copy twiceErik Johnston2015-05-291-1/+1
* Add config option to turn off freezing events. Use new encode_json api and uj...Erik Johnston2015-05-291-1/+10
* Store the rejected reason in (Frozen)Event structsPaul "LeoNerd" Evans2015-03-251-2/+4
* pyflakesErik Johnston2015-02-111-1/+1
* Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder...Erik Johnston2015-02-111-4/+0
* Rearrange persist_event so that do all the queries that need to be done befor...Erik Johnston2015-02-041-1/+1
* Fix bug where we changes in outlier in metadata dict propogated to other eventsErik Johnston2015-01-301-1/+1
* Remove unused importErik Johnston2015-01-071-2/+0
* Optimize FrozenEvent creationErik Johnston2015-01-061-7/+13
* Update copyright noticesMark Haines2015-01-061-1/+1
* clean up coding style a bitMark Haines2014-12-161-11/+11
* Persist internal_metadataErik Johnston2014-12-161-2/+3
* Fix pyflakesErik Johnston2014-12-151-2/+0
* Use frozenutilsErik Johnston2014-12-151-32/+4
* Finish up upgrade scriptErik Johnston2014-12-151-1/+1
* Fix redactions. Fix 'age' keyErik Johnston2014-12-111-0/+1
* Actually fix bug when uploading state with empty state_keyErik Johnston2014-12-101-0/+1
* Fix bug when uploading state with empty state_keyErik Johnston2014-12-101-2/+8
* Fix AttributeErrorErik Johnston2014-12-101-0/+3
* Add __str__ to FrozenEventErik Johnston2014-12-101-0/+5
* Try and figure out how and why signatures are being changed.Erik Johnston2014-12-101-8/+10
* More bug fixesErik Johnston2014-12-081-8/+1
* Start making more things use EventContext rather than event.*Erik Johnston2014-12-051-2/+33
* Convert rest and handlers to use new event structureErik Johnston2014-12-041-4/+4
* Begin converting things to use the new Event structureErik Johnston2014-12-041-0/+3
* WIP for new way of managing events.Erik Johnston2014-12-031-64/+77
* Begin fleshing out a new Event objectErik Johnston2014-12-021-0/+120