onionshare/onionshare
Saptak S afc6a2f4ce
Update username via both socket and ajax
- socket takes care of modifying the username in the forked socket
session and sending a status message to chat window
- ajax request takes care of updating the flask session so that on
refresh or re-opening of the URL in same browser, the username remains
same
2020-05-11 12:51:46 +05:30
..
web Update username via both socket and ajax 2020-05-11 12:51:46 +05:30
__init__.py Merge branch 'develop' into chat 2020-05-02 02:49:49 +05:30
common.py Create web UI and socket code for the chat interface 2020-03-08 14:51:43 +05:30
mode_settings.py Create web UI and socket code for the chat interface 2020-03-08 14:51:43 +05:30
onion.py Refactor Onion to store all state for auto-start timer directly in the mode settings, and not in the Onion object itself 2019-12-08 12:51:30 -08:00
onionshare.py Refactor Onion to store all state for auto-start timer directly in the mode settings, and not in the Onion object itself 2019-12-08 12:51:30 -08:00
settings.py Starting to make persistent tabs persistent 2019-11-02 21:45:55 -07:00
strings.py Replace .format with python 3.6 f-strings in onionshare module 2019-10-20 10:15:16 -07:00