forked-synapse/synapse
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
..
api Allow third_party_signed to be specified on /join 2016-02-23 15:11:25 +00:00
app Fix up logcontexts 2016-02-08 14:26:45 +00:00
appservice Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
config Derive macaroon_secret_key from signing key. 2016-02-08 16:35:44 +00:00
crypto Fix up logcontexts 2016-02-08 14:26:45 +00:00
events Atomically persit push actions when we persist the event 2016-02-09 16:19:15 +00:00
federation Allow third_party_signed to be specified on /join 2016-02-23 15:11:25 +00:00
handlers Generate guest access token on 3pid invites 2016-02-24 14:41:25 +00:00
http Catch the exceptions thrown by twisted when you write to a closed connection 2016-02-12 13:46:59 +00:00
metrics copyrights 2016-01-07 04:26:29 +00:00
push Merge branch 'develop' into rav/guest_access_after_room_join 2016-02-19 12:00:16 +00:00
rest Ignore invalid POST bodies when joining rooms 2016-02-24 08:50:28 +00:00
static/client Updates to fallback CAS login to do new token login 2015-11-06 09:57:17 +00:00
storage Generate guest access token on 3pid invites 2016-02-24 14:41:25 +00:00
streams Clamp pagination limits to at most 1000 2016-01-14 10:22:02 +00:00
util Change the way we figure out presence updates for small deltas 2016-02-23 14:54:40 +00:00
__init__.py Bump version and changelog 2016-02-11 16:04:15 +00:00
notifier.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
python_dependencies.py Allow third_party_signed to be specified on /join 2016-02-23 15:11:25 +00:00
server.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
state.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
types.py Merge implementation of /join by alias or ID 2016-02-15 15:39:16 +00:00