summary refs log tree commit diff
path: root/synapse/api/events (follow)
Commit message (Expand)AuthorAgeFilesLines
* SPEC-7: Rename 'ts' to 'origin_server_ts'Mark Haines2014-10-171-2/+2
* Don't strip out null's in serialized events, as that is not need anymore and ...Erik Johnston2014-09-251-1/+2
* Don't strip of False values from events when serializingErik Johnston2014-09-251-1/+1
* Rename deletions to redactionsErik Johnston2014-09-244-9/+9
* Fill out the prune_event method.Erik Johnston2014-09-241-6/+31
* Rename 'pruned' to 'pruned_because'Erik Johnston2014-09-231-1/+1
* Add prune_event methodErik Johnston2014-09-231-0/+39
* Add m.room.deletion. If an event is deleted it will be returned to clients 'p...Erik Johnston2014-09-233-3/+16
* Merge branch 'develop' into test-sqlite-memoryPaul "LeoNerd" Evans2014-09-171-4/+2
|\
| * Fix bug where we didn't always get 'prev_content' keyErik Johnston2014-09-151-4/+1
| * Fix bug where we incorrectly calculated 'age_ts' from 'age' key rather than t...Erik Johnston2014-09-151-0/+1
* | Print expected-vs-actual data types on typecheck failure from check_json()Paul "LeoNerd" Evans2014-09-171-1/+2
|/
* Correctly handle the 'age' key in events and pdusErik Johnston2014-09-152-0/+21
* Fix generation of event ids so that they are consistent between local and rem...Erik Johnston2014-09-061-1/+4
* When getting a state event also include the previous contentErik Johnston2014-09-061-1/+6
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-0/+7
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-033-3/+3
* Updated feedback api docs and fixed feedback content template bugKegan Dougal2014-09-031-2/+1
* Add all the necessary checks to make banning work.Erik Johnston2014-09-011-0/+2
* Add beginnings of ban support.Erik Johnston2014-09-012-1/+9
* Implement power level lists, default power levels and send_evnet_level/add_st...Erik Johnston2014-09-012-5/+13
* Create the correct events with the right configuration when creating a new room.Erik Johnston2014-08-283-2/+43
* Feedback: Removed FeedbackRestServlet. Modified keys on FeedbackEvent. Expand...Kegan Dougal2014-08-261-7/+9
* Merge branch 'develop' of github.com:matrix-org/synapse into client_server_ur...Kegan Dougal2014-08-261-1/+1
|\
| * Add 'state_key' to valid_keysErik Johnston2014-08-261-0/+1
| * Send down state_key to clientsErik Johnston2014-08-261-1/+0
* | Merge branch 'develop' of github.com:matrix-org/synapse into client_server_ur...Kegan Dougal2014-08-262-1/+7
|\|
| * Add ts field to all events.Erik Johnston2014-08-211-1/+6
| * Stop internal keys from getting into SynapseEventsErik Johnston2014-08-211-0/+1
* | Removed member list servlet: now using generic state paths.Kegan Dougal2014-08-261-4/+6
|/
* Ensure we have a 'membership' key in RoomMemberEventsErik Johnston2014-08-181-0/+2
* PEP8 cleanupsErik Johnston2014-08-151-0/+1
* Support generic events.Erik Johnston2014-08-152-5/+8
* Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-152-1/+25
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-133-0/+3
* Reference Matrix Home Servermatrix.org2014-08-123-0/+301