This website requires JavaScript.
Explore
Help
Sign In
Matrix-Mirrors
/
anonymousland-synapse
Watch
1
Star
0
Fork
0
You've already forked anonymousland-synapse
mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced
2025-01-27 21:37:00 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
anonymousland-synapse
/
synapse
/
events
History
David Robertson
a1c9869394
Merge branch 'release-v1.79' into develop
2023-03-13 18:35:21 +00:00
..
__init__.py
Change collection[str] to StrCollection in event_auth code (
#14929
)
2023-02-14 09:37:08 +00:00
builder.py
Return read-only collections from
@cached
methods (
#13755
)
2023-02-10 23:29:00 +00:00
presence_router.py
Implement cancellation support/protection for module callbacks (
#12568
)
2022-05-09 12:31:14 +01:00
snapshot.py
More speedups/fixes to creating batched events (
#15195
)
2023-03-07 13:54:39 -08:00
spamcheck.py
Refactor media modules. (
#15146
)
2023-02-27 08:26:05 -05:00
third_party_rules.py
Fix missing conditional for registering
on_remove_user_third_party_identifier
module api callbacks (
#15227
2023-03-10 10:35:18 +00:00
utils.py
Pass the requester during event serialization. (
#15174
)
2023-03-06 16:08:39 +00:00
validator.py
Prefer
type(x) is int
to
isinstance(x, int)
(
#14945
)
2023-01-31 10:33:07 +00:00