1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-14 01:16:21 +00:00
synapse/synapse
Erik Johnston defd4aca67
Speed up fetching latest stream positions via cache ()
The idea is to engineer it so that the vast majority of the rooms can
stay in the cache, so we can just ignore them.
2024-08-27 11:03:56 +00:00
..
_scripts Prepare for authenticated media freeze () 2024-07-22 10:33:17 +01:00
api Fixup sliding sync comment () 2024-08-07 10:32:36 +01:00
app Start handlers for new media endpoints when media resource configured () 2024-08-08 14:35:46 +00:00
appservice Bump black from 23.10.1 to 24.2.0 () 2024-03-13 16:46:44 +00:00
config Fixed presence results not returning offline users on initial sync () 2024-07-23 09:59:24 +00:00
crypto Fix fetching signing keys when old_verify_keys is omitted () 2024-08-14 14:13:56 +01:00
events Sliding Sync: Update filters to be robust against remote invite rooms () 2024-07-30 13:20:29 -05:00
federation Start handlers for new media endpoints when media resource configured () 2024-08-08 14:35:46 +00:00
handlers Sliding sync: Split up handler into its own module () 2024-08-20 18:30:23 +00:00
http Handle lower-case http headers in _Mulitpart_Parser_Protocol () 2024-08-14 09:49:01 +01:00
logging Fix @tag_args for non-methods () 2024-08-27 11:47:28 +01:00
media Fix zero length media handling () 2024-08-19 15:06:44 +01:00
metrics Bump black from 23.10.1 to 24.2.0 () 2024-03-13 16:46:44 +00:00
module_api Bump mypy from 1.5.1 to 1.8.0 () 2024-03-13 17:05:57 +00:00
push Fix room type typo in mailer () 2024-06-24 10:02:16 -05:00
replication Reintroduce "Reduce device lists replication traffic."" () 2024-06-25 10:34:34 +01:00
res Send an email if the address is already bound to an user account () 2024-04-23 16:45:24 +01:00
rest Sliding Sync: Handle timeline limit changes (take 2) () 2024-08-20 10:31:25 +01:00
server_notices Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
spam_checker_api Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
state Bump black from 23.10.1 to 24.2.0 () 2024-03-13 16:46:44 +00:00
static Update link to the clients webpage, fix () 2023-07-06 17:28:09 +02:00
storage Speed up fetching latest stream positions via cache () 2024-08-27 11:03:56 +00:00
streams Fix regression when bounding future tokens () 2024-07-02 14:06:36 +01:00
synapse_rust Add event.internal_metadata.instance_name () 2024-06-13 11:32:50 -05:00
types Sliding Sync: Handle timeline limit changes (take 2) () 2024-08-20 10:31:25 +01:00
util Reduce concurrent thread usage in media () 2024-08-14 12:41:53 +01:00
__init__.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
_pydantic_compat.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
event_auth.py Bump black from 23.10.1 to 24.2.0 () 2024-03-13 16:46:44 +00:00
notifier.py Reduce volume of 'Waiting for current token' logs, which were introduced in v1.109.0. () 2024-07-23 11:51:34 +01:00
py.typed Mark Module API error imports as re-exported and mark Synapse as containing type annotations () 2021-10-13 08:42:41 +01:00
server.py Register the media threadpool with our metrics () 2024-08-14 15:11:22 +01:00
visibility.py Include user membership on events () 2024-06-13 21:45:54 +00:00