summaryrefslogtreecommitdiff
path: root/onionshare_gui/threads.py
AgeCommit message (Expand)Author
2019-03-25Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'Miguel Jacq
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/...Miguel Jacq
2019-03-08Fix a minor corner case related to server status button when canceling a sche...Miguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2018-09-19Merge branch 'send_public_mode_arg_to_web_start' of https://github.com/mig5/o...Micah Lee
2018-09-19Choose a port *before* starting the web serviceMicah Lee
2018-09-19Start the WebThread earlier than the Onion service. This gives it a chance to...Miguel Jacq
2018-09-19Send the public_mode argument to web.start in the WebThreadMiguel Jacq
2018-09-18Import onion exceptions that were missingMicah Lee
2018-09-17Refactor all of the threading.Threads into QThreads, and quit them all when c...Micah Lee