You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse
Erik Johnston 797193283e Bump changes and version 10 years ago
..
api Fix bugs when joining a remote room that has dodgy event graphs. This should also fix the number of times a HS will trigger a GET /event/ 10 years ago
app Merge branch 'develop' into http_client_refactor 10 years ago
config Don't log synapse.storage at DEBUG level when under -v; require -v -v for that 10 years ago
crypto Merge branch 'develop' into http_client_refactor 10 years ago
federation Fix bug where did not always resolve all the deferreds in _attempt_new_transaction 10 years ago
handlers Extra verbosity on logging of received presence info 10 years ago
http typos 10 years ago
rest Allow GET /room/:room_id/messages without 'limit' parameter to default to 10 10 years ago
storage Workaround for non-uniqueness of room member events in the database confusing HAVING COUNT() test of room membership intersection (with thanks to Tom Molesworth) 10 years ago
streams Allow GET /room/:room_id/messages without 'limit' parameter to default to 10 10 years ago
util Drop log level for incorrect logging contexts to WARN if the context is wrong and DEBUG if the context is missing 10 years ago
__init__.py Bump changes and version 10 years ago
notifier.py Fix pep8 codestyle warnings 10 years ago
server.py
state.py Correctly handle the case where we get an event for an unknown room, which turns out we are actually in 10 years ago
types.py