| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill off synapse.api.events.* | Erik Johnston | 2014-12-16 | 5 | -580/+0 |
* | Change DomainSpecificString so that it doesn't use a HomeServer object | Erik Johnston | 2014-12-02 | 1 | -1/+1 |
* | Fix bugs in invite/join dances. | Erik Johnston | 2014-11-25 | 1 | -0/+1 |
* | Fix pep8 codestyle warnings | Mark Haines | 2014-11-20 | 1 | -1/+1 |
* | Use module loggers rather than the root logger. Exceptions caused by bad clie... | Mark Haines | 2014-11-20 | 1 | -0/+2 |
* | replace user_id with sender | Mark Haines | 2014-11-19 | 1 | -1/+3 |
* | SYN-144: Remove bad keys from pdu json objects, convert age_ts to age | Mark Haines | 2014-11-18 | 1 | -1/+12 |
* | Merge PDUs and Events into one object | Mark Haines | 2014-11-14 | 2 | -0/+8 |
* | Fix typo in validator | Erik Johnston | 2014-11-11 | 1 | -2/+8 |
* | Add EventValidator module | Erik Johnston | 2014-11-11 | 1 | -0/+81 |
* | Add an EventValidator. Fix bugs in auth ++ storage | Erik Johnston | 2014-11-10 | 1 | -61/+0 |
* | PEP8 | Erik Johnston | 2014-11-10 | 1 | -0/+1 |
* | Finish redaction algorithm. | Erik Johnston | 2014-11-10 | 2 | -15/+28 |
* | Add hash of current state to events | Erik Johnston | 2014-11-07 | 1 | -0/+1 |
* | Fix joining over federation | Erik Johnston | 2014-11-07 | 1 | -1/+1 |
* | Start implementing auth chains | Erik Johnston | 2014-11-07 | 1 | -1/+1 |
* | Amalgamate all power levels. | Erik Johnston | 2014-11-06 | 4 | -41/+14 |
* | Don't send prev_state to clients anymore | Erik Johnston | 2014-11-06 | 1 | -1/+1 |
* | Implement new replace_state and changed prev_state | Erik Johnston | 2014-11-06 | 1 | -0/+1 |
* | Fix bugs in generating event signatures and hashing | Erik Johnston | 2014-11-03 | 1 | -0/+1 |
* | Rename PDU fields to match that of events. | Erik Johnston | 2014-11-03 | 1 | -1/+1 |
* | Add 'origin' key to events | Erik Johnston | 2014-11-03 | 1 | -0/+4 |
* | Convert event ids to be of the form :example.com | Erik Johnston | 2014-10-30 | 1 | -1/+5 |
* | Begin implementing all the PDU storage stuff in Events land | Erik Johnston | 2014-10-28 | 1 | -1/+3 |
* | Merge branch 'event_signing' of github.com:matrix-org/synapse into federation... | Erik Johnston | 2014-10-27 | 2 | -9/+16 |
|\ |
|
| * | Merge branch 'develop' into event_signing | Mark Haines | 2014-10-17 | 1 | -2/+2 |
| |\ |
|
| * | | Include hashes of previous pdus when referencing them | Mark Haines | 2014-10-16 | 1 | -1/+1 |
| * | | persist hashes and origin signatures for PDUs | Mark Haines | 2014-10-15 | 1 | -8/+15 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-27 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 1 | -2/+2 |
| |/ |
|
* / | Finish implementing the new join dance. | Erik Johnston | 2014-10-17 | 1 | -3/+11 |
|/ |
|
* | Don't strip out null's in serialized events, as that is not need anymore and ... | Erik Johnston | 2014-09-25 | 1 | -1/+2 |
* | Don't strip of False values from events when serializing | Erik Johnston | 2014-09-25 | 1 | -1/+1 |
* | Rename deletions to redactions | Erik Johnston | 2014-09-24 | 4 | -9/+9 |
* | Fill out the prune_event method. | Erik Johnston | 2014-09-24 | 1 | -6/+31 |
* | Rename 'pruned' to 'pruned_because' | Erik Johnston | 2014-09-23 | 1 | -1/+1 |
* | Add prune_event method | Erik Johnston | 2014-09-23 | 1 | -0/+39 |
* | Add m.room.deletion. If an event is deleted it will be returned to clients 'p... | Erik Johnston | 2014-09-23 | 3 | -3/+16 |
* | Merge branch 'develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -4/+2 |
|\ |
|
| * | Fix bug where we didn't always get 'prev_content' key | Erik Johnston | 2014-09-15 | 1 | -4/+1 |
| * | Fix bug where we incorrectly calculated 'age_ts' from 'age' key rather than t... | Erik Johnston | 2014-09-15 | 1 | -0/+1 |
* | | Print expected-vs-actual data types on typecheck failure from check_json() | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -1/+2 |
|/ |
|
* | Correctly handle the 'age' key in events and pdus | Erik Johnston | 2014-09-15 | 2 | -0/+21 |
* | Fix generation of event ids so that they are consistent between local and rem... | Erik Johnston | 2014-09-06 | 1 | -1/+4 |
* | When getting a state event also include the previous content | Erik Johnston | 2014-09-06 | 1 | -1/+6 |
* | Generate m.room.aliases event when the HS creates a room alias | Erik Johnston | 2014-09-05 | 1 | -0/+7 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 3 | -3/+3 |
* | Updated feedback api docs and fixed feedback content template bug | Kegan Dougal | 2014-09-03 | 1 | -2/+1 |
* | Add all the necessary checks to make banning work. | Erik Johnston | 2014-09-01 | 1 | -0/+2 |
* | Add beginnings of ban support. | Erik Johnston | 2014-09-01 | 2 | -1/+9 |
* | Implement power level lists, default power levels and send_evnet_level/add_st... | Erik Johnston | 2014-09-01 | 2 | -5/+13 |
* | Create the correct events with the right configuration when creating a new room. | Erik Johnston | 2014-08-28 | 3 | -2/+43 |
* | Feedback: Removed FeedbackRestServlet. Modified keys on FeedbackEvent. Expand... | Kegan Dougal | 2014-08-26 | 1 | -7/+9 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into client_server_ur... | Kegan Dougal | 2014-08-26 | 1 | -1/+1 |
|\ |
|
| * | Add 'state_key' to valid_keys | Erik Johnston | 2014-08-26 | 1 | -0/+1 |
| * | Send down state_key to clients | Erik Johnston | 2014-08-26 | 1 | -1/+0 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into client_server_ur... | Kegan Dougal | 2014-08-26 | 2 | -1/+7 |
|\| |
|
| * | Add ts field to all events. | Erik Johnston | 2014-08-21 | 1 | -1/+6 |
| * | Stop internal keys from getting into SynapseEvents | Erik Johnston | 2014-08-21 | 1 | -0/+1 |
* | | Removed member list servlet: now using generic state paths. | Kegan Dougal | 2014-08-26 | 1 | -4/+6 |
|/ |
|
* | Ensure we have a 'membership' key in RoomMemberEvents | Erik Johnston | 2014-08-18 | 1 | -0/+2 |
* | PEP8 cleanups | Erik Johnston | 2014-08-15 | 1 | -0/+1 |
* | Support generic events. | Erik Johnston | 2014-08-15 | 2 | -5/+8 |
* | Reimplement the get public rooms api to work with new DB schema | Erik Johnston | 2014-08-15 | 2 | -1/+25 |
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 3 | -0/+3 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 3 | -0/+301 |