Commit Graph

1785 Commits (bf7940d7ff4d38298904b1b747631500632133c0)
 

Author SHA1 Message Date
Erik Johnston bf7940d7ff Add note about rerunning setup.py develop 10 years ago
Erik Johnston 19977b4659 Merge branch 'release-v0.5.0' of github.com:matrix-org/synapse 10 years ago
Erik Johnston 1a9551db82 Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.5.0 10 years ago
Erik Johnston 5b46ce579b Bump version, changelog and upgrade.rst 10 years ago
Erik Johnston 493055731e Fix tests from prev commit 10 years ago
Erik Johnston 415ddf59bb Don't add a 'prev' key to m.room.member messages 10 years ago
Paul "LeoNerd" Evans 03dc63f6c8 Initialise UserPresenceCache instances to always contain a 'presence' key 10 years ago
Erik Johnston 4eada9a908 Fix backfill request 10 years ago
Erik Johnston 512993b57f Only users can set state events which have their own user_id 10 years ago
Mark Haines ca91bb2f7f Sometimes there isn't a current logging context 10 years ago
Mark Haines 8993affdc0 SYN-153: Raise 404 if room alias is not found 10 years ago
Mark Haines ff23e5ba37 remove demo webserver since synapse serves up the webclient itself 10 years ago
Mark Haines 0d1221155e remove unused import 10 years ago
Mark Haines c5eabe3143 replace user_id with sender 10 years ago
Mark Haines 97c7c34f6f Preserve logging context in a few more places, drop the logging context after it has been stashed to reduce potential for confusion 10 years ago
Mark Haines 3e54d70ae2 SYN-141: Encode query params as UTF-8. 10 years ago
Matthew Hodgson a7f470d1d9 more README fixes 10 years ago
Mark Haines 428581dd05 SYN-144: Remove bad keys from pdu json objects, convert age_ts to age 10 years ago
Paul "LeoNerd" Evans 572a1ca42a Remember also to UTF-8 decode bytes in room alias names in directory server URLs 10 years ago
Paul "LeoNerd" Evans 3bfc3dd45b Remember to URL decode the room_id in room initialSync 10 years ago
Mark Haines db7e8b5619 SYN-141: Decode the query params as UTF-8 10 years ago
Mark Haines 54c438d8d3 Remove unused variable 10 years ago
Mark Haines 1731af3f29 SYN-104: When going backwards the end token should be before the last event 10 years ago
Paul Evans 11fd81e398 Merge pull request #17 from matrix-org/room-initial-sync 10 years ago
Paul "LeoNerd" Evans 88dfa7baa6 Ensure to parse a real pagination config object out of room initialSync request and pass it on 10 years ago
Paul "LeoNerd" Evans 75e95c45a2 Rename message handler's new snapshot_room to room_initial_sync() as that better suits its purpose 10 years ago
Erik Johnston c6ea29d916 Revert accidental commit of bad file 10 years ago
Paul "LeoNerd" Evans e9f587ecba Merge remote-tracking branch 'origin/develop' into room-initial-sync 10 years ago
Mark Haines 3553101eb3 Null check when determining default power levels 10 years ago
Mark Haines b01dd76be1 SYN-149: Enable auth for events added during room creation since they should pass auth checks 10 years ago
Erik Johnston 95614e5220 Fix auth to correctly handle initial creation of rooms 10 years ago
Mark Haines ae9c2ab165 SYN-149: Send join event immediately after the room create event 10 years ago
Paul "LeoNerd" Evans 33d328d967 Include room members' presence in room initialSync 10 years ago
Paul "LeoNerd" Evans 759db7d7d5 Added ability to .get_state() from the PresenceHandler by returning a complete m.presence event 10 years ago
Paul "LeoNerd" Evans 4c18e08036 Don't expect all _user_cachemap entries to definitely contain a "last_active" key 10 years ago
Mark Haines a5b88c489e Split out sending the room alias events from creating the alias so that we can do them in the right point when creating a room 10 years ago
Paul "LeoNerd" Evans 17f977a9de Include 'messages' snapshot in room initialSync 10 years ago
Matthew Hodgson c571dd4f0e warn about memory 10 years ago
Matthew Hodgson 94ed41f236 update the README.rst to reflect the develop branch 10 years ago
Mark Haines 26fc878944 Stop before starting when restarting 10 years ago
Matthew Hodgson b57e9f58fd yet another installation gotcha 10 years ago
Matthew Hodgson d18fc97717 Merge branch 'develop' of git+ssh://github.com/matrix-org/synapse into develop 10 years ago
Matthew Hodgson b80d1925ff clarify install instructions further still 10 years ago
Paul "LeoNerd" Evans 31a049eb69 Merge branch 'develop' into room-initial-sync 10 years ago
Mark Haines cf45e57d9c SYN-148: Add the alias after creating the room 10 years ago
Mark Haines 1b91c26409 Mark synapse as not zip-safe since it needs to be able to read schema files from the filesystem 10 years ago
Mark Haines 5d273a0c76 Remove syweb directory. pull in syweb as a dependency from github 10 years ago
Kegan Dougal da6df07a9d SYWEB-152: Remove room join logic from RoomController and put it in eventHandlerService.joinRoom. 10 years ago
Kegan Dougal 7799e14121 Add clearRooms() to wipe data when you logout. 10 years ago
Mark Haines 2eaf689f71 These lines aren't doing anything 10 years ago