| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert rest and handlers to use new event structure | Erik Johnston | 2014-12-04 | 1 | -1/+22 |
* | 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 | -1/+1 |
* | SYN-58: Allow passing explicit limit=0 to initialSync to request no messages ... | Paul "LeoNerd" Evans | 2014-11-20 | 1 | -1/+1 |
* | Fix pep8 codestyle warnings | Mark Haines | 2014-11-20 | 1 | -3/+3 |
* | Add a few missing yields, Move deferred lists inside PreserveLoggingContext b... | Mark Haines | 2014-11-20 | 1 | -3/+5 |
* | Remove unused variable | Mark Haines | 2014-11-18 | 1 | -1/+1 |
* | Rename message handler's new snapshot_room to room_initial_sync() as that bet... | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -1/+1 |
* | Include room members' presence in room initialSync | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -1/+22 |
* | Include 'messages' snapshot in room initialSync | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -1/+20 |
* | Merge branch 'develop' into room-initial-sync | Paul "LeoNerd" Evans | 2014-11-17 | 1 | -63/+26 |
|\ |
|
| * | PEP8ify | Erik Johnston | 2014-11-11 | 1 | -9/+12 |
| * | Only allow people in a room to look up room state. | Erik Johnston | 2014-11-11 | 1 | -34/+4 |
| * | Implement new replace_state and changed prev_state | Erik Johnston | 2014-11-06 | 1 | -8/+3 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-30 | 1 | -3/+7 |
| |\ |
|
| * \ | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-27 | 1 | -13/+3 |
| |\ \ |
|
| * | | | Use state groups to get current state. Make join dance actually work. | Erik Johnston | 2014-10-17 | 1 | -3/+3 |
| * | | | Begin making auth use event.old_state_events | Erik Johnston | 2014-10-15 | 1 | -10/+3 |
* | | | | Include room membership in room initialSync | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -1/+7 |
* | | | | Put room state in room initialSync output - I guess this is right; I really c... | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -2/+5 |
* | | | | Have room initialSync return the room's room_id | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -0/+11 |
| |_|/
|/| | |
|
* | | | Construct a source-specific 'SourcePaginationConfig' to pass into get_paginat... | Paul "LeoNerd" Evans | 2014-10-29 | 1 | -3/+7 |
| |/
|/| |
|
* | | SPEC-7: Don't stamp event contents with 'hsob_ts' | Mark Haines | 2014-10-17 | 1 | -13/+3 |
|/ |
|
* | Implemented /rooms/$roomid/state API. | Kegan Dougal | 2014-09-23 | 1 | -0/+16 |
* | SYWEB-3 : Added 'visibility' key to rooms returned via /initialSync | Kegan Dougal | 2014-09-17 | 1 | -0/+5 |
* | Correctly handle the 'age' key in events and pdus | Erik Johnston | 2014-09-15 | 1 | -3/+3 |
* | Generate m.room.aliases event when the HS creates a room alias | Erik Johnston | 2014-09-05 | 1 | -2/+2 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Snapshot prev_state for generic events | Erik Johnston | 2014-09-03 | 1 | -1/+6 |
* | rate limiting for message sending | Mark Haines | 2014-09-02 | 1 | -0/+2 |
* | Add message to assertion | Erik Johnston | 2014-09-02 | 1 | -1/+1 |
* | Bump a user's presence last_active time every time they send a message to a room | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -0/+4 |
* | Perform room unit tests with 'local' users actually in the right domain ;) | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -0/+4 |
* | Rename 'events_key' to 'room_key' so it matches the name of the event source | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -3/+3 |
* | Get the equalities right. | Erik Johnston | 2014-08-29 | 1 | -2/+5 |
* | Split out MessageHandler | Erik Johnston | 2014-08-27 | 1 | -0/+301 |