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/rest
Erik Johnston ad9226eeec Merge branch 'event_signing' of github.com:matrix-org/synapse into federation_authorization 10 years ago
..
__init__.py SYN-48: Implement WHOIS rest servlet 10 years ago
admin.py SYN-48: Fix typo. Get the whois for requested user rather tahan the requester 10 years ago
base.py Use state groups to get current state. Make join dance actually work. 10 years ago
directory.py SYN-2: Allow server admins to delete room aliases 10 years ago
events.py Use state groups to get current state. Make join dance actually work. 10 years ago
initial_sync.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
login.py Comment out password reset for now, until the mechanism is fully discussed (IS token auth vs HS auth) 10 years ago
presence.py Make sure to return an empty JSON object ({}) from presence PUT/POST requests rather than an empty string ("") because most deserialisers won't like the latter 10 years ago
profile.py Empty string is not a valid JSON object, so don't return them in HTTP responses. 10 years ago
register.py Track the IP users connect with. Add an admin column to users table. 10 years ago
room.py Fix pyflakes warnings 10 years ago
transactions.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
voip.py Coturn's timestamps are in seconds, not milliseconds 10 years ago