forked-synapse/synapse/rest/client/v1
Matthew Hodgson 447f4f0d5f rewrite based on PR feedback:
* [ ] split config options into allowed_local_3pids and registrations_require_3pid
 * [ ] simplify and comment logic for picking registration flows
 * [ ] fix docstring and move check_3pid_allowed into a new util module
 * [ ] use check_3pid_allowed everywhere

@erikjohnston PTAL
2018-01-19 15:33:55 +00:00
..
__init__.py
admin.py Move set_password into its own handler 2017-11-29 16:44:35 +00:00
base.py
directory.py
events.py
initial_sync.py
login.py Better logging when login can't find a 3pid 2017-12-20 19:31:00 +00:00
logout.py Delete devices in various logout situations 2017-11-29 16:44:35 +00:00
presence.py
profile.py
push_rule.py
pusher.py
register.py rewrite based on PR feedback: 2018-01-19 15:33:55 +00:00
room.py Add /room/{id}/event/{id} to synapse 2018-01-09 14:39:12 +00:00
voip.py