Commit Graph

397 Commits (c1cf0b334eaa6240ddc40f3a64119519b34ae213)
 

Author SHA1 Message Date
Erik Johnston c1cf0b334e Fix exceptions so that the event stream works. Presence like events are turned off currently. 10 years ago
Erik Johnston 93cff1668c Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor 10 years ago
Erik Johnston 3a2a5b959c WIP: Completely change how event streaming and pagination work. This reflects the change in the underlying storage model. 10 years ago
Kegan Dougal f84ddc75cb Pepper UT TODOs 10 years ago
Kegan Dougal 5dd8087ea4 Merge branch 'client_server_url_rename' into develop 10 years ago
Kegan Dougal 73a1022bca Merge branch 'develop' of github.com:matrix-org/synapse into client_server_url_rename 10 years ago
Kegan Dougal 5a3df1d029 Feedback: Removed FeedbackRestServlet. Modified keys on FeedbackEvent. Expanded the feedback constants to fully explain what type of feedback they are. 10 years ago
Kegan Dougal 6f0bba1934 Merge branch 'client_server_url_rename' into develop 10 years ago
Kegan Dougal 5a93bfe1f0 Removed MessageRestServlet, use RoomSendEventRestServlet instead. Updated cmdclient, tests and webclient. All appears to work. 10 years ago
Kegan Dougal ad6d5ac06c Added RoomSendEventRestServlet to send generic non-state events. It even appears to work..! 10 years ago
Erik Johnston 8885c8546c Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor 10 years ago
Erik Johnston 9a93e83d90 Respect 'limit' param in initialSync api 10 years ago
Kegan Dougal d0103400b5 Merge branch 'client_server_url_rename' into develop 10 years ago
Kegan Dougal 2e70de09b9 Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> /rooms/$roomid/members. /rooms$roomid/messages/list >> /room/$roomid/messages. Updated cmdclient, tests and webclient. 10 years ago
Mark Haines a29d12a18a Use state_key rather than target_user_id 10 years ago
Erik Johnston 3df5cb804f Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor 10 years ago
Erik Johnston b1e98ddc09 Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor 10 years ago
Mark Haines ac21dfff6d Fix pyflakes errors 10 years ago
Emmanuel ROHEE bcf8eb687a Avoid double call of refresh at app startup 10 years ago
Kegan Dougal 0e7a41dc99 Merge branch 'client_server_url_rename' into develop 10 years ago
Kegan Dougal 8bd55cfdcb Fix ALL THE UNIT TESTS 10 years ago
Erik Johnston ff3709e577 Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor 10 years ago
Emmanuel ROHEE c21fcb3373 Determine and send user presence state 10 years ago
Kegan Dougal b07bc9bdbd Merge branch 'client_server_url_rename' into develop 10 years ago
Kegan Dougal 27979028b2 Merge branch 'develop' of github.com:matrix-org/synapse into client_server_url_rename 10 years ago
Kegan Dougal 9ff9caeb74 webclient: Updated to use /rooms/$roomid/[invite|join|leave] 10 years ago
Kegan Dougal 5c0be8fde3 Implemented /rooms/$roomid/[invite|join|leave] with POST / PUT (incl txn ids) 10 years ago
Kegan Dougal 732d954f89 Added basic in-memory REST transaction storage. Only the latest transaction for a given path/access_token combo is stored in order to prevent storing ALL request/response pairs. 10 years ago
Erik Johnston 485bb64ddb Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor 10 years ago
Erik Johnston 1291ac93f3 Add the ability to turn on the twisted manhole telnet service. 10 years ago
Erik Johnston a664ec20e0 Add a do_users_share_a_room method and use that in the presence handler. 10 years ago
Kegan Dougal 7d79021c42 Added servlet for /rooms/$roomid/[invite|join|leave] 10 years ago
Kegan Dougal f6daa9f170 Merge branch 'client_server_url_rename' into develop 10 years ago
Kegan Dougal b01aeac842 URL renaming: Room state keys now use the format /rooms/$roomid/state/$event_type/$state_key. cmdclient: Fixed double urlencoding on leave command. Stream from the END since START now produces an error on /events. 10 years ago
Kegan Dougal 5796232cb1 Adjusted webclient to use new state paths. Updated membership msg template to actually show the person invited. Factored out common membership functions in matrix service. 10 years ago
Kegan Dougal 52b64617f9 Merge branch 'develop' of github.com:matrix-org/synapse into client_server_url_rename 10 years ago
Erik Johnston fea7b60cf3 Add 'state_key' to valid_keys 10 years ago
Erik Johnston b52b33acf6 Send down state_key to clients 10 years ago
Kegan Dougal 47c3a089c5 Merge branch 'develop' of github.com:matrix-org/synapse into client_server_url_rename 10 years ago
Kegan Dougal cab3095803 Removed member list servlet: now using generic state paths. 10 years ago
Erik Johnston be6abdff19 Order 'get_recent_events_for_room' correctly. 10 years ago
Emmanuel ROHEE 95839212a7 The landing URL is now '#/' which actually points to homeController 10 years ago
Emmanuel ROHEE 66d752dd1b Merge remote-tracking branch 'origin/master' into develop 10 years ago
Emmanuel ROHEE 1bd380c816 Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop 10 years ago
Emmanuel ROHEE 8b0473d5b9 Oops. Removed my NetBeans private folders 10 years ago
Erik Johnston 2c4908ed26 Ensure that we don't have duplicate hosts in the pdu destinations list 10 years ago
Erik Johnston 4521c2d277 Merge branch 'hotfixes-0.0.1' of github.com:matrix-org/synapse 10 years ago
Erik Johnston 0c3b4a1f63 For the content repo, don't just use homeserver.hostname as that might not include the port due to SRV. 10 years ago
Erik Johnston 9d86c8c7a6 Add a unique constraint on the room hosts table 10 years ago
Erik Johnston a9a5329a11 Encode unicode from json as utf-8. This was required to allow people to register on my laptop 10 years ago