aboutsummaryrefslogtreecommitdiff
path: root/onionshare_gui/threads.py
AgeCommit message (Expand)Author
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-04-06Fix linux tor paths, make event handler properly quit threadMicah Lee
2020-04-06Typos in EventHandlerThreadMicah Lee
2020-04-06Remove watchdog, replace with a simple background threadMicah Lee
2019-12-08Refactor Onion to store all state for auto-start timer directly in the mode s...Micah Lee
2019-12-08Move private_key, hidservauth_string, and password from "persistent" mode set...Micah Lee
2019-11-29Ensure we always set the service id, so we can stop the right one (particular...Miguel Jacq
2019-11-29Fix up autostart (scheduled shares)Miguel Jacq
2019-11-10Start refactoring Onion to allow for managing a separate onion service for ea...Micah Lee
2019-11-02Make it so passing in --persistent [filename] in the CLI, with no other args,...Micah Lee
2019-11-02Refactor ServerStatus to use mode settingsMicah Lee
2019-11-02Fix CLI tests, and also fix bug related to autostop_sharing that the tests foundMicah Lee
2019-10-12Format all code using blackMicah Lee
2019-05-29Generate a new static_url_path each time the server is stopped and started againMicah Lee
2019-05-20Rename "slug" to "password"Micah Lee
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