onionshare/onionshare/web
2019-03-05 10:28:27 +11:00
..
__init__.py Split the web module into different files for receive mode and share mode logic 2018-09-20 23:43:04 -07:00
receive_mode.py Fix minor bugs: When making the ajax POST request, strip the trailing slash from window.location.pathname so the URL works in public mode; and add a newline before printing message when receiving file 2019-02-18 10:57:20 -08:00
share_mode.py - Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a thread-safe queue that communicates to both share and receive mode when the user stops the server. In share mode this still stops sending the file. In receive mode, if there's a transfer in progress, it cancels it in the middle, and doesn't end up saving that file 2019-01-20 15:25:36 -08:00
web.py Add a Startup Timer feature (scheduled start / dead man's switch) 2019-03-05 10:28:27 +11:00