Commit Graph

5967 Commits (f9d3665c8841335cd70325dd758b4193c462ca60)
 

Author SHA1 Message Date
Erik Johnston f9d3665c88 Allow clock to be passed in to func 9 years ago
Erik Johnston f699b8f997 Read from DNS cache if within TTL 9 years ago
Matthew Hodgson a68c1b15aa spell out more packages 9 years ago
Matthew Hodgson 9113316b0e typo 9 years ago
Mark Haines 98c460cecd Merge pull request #675 from matrix-org/markjh/replicate_stateII 9 years ago
Mark Haines 8b8052909f return the state_group for backfill 9 years ago
Mark Haines 31a9eceda5 Add a replication stream for state groups 9 years ago
Mark Haines fc66df1e60 Merge pull request #674 from matrix-org/markjh/replicate_state 9 years ago
Erik Johnston 178c9fb200 Merge pull request #673 from matrix-org/erikj/forget 9 years ago
Erik Johnston 73b6bf4629 Only forget room if you were in the room 9 years ago
Erik Johnston 08a8514b7a Remove spurious comment 9 years ago
Erik Johnston d24662b88a Merge branch 'master' of github.com:matrix-org/synapse into develop 9 years ago
Mark Haines 1e25f62ee6 Use a stream id generator to assign state group ids 9 years ago
Erik Johnston 5fbdf2bcec Merge branch 'release-v0.14.0' of github.com:matrix-org/synapse 9 years ago
Erik Johnston e7aaa7c61e Bump version and changelog 9 years ago
Erik Johnston fddb6fddc1 Require user to have left room to forget room 9 years ago
Erik Johnston a932acaa6b Merge pull request #672 from nikriek/new-author 9 years ago
Niklas Riekenbrauck 82312d4fff Add new author 9 years ago
Erik Johnston f5bf45a2e5 Merge pull request #671 from nikriek/jwt-support 9 years ago
Niklas Riekenbrauck 3f9948a069 Add JWT support 9 years ago
Mark Haines 3e8bb99a2b Merge pull request #668 from matrix-org/markjh/deduplicate 9 years ago
Mark Haines 77cba688ed Fix typo 9 years ago
Mark Haines 54a546091a Add a response cache for getting the public room list 9 years ago
Mark Haines 191c7bef6b Deduplicate identical /sync requests 9 years ago
David Baker 31e6f8636f Merge pull request #667 from matrix-org/dbkr/never_notify_member_events 9 years ago
David Baker 3b554bda26 Never notify for member events. This fixes https://github.com/vector-im/vector-web/issues/828 9 years ago
Erik Johnston 15844040c2 Bump version and changelog 9 years ago
Erik Johnston 7a3815b372 Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.14.0 9 years ago
Erik Johnston 647b041d1a Merge pull request #666 from matrix-org/erikj/intern 9 years ago
Erik Johnston 8122ad7bab Simplify intern_dict 9 years ago
Erik Johnston 2f0180b09e Don't bother interning keys that are already interned 9 years ago
Erik Johnston acdfef7b14 Intern all the things 9 years ago
Erik Johnston f96526ffc2 Intern sender, event_id and room_id in events 9 years ago
Erik Johnston fe9794706a Intern type and state_key on events 9 years ago
Erik Johnston 75daede92f String intern 9 years ago
Erik Johnston fbdeb1778d Merge pull request #664 from matrix-org/erikj/public_room_list 9 years ago
Erik Johnston b275765545 Comment about weird SQL 9 years ago
Erik Johnston 0c1a27b787 SQLite and postgres doesn't share a true literal 9 years ago
Erik Johnston 84afeb41f3 Ensure all old public rooms have aliases 9 years ago
Erik Johnston b2802a1351 Ensure published rooms have public join rules 9 years ago
Erik Johnston 0677fc1c4e Comment 9 years ago
Erik Johnston 2749da542c Merge pull request #663 from matrix-org/erikj/invite_for_user 9 years ago
Erik Johnston e14baa7a3b Merge pull request #665 from matrix-org/erikj/dont_cache_events 9 years ago
Erik Johnston 0e7363e0b3 Merge pull request #662 from matrix-org/erikj/state_cache 9 years ago
Erik Johnston d87a846ebc Don't cache events in get_recent_events_for_room 9 years ago
Erik Johnston 8b0dfc9fc4 Don't cache events in get_current_state_for_key 9 years ago
Erik Johnston 34473a9c7f Don't require alias in public room list. 9 years ago
Erik Johnston b6507869cd Make get_invites return RoomsForUser 9 years ago
Erik Johnston 9e2e994395 Reduce cache size 9 years ago
Erik Johnston d531ebcb57 Key StateHandler._state_cache off of state groups 9 years ago