Commit Graph

570 Commits (78741cf025906965fa2ca93e17e92c7ea3bb4484)

Author SHA1 Message Date
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 9 years ago
Mark Haines e2054ce21a Allow users to GET individual state events for rooms that they have left 9 years ago
Mark Haines bc8b25eb56 Allow users that have left the room to view the member list from the point they left 9 years ago
Erik Johnston b345853918 Check against sender rather than event_id 9 years ago
Erik Johnston 00149c063b Fix tests 9 years ago
Daniel Wagner-Hall e255c2c32f s/user_id/user/g for consistency 9 years ago
Daniel Wagner-Hall 3063383547 Swap out bcrypt for md5 in tests 9 years ago
Daniel Wagner-Hall 81450fded8 Turn TODO into thing which actually will fail 9 years ago
Daniel Wagner-Hall 6a4b650d8a Attempt to validate macaroons 9 years ago
Daniel Wagner-Hall a9d8bd95e7 Stop looking up "admin", which we never read 9 years ago
Daniel Wagner-Hall a0b181bd17 Remove completely unused concepts from codebase 9 years ago
Daniel Wagner-Hall cecbd636e9 /tokenrefresh POST endpoint 9 years ago
Daniel Wagner-Hall 13a6517d89 s/by_token/by_access_token/g 9 years ago
Daniel Wagner-Hall 617501dd2a Move token generation to auth handler 9 years ago
Daniel Wagner-Hall 70e265e695 Re-add whitespace around caveat operators 9 years ago
Daniel Wagner-Hall ce832c38d4 Remove padding space around caveat operators 9 years ago
Daniel Wagner-Hall 42e858daeb Fix units in test 9 years ago
Daniel Wagner-Hall 3e6fdfda00 Fix some formatting to use tuples 9 years ago
Daniel Wagner-Hall 2d3462714e Issue macaroons as opaque auth tokens 9 years ago
Erik Johnston 2df8dd9b37 Move all the caches into their own package, synapse.util.caches 9 years ago
Daniel Wagner-Hall 4ff0228c25 Remove call to recently removed function in mock 9 years ago
Daniel Wagner-Hall dcd5983fe4 Remove call to recently removed function in mock 9 years ago
Erik Johnston 20addfa358 Change Cache to not use *args in its interface 9 years ago
Erik Johnston b8e386db59 Change Cache to not use *args in its interface 9 years ago
Erik Johnston 7eea3e356f Make @cached cache deferreds rather than the deferreds' values 9 years ago
Erik Johnston 07507643cb Use dictionary cache to do group -> state fetching 9 years ago
Erik Johnston c67ba143fa Move DictionaryCache 9 years ago
Erik Johnston e7768e77f5 Add basic dictionary cache 9 years ago
David Baker 07ad03d5df Fix tests 9 years ago
Kegan Dougal 11b0a34074 Use the same reg paths as register v1 for ASes. 9 years ago
Kegan Dougal a4d62ba36a Fix v2_alpha registration. Add unit tests. 9 years ago
Erik Johnston f0dd6d4cbd Fix test. 10 years ago
Erik Johnston bd1236c0ee Consolidate duplicate code in notifier 10 years ago
Erik Johnston ddf7979531 Add receipts_key to StreamToken 10 years ago
Kegan Dougal d88e20cdb9 Fix bug where synapse was sending AS user queries incorrectly. 10 years ago
Erik Johnston 261ccd7f5f Fix tests 10 years ago
Erik Johnston 55bf90b9e4 Don't needlessly compute prev_state 10 years ago
Erik Johnston 1c3d844e73 Don't needlessly compute context 10 years ago
Erik Johnston d8866d7277 Caches should be bound to instances. 10 years ago
Mark Haines 17167898c8 Fix the presence tests 10 years ago
Mark Haines f43544eecc Make the appservice use 'users_in_room' rather than get_room_members since it is cached 10 years ago
Mark Haines 88f1ea36ce Oops, get_rooms_for_user returns a namedtuple, not a room_id 10 years ago
Mark Haines 8eca5bd50a Fix the presence tests 10 years ago
Erik Johnston a2c4f3f150 Fix daedlock 10 years ago
Mark Haines c5d1b4986b Remove unused arguments and doc PresenceHandler.push_update_to_clients 10 years ago
Mark Haines f1b83d88a3 Discard unused NotifierUserStreams 10 years ago
Mark Haines 63878c0379 Don't bother checking for updates if the stream token hasn't advanced for a user 10 years ago
Erik Johnston 43c2e8deae Add support for using executemany 10 years ago
Paul "LeoNerd" Evans e1e5e53127 Remove users from the remote_offline_serials list (and clean up empty elements) when they go online again 10 years ago
Paul "LeoNerd" Evans 8a785c3006 Store a list of the presence serial number at which remote users went offline, so that when we delete them from the cachemap, we can still synthesize OFFLINE events for them (SYN-261) 10 years ago