summary refs log tree commit diff
path: root/synapse/api/events/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill off synapse.api.events.*Erik Johnston2014-12-161-148/+0
* Fix bugs in invite/join dances.Erik Johnston2014-11-251-0/+1
* Use module loggers rather than the root logger. Exceptions caused by bad clie...Mark Haines2014-11-201-0/+2
* replace user_id with senderMark Haines2014-11-191-1/+3
* SYN-144: Remove bad keys from pdu json objects, convert age_ts to ageMark Haines2014-11-181-1/+12
* Merge PDUs and Events into one objectMark Haines2014-11-141-0/+6
* Add an EventValidator. Fix bugs in auth ++ storageErik Johnston2014-11-101-61/+0
* Finish redaction algorithm.Erik Johnston2014-11-101-2/+2
* Add hash of current state to eventsErik Johnston2014-11-071-0/+1
* Fix joining over federationErik Johnston2014-11-071-1/+1
* Start implementing auth chainsErik Johnston2014-11-071-1/+1
* Amalgamate all power levels.Erik Johnston2014-11-061-2/+1
* Don't send prev_state to clients anymoreErik Johnston2014-11-061-1/+1
* Implement new replace_state and changed prev_stateErik Johnston2014-11-061-0/+1
* Fix bugs in generating event signatures and hashingErik Johnston2014-11-031-0/+1
* Begin implementing all the PDU storage stuff in Events landErik Johnston2014-10-281-1/+3
* Include hashes of previous pdus when referencing themMark Haines2014-10-161-1/+1
* 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-241-2/+2
* Rename 'pruned' to 'pruned_because'Erik Johnston2014-09-231-1/+1
* Add m.room.deletion. If an event is deleted it will be returned to clients 'p...Erik Johnston2014-09-231-2/+4
* 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-151-0/+13
* When getting a state event also include the previous contentErik Johnston2014-09-061-1/+6
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Add all the necessary checks to make banning work.Erik Johnston2014-09-011-0/+2
* Create the correct events with the right configuration when creating a new room.Erik Johnston2014-08-281-0/+7
* Add 'state_key' to valid_keysErik Johnston2014-08-261-0/+1
* Send down state_key to clientsErik Johnston2014-08-261-1/+0
* Stop internal keys from getting into SynapseEventsErik Johnston2014-08-211-0/+1
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+152