forked-synapse/synapse/handlers
Daniel Wagner-Hall 33300673b7 Generate guest access token on 3pid invites
This means that following the same link across multiple sessions or
devices can re-use the same guest account.

Note that this is somewhat of an abuse vector; we can't throw up
captchas on this flow, so this is a way of registering ephemeral
accounts for spam, whose sign-up we don't rate limit.
2016-02-24 14:41:25 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py address review comments 2016-02-22 15:27:44 +00:00
account_data.py copyrights 2016-01-07 04:26:29 +00:00
admin.py copyrights 2016-01-07 04:26:29 +00:00
appservice.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Allow guests to upgrade their accounts 2016-01-05 18:01:18 +00:00
directory.py Branch off member and non member sends 2016-02-15 18:21:30 +00:00
events.py Initial cut 2016-02-17 15:40:50 +00:00
federation.py Allow third_party_signed to be specified on /join 2016-02-23 15:11:25 +00:00
identity.py Add missing param to the log line 2016-01-29 15:01:26 +00:00
message.py Merge pull request #582 from matrix-org/erikj/presence 2016-02-19 09:37:50 +00:00
presence.py Check presence token interval is less than 100, rather than the token itself 2016-02-23 15:47:37 +00:00
profile.py Merge pull request #582 from matrix-org/erikj/presence 2016-02-19 09:37:50 +00:00
receipts.py copyrights 2016-01-07 04:26:29 +00:00
register.py Generate guest access token on 3pid invites 2016-02-24 14:41:25 +00:00
room.py Generate guest access token on 3pid invites 2016-02-24 14:41:25 +00:00
search.py copyrights 2016-01-07 04:26:29 +00:00
sync.py handlers/sync: style fix, line too long 2016-02-23 15:49:36 +01:00
typing.py Measure some /sync related things 2016-02-09 11:31:42 +00:00