This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
onionshare
Watch
1
Star
0
Fork
0
You've already forked onionshare
mirror of
https://github.com/onionshare/onionshare.git
synced
2025-03-15 10:26:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
onionshare
/
onionshare
/
web
History
Miguel Jacq
f6f5ff0b7e
Fix conflicts
2019-03-25 13:43:08 +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
Merge pull request
#935
from mig5/fix_receive_mode_folder_collision
2019-03-22 17:50:33 -07: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