Micah Lee
|
286979952a
|
Merge branch 'send_public_mode_arg_to_web_start' of https://github.com/mig5/onionshare into mig5-send_public_mode_arg_to_web_start
|
2018-09-19 18:39:07 -07:00 |
|
Micah Lee
|
fc7afecb7b
|
Choose a port *before* starting the web service
|
2018-09-19 18:14:42 -07:00 |
|
Miguel Jacq
|
8b704a0070
|
Start the WebThread earlier than the Onion service. This gives it a chance to generate its slug before the Onion Service finishes starting up, which can otherwise lead to a crash
|
2018-09-19 15:07:04 +10:00 |
|
Miguel Jacq
|
20c97a61ab
|
Send the public_mode argument to web.start in the WebThread
|
2018-09-19 14:40:30 +10:00 |
|
Micah Lee
|
d63808f419
|
Import onion exceptions that were missing
|
2018-09-18 17:44:54 -07:00 |
|
Micah Lee
|
174de57405
|
Refactor all of the threading.Threads into QThreads, and quit them all when canceling the server. When canceling the compression thread, specifically mass a cancel message into the Web and ZipWriter objects to make the bail out on compression early
|
2018-09-17 20:55:54 -07:00 |
|