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/storage
Mark Haines dfdda2c871 Use module loggers rather than the root logger. Exceptions caused by bad clients shouldn't cause ERROR level logging. Fix sql logging to use 'repr' rather than 'str' 10 years ago
..
schema Store all signatures on events rather than just dropping them 10 years ago
__init__.py Use module loggers rather than the root logger. Exceptions caused by bad clients shouldn't cause ERROR level logging. Fix sql logging to use 'repr' rather than 'str' 10 years ago
_base.py Use module loggers rather than the root logger. Exceptions caused by bad clients shouldn't cause ERROR level logging. Fix sql logging to use 'repr' rather than 'str' 10 years ago
directory.py SYN-149: Send join event immediately after the room create event 10 years ago
event_federation.py Update some of the docs in event_federation 10 years ago
feedback.py Fix PDU and event signatures 10 years ago
keys.py Fix pep8 warnings 10 years ago
presence.py fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
profile.py fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
registration.py Add an EventValidator. Fix bugs in auth ++ storage 10 years ago
room.py Add an EventValidator. Fix bugs in auth ++ storage 10 years ago
roommember.py Add a few missing yields, Move deferred lists inside PreserveLoggingContext because they don't interact well with the logging contexts 10 years ago
signatures.py Store all signatures on events rather than just dropping them 10 years ago
state.py Document StateStore and use transactions 10 years ago
stream.py SYN-104: When going backwards the end token should be before the last event 10 years ago
transactions.py For now, don't store txn -> pdu mappings. 10 years ago