anonstream/anonstream
n9k d621f8ceda Reorder chat form inputs so submit has priority
When you press enter to submit a form and there are multiple submittable
inputs (e.g. type="image" / type="submit"), Firefox chooses the one that
appears first in markup. Before this commit the image input (aka the "I
want a new captcha" button) appeared before the submit button which
meant pressing enter just reloaded the captcha instead of submitting the
comment.
2022-06-11 23:14:49 +00:00
..
helpers Detect chat flooding by counting lines 2022-06-11 23:14:16 +00:00
routes Send <!doctype html> in responses when auth fails 2022-06-11 23:14:16 +00:00
static Reorder chat form inputs so submit has priority 2022-06-11 23:14:49 +00:00
templates Use accesskey 'r' for reload stream button 2022-06-11 23:14:16 +00:00
utils Detect chat flooding by counting lines 2022-06-11 23:14:16 +00:00
__init__.py Detect chat flooding by counting lines 2022-06-11 23:14:16 +00:00
broadcast.py Add licences 2022-03-08 16:41:47 +13:00
captcha.py Add licences 2022-03-08 16:41:47 +13:00
chat.py Reject whitespace-only comments 2022-06-11 23:14:16 +00:00
quart.py Add timeout for each ASGI http.response.body message 2022-06-11 23:14:16 +00:00
segments.py Handle OSErrors reading playlist, give reasons for offline 2022-06-11 23:14:16 +00:00
stream.py Add licences 2022-03-08 16:41:47 +13:00
tasks.py Add websocket ping/pong 2022-06-11 23:14:16 +00:00
user.py Detect chat flooding by counting lines 2022-06-11 23:14:16 +00:00
websocket.py Websocket: ping immediately 2022-06-11 23:14:16 +00:00
wrappers.py Add licences 2022-03-08 16:41:47 +13:00