anonstream/anonstream
n9k b1f5bbdecd Force absent users to do the access captcha again
Before this, if a request was not coming from an existing user (no token
in the request or no user with the given token), then and only then
would we send the access captcha.  This meant that if a user left a chat
message and became absent, they wouldn't be prompted to do the access
captcha again until their message was eventuallly rotated.  (While
messages exist we don't delete the users who posted them.)

This commit makes it so if user['verified'] is None, the user is kicked
and prompted with the access captcha.  This is automatically done for
absent users by a background task.
2022-07-20 07:55:32 +00:00
..
control Allowedness: change from control socket 2022-07-03 08:53:02 +00:00
helpers Emotes: one emote, one file 2022-07-20 07:37:33 +00:00
routes Force absent users to do the access captcha again 2022-07-20 07:55:32 +00:00
static Minor formatting 2022-07-20 07:37:35 +00:00
templates Typos 2022-07-20 07:37:35 +00:00
utils Emotes: one emote, one file 2022-07-20 07:37:33 +00:00
__init__.py v1.6.0 2022-07-20 07:38:08 +00:00
__main__.py
access.py
broadcast.py
captcha.py
chat.py Never gonna give broadcaster a clock captcha 2022-07-16 22:17:58 +00:00
config.py Emotes: one emote, one file 2022-07-20 07:37:33 +00:00
events.py
quart.py
segments.py
stream.py
tasks.py Force absent users to do the access captcha again 2022-07-20 07:55:32 +00:00
user.py Allowedness: check in renew_eyes 2022-07-03 08:53:02 +00:00
websocket.py Force absent users to do the access captcha again 2022-07-20 07:55:32 +00:00
wrappers.py