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 07:37:03 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
anonymousland-synapse
/
tests
History
Mark Haines
0d872f5aa6
Merge pull request
#50
from matrix-org/application-services
...
Application Services
2015-02-13 15:06:14 +00:00
..
api
Merge branch 'develop' into application-services
2015-02-11 16:43:26 +00:00
appservice
Notify ASes for events sent by other users in a room which an AS user is a part of.
2015-02-11 10:36:08 +00:00
federation
Factor out some of the common homeserver setup code into a
2015-02-11 11:37:30 +00:00
handlers
Merge branch 'develop' into application-services
2015-02-11 16:43:26 +00:00
rest
Merge branch 'develop' into application-services
2015-02-11 16:43:26 +00:00
storage
Fix tests which broke when event caching was introduced.
2015-02-11 16:46:01 +00:00
util
Add a lru cache class
2015-02-11 14:52:23 +00:00
__init__.py
fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch.
2014-09-03 17:31:57 +01:00
test_distributor.py
Replace distributor deferred list, with a simple for loop until I understand why the former breaks and the latter doesn't
2014-12-18 17:47:00 +00:00
test_state.py
Fix tests
2015-02-09 14:23:57 +00:00
test_test_utils.py
Implement .cancel_call_later() in MockClock
2014-12-10 19:26:52 +00:00
test_types.py
Replace hs.parse_roomalias with RoomAlias.from_string
2015-01-23 13:21:58 +00:00
unittest.py
Don't make @unittest.DEBUG print the huge amount of verbosity generated by the synapse.storage loggers
2015-01-12 18:16:27 +00:00
utils.py
Add a cache for get_event
2015-02-11 15:01:15 +00:00