forked-synapse/synapse/handlers
Richard van der Hoff 44a1bfd6a6 Reshuffle room list request code
I'm not entirely sure if this will actually help anything, but it simplifies
the code and might give further clues about why room list search requests are
blowing out the get_current_state_ids caches.
2017-11-14 10:29:58 +00:00
..
__init__.py Split out profile handler to fix tests 2017-08-25 14:34:56 +01:00
_base.py Add per user ratelimiting overrides 2017-05-10 11:05:43 +01:00
account_data.py copyrights 2016-01-07 04:26:29 +00:00
admin.py admin,storage: added more administrator functionalities 2017-02-02 14:02:26 +01:00
appservice.py Remove useless assignment in notify_interested_services 2017-11-07 22:23:22 +03:00
auth.py Factor _AccountHandler proxy out to ModuleApi 2017-11-02 14:36:11 +00:00
device.py Merge remote-tracking branch 'origin/develop' into rav/refactor_accesstoken_delete 2017-11-01 16:20:19 +00:00
devicemessage.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00
directory.py spam check room publishing 2017-10-04 14:29:33 +01:00
e2e_keys.py Replace some instances of preserve_context_over_deferred 2017-05-09 19:04:56 +01:00
events.py Use state handler instead of get_users_in_room/get_joined_hosts 2016-08-26 14:54:30 +01:00
federation.py s/items/iteritems/ 2017-11-08 09:21:41 +00:00
groups_local.py Have an explicit API to update room config 2017-11-08 16:13:27 +00:00
identity.py Revert accidental commit 2017-04-26 11:43:16 +01:00
initial_sync.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
message.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
presence.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
profile.py removed unused import flagged by flake8a 2017-11-03 18:45:49 +01:00
read_marker.py m.read_marker -> m.fully_read (#2128) 2017-04-18 17:46:15 +01:00
receipts.py fix a logcontext leak in read receipt handling 2017-10-11 14:37:20 +01:00
register.py Revert "Allow upper-case characters in mxids" 2017-11-09 21:57:24 +00:00
room_list.py Reshuffle room list request code 2017-11-14 10:29:58 +00:00
room_member.py Merge pull request #2466 from matrix-org/erikj/groups_merged 2017-10-11 13:20:07 +01:00
room.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
search.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
sync.py Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
typing.py Fix typing tests 2017-05-26 10:02:04 +01:00
user_directory.py s/intial/initial/ 2017-11-04 19:35:14 +00:00