Commit Graph

5933 Commits (f96526ffc23fdd99ab47abda67fb579a1ad764f9)
 

Author SHA1 Message Date
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
Erik Johnston c4a8cbd15a Make LruCache use a dedicated _Node class 9 years ago
Erik Johnston 99f929f36b Make StateHandler._state_cache only store event_ids. 9 years ago
Erik Johnston d787e41b20 Measure StateHandler._resolve_events 9 years ago
Erik Johnston 6cf0ba1466 Bump get_unread_event_push_actions_by_room_for_user cache 9 years ago
Erik Johnston 76d18a5776 Bump get_aliases_for_room cache 9 years ago
Mark Haines cd9ba1ed89 Merge pull request #661 from matrix-org/markjh/member_count 9 years ago
Mark Haines 5defb25ac6 Use get_users_in_room to count the number of room members rather than using read_receipts 9 years ago
Erik Johnston fa2f96c2e3 Merge pull request #660 from matrix-org/erikj/state_cache 9 years ago
Erik Johnston f93304e77f Merge pull request #659 from matrix-org/erikj/state_cache_factor 9 years ago
Erik Johnston 2c86187a1b Don't cache events in _state_group_cache 9 years ago
Erik Johnston d6ac752538 Merge pull request #657 from matrix-org/erikj/roomlist 9 years ago
Erik Johnston 97785bfc0f Doc string 9 years ago
Erik Johnston b591277620 Make stateGroupCache honour CACHE_SIZE_FACTOR 9 years ago
Mark Haines 63137bb901 Merge pull request #658 from matrix-org/markjh/cleanup 9 years ago
Matthew Hodgson d3654694d0 an invalide is something else... 9 years ago
Mark Haines 5244c0b48e Remove unused backfilled parameter from persist_event 9 years ago
Erik Johnston 3e7fac0d56 Add published room list edit API 9 years ago
Mark Haines 58f8226c7f remove unused current_state variable from on_receive_pdu 9 years ago
Erik Johnston e4054abfdc Merge pull request #655 from matrix-org/erikj/edu_yield 9 years ago
Erik Johnston 9adf0e92bc Catch exceptions from EDU handling 9 years ago
Erik Johnston 1660145a08 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/edu_yield 9 years ago
Erik Johnston 7f79a6405b Merge pull request #656 from matrix-org/erikj/get_event 9 years ago
Erik Johnston 8595ff7842 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/get_event 9 years ago
Erik Johnston 58e207cd77 Don't assume existence of event_id in __str__ 9 years ago
Erik Johnston 67ed8065db Dedupe requested event list in _get_events 9 years ago
Erik Johnston 916227b4df Merge pull request #652 from matrix-org/erikj/delete_alias 9 years ago
Erik Johnston 3c5f25507b Yield on EDU handling 9 years ago
Erik Johnston 56aa4e7a9a Check canonical alias event exists 9 years ago
David Baker 384ee6eafb Merge pull request #650 from matrix-org/dbkr/register_idempotent_with_username 9 years ago
Mark Haines 2ec3460967 Merge pull request #651 from matrix-org/markjh/unused_II 9 years ago
Mark Haines 7a38612620 Remove another unused function from presence 9 years ago
Erik Johnston 2cd9260500 Update aliases event after deletion 9 years ago