This website requires JavaScript.
Explore
Help
Sign In
Matrix-Mirrors
/
synapse-product
Watch
1
Star
0
Fork
0
You've already forked synapse-product
mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced
2025-03-09 16:19:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
synapse-product
/
synapse
/
replication
/
tcp
History
Andrew Morgan
e7132c3f81
Fix check to ignore blank lines in incoming TCP replication (
#14449
)
2022-11-17 16:09:56 +00:00
..
streams
Accept & store thread IDs for receipts (implement MSC3771). (
#13782
)
2022-09-23 14:33:28 +00:00
__init__.py
Update
replication.md
with info on TCP module structure (
#12621
)
2022-05-09 14:46:43 -07:00
client.py
Batch up notifications after event persistence (
#14033
)
2022-10-05 10:12:48 -07:00
commands.py
Send
USER_IP
commands on a different Redis channel, in order to reduce traffic to workers that do not process these commands. (
#12809
)
2022-05-20 15:28:23 +01:00
external_cache.py
…
handler.py
Remove configuration options for direct TCP replication. (
#13647
)
2022-09-06 07:50:02 +00:00
protocol.py
Fix check to ignore blank lines in incoming TCP replication (
#14449
)
2022-11-17 16:09:56 +00:00
redis.py
Send
USER_IP
commands on a different Redis channel, in order to reduce traffic to workers that do not process these commands. (
#12809
)
2022-05-20 15:28:23 +01:00
resource.py
…