summary refs log tree commit diff
path: root/synapse/events/utils.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Review commentsKegan Dougal2016-11-221-11/+9
* Also check for dict since sometimes they aren't frozenKegan Dougal2016-11-221-1/+1
* Glue only_event_fields into the sync rest servletKegan Dougal2016-11-221-1/+1
* More testsKegan Dougal2016-11-221-3/+4
* Start adding some testsKegan Dougal2016-11-211-1/+3
* Move event_fields filtering to serialize_eventKegan Dougal2016-11-211-4/+97
* Include prev_content in redacted state eventsErik Johnston2016-08-111-0/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Only add the user_id if the sender is presentMark Haines2015-12-011-1/+3
* Copy rather than move the fields to shuffle between a v1 and a v2 event.Mark Haines2015-11-301-9/+5
* Flatten the /sync response to remove the event_mapRichard van der Hoff2015-11-191-2/+1
* Update the other place check_joined_room is calledMark Haines2015-10-301-1/+2
* Surely we don't need to preserve 'events_default' twicePaul "LeoNerd" Evans2015-10-161-1/+0
* Bundle in some room state in the unsigned bit of the invite when sending to i...Erik Johnston2015-09-101-1/+4
* Rename key and values for m.room.history_visibility. Support 'invited' valueErik Johnston2015-07-061-1/+1
* Add m.room.history_visibility to list of auth eventsErik Johnston2015-07-031-0/+2
* Merge pull request #43 from matrix-org/rejectionsErik Johnston2015-01-301-3/+8
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into rejectionsErik Johnston2015-01-301-6/+6
| |\
| * | Fix bug where we changes in outlier in metadata dict propogated to other eventsErik Johnston2015-01-301-1/+4
| * | Initial implementation of auth conflict resolutionErik Johnston2015-01-291-2/+4
* | | Include transaction ids in unsigned section of events in the sync results for...Mark Haines2015-01-291-5/+6
* | | Add support for formatting events in the way a v2 client expectsMark Haines2015-01-291-39/+52
* | | Start implementing incremental initial syncMark Haines2015-01-271-0/+1
* | | Start implementing the non-incremental sync portion of the v2 /sync APIMark Haines2015-01-261-1/+5
| |/ |/|
* | Pass the current time to serialize event, rather than passing anMark Haines2015-01-261-6/+6
|/
* Merge branch 'hotfixes-v0.6.1b' of github.com:matrix-org/synapse into developErik Johnston2015-01-131-1/+1
|\
| * Insert 'age' into top level when returning events to clientsErik Johnston2015-01-131-1/+1
* | Return the raw federation event rather than adding extra keys for federation ...Kegan Dougal2015-01-081-9/+16
* | Add 'raw' query parameter to expose the event graph and signatures to savvy c...Kegan Dougal2015-01-081-8/+9
|/
* Update copyright noticesMark Haines2015-01-061-1/+1
* Remove unneeded federation keys from eventsMark Haines2014-12-191-0/+3
* Fix bug where we ignored event_edge_hashes tableErik Johnston2014-12-151-0/+1
* Fix prev_contentErik Johnston2014-12-111-0/+8
* Fix redactions. Fix 'age' keyErik Johnston2014-12-111-0/+21
* Add PEP8 newlinesErik Johnston2014-12-091-1/+1
* Various typos and bug fixes.Erik Johnston2014-12-081-0/+2
* Start making more things use EventContext rather than event.*Erik Johnston2014-12-051-0/+16
* WIP for new way of managing events.Erik Johnston2014-12-031-0/+82