anonstream/anonstream
n9k 46f9b0ec08 Reset websocket aliveness timer on first connecting
This should eliminate the possibilty of the websocket-closing background
task closing a newly opened websocket that hasn't yet ponged our ping
(if we have even sent a ping yet).
2022-06-20 04:15:09 +00:00
..
control Licence headers in every new file 2022-06-16 01:31:10 +00:00
helpers Track the last time users were sent chat messages 2022-06-19 08:21:40 +00:00
routes Reset websocket aliveness timer on first connecting 2022-06-20 04:15:09 +00:00
static Licence headers formatting for real 2022-06-17 01:10:27 +00:00
templates v1.2.3 2022-06-17 00:41:20 +00:00
utils Licence headers formatting 2022-06-16 01:31:10 +00:00
__init__.py Manual static folder 2022-06-20 04:15:08 +00:00
__main__.py anonstream/__main__.py: tidy magic numbers for real 2022-06-17 00:48:04 +00:00
broadcast.py Licence headers formatting 2022-06-16 01:31:10 +00:00
captcha.py Licence headers formatting 2022-06-16 01:31:10 +00:00
chat.py Chat: always enforce length limits from config 2022-06-17 00:40:02 +00:00
config.py Chat: always enforce length limits from config 2022-06-17 00:40:02 +00:00
events.py Licence headers in every new file 2022-06-16 01:31:10 +00:00
quart.py Licence headers in every new file 2022-06-16 01:31:10 +00:00
segments.py Licence headers formatting 2022-06-16 01:31:10 +00:00
stream.py Licence headers formatting 2022-06-16 01:31:10 +00:00
tasks.py Licence headers formatting 2022-06-16 01:31:10 +00:00
user.py Minor logic formatting 2022-06-19 08:21:40 +00:00
websocket.py Track the last time users were sent chat messages 2022-06-19 08:21:40 +00:00
wrappers.py Track the last time users were sent chat messages 2022-06-19 08:21:40 +00:00