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
Kegan Dougal 5e88a09a42 Add same user_id char checks as registration. 10 years ago
..
schema Edit SQL schema to use string IDs not ints. Use token as ID. Update tests. 10 years ago
__init__.py Merge branch 'develop' into application-services-txn-reliability 10 years ago
_base.py Allow a choice of LRU behaviour for Cache() by using LruCache() or OrderedDict() 10 years ago
appservice.py Add same user_id char checks as registration. 10 years ago
directory.py Put a cache on get_aliases_for_room 10 years ago
event_federation.py Clean out event_forward_extremities table when the server rejoins the room 10 years ago
events.py Merge branch 'develop' of github.com:matrix-org/synapse into store_rearrangement 10 years ago
filtering.py Give sensible names for '_simple_...' transactions 10 years ago
keys.py Appease pep8 10 years ago
media_repository.py Give sensible names for '_simple_...' transactions 10 years ago
presence.py Revert "Add another @cached wrapper, this time on get_presence_state()" 10 years ago
profile.py Give sensible names for '_simple_...' transactions 10 years ago
push_rule.py Give sensible names for '_simple_...' transactions 10 years ago
pusher.py Give sensible names for '_simple_...' transactions 10 years ago
registration.py Give sensible names for '_simple_...' transactions 10 years ago
rejections.py Give sensible names for '_simple_...' transactions 10 years ago
room.py Give sensible names for '_simple_...' transactions 10 years ago
roommember.py Give sensible names for '_simple_...' transactions 10 years ago
signatures.py Update copyright notices 10 years ago
state.py Rearrange storage modules 10 years ago
stream.py Merge branch 'develop' of github.com:matrix-org/synapse into store_rearrangement 10 years ago
transactions.py Start removing Tables 10 years ago