summary refs log tree commit diff
path: root/synapse/rest/directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-112/+0
* Update copyright noticesMark Haines2015-01-061-1/+1
* Remove unused importsErik Johnston2014-12-121-1/+0
* Consistently url decode and decode as utf 8 the URL partsErik Johnston2014-12-121-9/+3
* Remember also to UTF-8 decode bytes in room alias names in directory server URLsPaul "LeoNerd" Evans2014-11-181-3/+9
* Split out sending the room alias events from creating the alias so that we ca...Mark Haines2014-11-181-1/+3
* SYN-2: Allow server admins to delete room aliasesErik Johnston2014-09-301-1/+19
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-1/+4
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Bubble up SynapseErrors so expected failures aren't masked.Kegan Dougal2014-09-031-0/+2
* Add exception handling to directory servlet, so we don't 500. Mark directory ...Kegan Dougal2014-09-031-2/+16
* Fix up directory server to not require uploading room hosts. Update the room ...Erik Johnston2014-09-031-1/+1
* Renamed /ds to /directoryKegan Dougal2014-08-271-1/+1
* Implement directory service federation by Federation Queries; avoid local_onl...Paul "LeoNerd" Evans2014-08-131-7/+1
* Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(.....Paul "LeoNerd" Evans2014-08-131-8/+5
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+82