summary refs log tree commit diff
path: root/synapse/events/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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