11 Commits

Author SHA1 Message Date
Auke Kok
84c381fdc3 Link to privacy policys, add consent statement. 2018-12-18 19:13:24 +00:00
Auke Kok
dad9eacae8 Document privs to grant. 2018-01-31 10:28:26 -08:00
Auke Kok
cea5c41bba Do some more sanity checking on the email field.
Make sure it's not weird, or "".
2018-01-16 22:18:06 -08:00
Auke Kok
d9094af441 Prevent endless looping of packets for the same reason.
After 60 packets in a send_request chain, we cut off and stop
the conversation. It's most likely bogus anyway at that point.
2018-01-16 22:07:29 -08:00
Auke Kok
bcc40d76fc Validate player is still there.
They could have logged off, we should stop processing if so.
2018-01-16 22:06:11 -08:00
Auke Kok
78ae2804a1 Add settingtypes.txt as documentation. 2018-01-16 21:50:42 -08:00
Auke Kok
6fd8f01e74 Allow registration to grant a priv.
Set `mt2fa.registration_grants` to a comma-deliminted string
with priv names that are granted when the player registers
correctly.
2018-01-16 21:36:12 -08:00
Auke Kok
7b32d0bdcb Be much more verbose about the server_id.
- record it in logs
- record it in chat
2018-01-16 21:35:29 -08:00
Auke Kok
9095ea81ba Debug registration-only conversations. Seems working well now. 2018-01-09 22:09:14 -08:00
Auke Kok
1579e9a025 Omit debug output. 2018-01-08 17:03:12 -08:00
Auke Kok
1f4fb5915c Initial commit. 2018-01-07 15:15:47 -08:00