summary refs log tree commit diff
path: root/synapse/handlers/directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attempt to move room aliases on room upgradesRichard van der Hoff2018-10-311-6/+28
* Add config option to control alias creationErik Johnston2018-10-191-0/+9
* Clean up room alias creationErik Johnston2018-10-191-30/+47
* Reinstate missing null checkRichard van der Hoff2018-09-171-1/+1
* Return a 404 when deleting unknown room aliasRichard van der Hoff2018-09-171-3/+16
* run isortAmber Brown2018-07-091-4/+5
* s/replication_client/federation_client/Erik Johnston2018-03-131-1/+1
* Split replication layer into twoErik Johnston2018-03-131-1/+1
* Split out edu/query registration to a separate classErik Johnston2018-03-131-1/+1
* Update places where we create eventsErik Johnston2018-02-051-4/+3
* spam check room publishingDavid Baker2017-10-041-0/+8
* Add room creation checks to spam checkerDavid Baker2017-10-041-0/+7
* Ignore backoff history for invites, aliases, and roomdirsRichard van der Hoff2017-03-231-0/+1
* CommentsErik Johnston2016-12-071-1/+8
* Add new API appservice specific public room listErik Johnston2016-12-061-0/+12
* storage/appservice: make appservice methods only relying on the cache synchro...Patrik Oldsberg2016-10-061-7/+4
* Use state handler instead of get_users_in_room/get_joined_hostsErik Johnston2016-08-261-3/+5
* Move the AS handler out of the Handlers object.Mark Haines2016-05-311-1/+2
* Doc stringErik Johnston2016-03-221-0/+6
* an invalide is something else...Matthew Hodgson2016-03-221-1/+1
* Add published room list edit APIErik Johnston2016-03-211-0/+16
* Check canonical alias event existsErik Johnston2016-03-171-1/+2
* Update aliases event after deletionErik Johnston2016-03-171-6/+46
* Merge pull request #614 from matrix-org/erikj/alias_deleteErik Johnston2016-03-041-6/+21
|\
| * Allow alias creators to delete aliasesErik Johnston2016-03-011-6/+21
* | Pass whole requester to ratelimitingDaniel Wagner-Hall2016-03-031-8/+12
|/
* Branch off member and non member sendsDaniel Wagner-Hall2016-02-151-1/+1
* Fix flake8 warnings for new flake8Daniel Wagner-Hall2016-02-021-2/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Disallow whitespace in aliases here tooDavid Baker2015-05-141-0/+5
* Implement exclusive namespace checks.Kegan Dougal2015-02-271-2/+12
* %s for strings otherwise you end up sending 'u"foo"'David Baker2015-02-241-1/+1
* PEP8-ifyKegan Dougal2015-02-111-3/+0
* Fix bugs so lazy room joining works as intended.Kegan Dougal2015-02-091-6/+17
* Pyflakes: unused variable.Kegan Dougal2015-02-061-1/+1
* Grant ASes the ability to delete aliases in their own namespace.Kegan Dougal2015-02-061-5/+23
* Grant ASes the ability to create alias in their own namespace.Kegan Dougal2015-02-061-12/+31
* Prevent aliases in AS namespaces being created/deleted by users. Check with A...Kegan Dougal2015-02-051-9/+33
* Merge branch 'develop' into application-servicesKegan Dougal2015-02-051-1/+10
|\
| * When returning lists of servers from alias lookups, put the current server fi...Erik Johnston2015-02-041-1/+10
* | Add unknown room alias check. Call it from directory_handler.get_associationKegan Dougal2015-02-051-0/+7
|/
* Replace hs.parse_roomalias with RoomAlias.from_stringMark Haines2015-01-231-1/+2
* Update copyright noticesMark Haines2015-01-061-1/+1
* Don't ratelimit room create eventsMark Haines2014-12-191-1/+1
* clean up coding style a bitMark Haines2014-12-161-1/+0
* Kill off synapse.api.events.*Erik Johnston2014-12-161-2/+2
* Rename MessageHandler.handle_event. Add a few comments.Erik Johnston2014-12-151-1/+1
* Convert rest and handlers to use new event structureErik Johnston2014-12-041-12/+8
* Change DomainSpecificString so that it doesn't use a HomeServer objectErik Johnston2014-12-021-4/+4
* Return 404 M_NOT_FOUND when trying to look up a room alias that doesn't existMark Haines2014-11-211-12/+24
* Fix pep8 codestyle warningsMark Haines2014-11-201-2/+3
* SYN-153: Fix formatting of federation error messageMark Haines2014-11-201-1/+1
* SYN-153: Raise 404 if room alias is not foundMark Haines2014-11-191-4/+8
* SYN-149: Send join event immediately after the room create eventMark Haines2014-11-181-2/+0
* Split out sending the room alias events from creating the alias so that we ca...Mark Haines2014-11-181-12/+6
* Implement new replace_state and changed prev_stateErik Johnston2014-11-061-4/+1
* Begin making auth use event.old_state_eventsErik Johnston2014-10-151-2/+3
* Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ...Mark Haines2014-10-021-3/+2
* Split PlainHttpClient into separate clients for talking to Identity servers a...Mark Haines2014-10-021-2/+2
* SYN-2: Allow server admins to delete room aliasesErik Johnston2014-09-301-16/+29
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-5/+33
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Fix up directory server to not require uploading room hosts. Update the room ...Erik Johnston2014-09-031-1/+10
* Make retrying requests on DNS failures configurable, and turn off retrying on...Kegan Dougal2014-09-031-1/+5
* Added a urls module for keeping client and federation prefixes.Kegan Dougal2014-08-141-6/+0
* Implement directory service federation by Federation Queries; avoid local_onl...Paul "LeoNerd" Evans2014-08-131-20/+28
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+100