aboutsummaryrefslogtreecommitdiff
path: root/onionshare/onion.py
AgeCommit message (Expand)Author
2020-09-03Merge pull request #1167 from micahflee/docsMicah Lee
2020-08-29Change `== None` to `is None`overkill
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-08-27Make connecting to Tor CLI progress all display on the same lineMicah Lee
2020-08-27Merge pull request #1161 from micahflee/1076_mac_win_testsMicah Lee
2020-08-27Explicitly try to start a v2 onion in order to evaluate the ability to suppor...Miguel Jacq
2020-08-21When stopping an onion, dont even try if --local-onlyMicah 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-29Remove duplicate commentMiguel Jacq
2019-11-29Fix up autostart (scheduled shares)Miguel Jacq
2019-11-28Make cleaning up the onion more reliably kill the tor subprocess, and make ii...Micah Lee
2019-11-28If running from onionshare CLI, use a new temporary tor data dir, and if runn...Micah Lee
2019-11-10Start refactoring Onion to allow for managing a separate onion service for ea...Micah Lee
2019-11-02Stop worrying about common.gui.config in settings and update checkMicah Lee
2019-11-02Fix CLI to work with mode settingsMicah Lee
2019-10-20Fix syntax errorsMicah Lee
2019-10-20Replace .format with python 3.6 f-strings in onionshare moduleMicah Lee
2019-10-12Format all code using blackMicah Lee
2019-09-16Ensure the backend receives the latest settings object before starting the on...Miguel Jacq
2019-04-21Remove more CLI stringsMicah Lee
2019-04-20Fix loading custom config if providedMiguel Jacq
2019-04-20Unlocalize CLI stringsMiguel Jacq
2019-03-25Fix conflictsMiguel Jacq
2019-03-12Don't force connect timeout of 150 when using Bridges if a user-supplied conn...Miguel Jacq
2019-03-12Allow the bundled Tor connection timeout to be configurable from the CLIMiguel Jacq
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/...Miguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-02-11Support persistent v3 onionsMiguel Jacq
2019-01-20Change version of Tor that supports v3 onion services to 0.3.5.7Micah Lee
2018-12-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-12-05Update settings dialog tests to use an OnionStub instead of an Onion, and tes...Micah Lee
2018-12-05Only allow starting v3 onion services if the tor that we're connected to supp...Micah Lee
2018-12-05Require tor 0.4.0.0 for v3 onion services (will change in the future). And up...Micah Lee
2018-11-25Make tor data dir always be a tempdir inside OnionShare's data dirMicah Lee
2018-11-25Make macOS use Tor control ports instead of unix sockets to connect to the To...Micah Lee
2018-11-25Display tor_data_directory as debug logMicah Lee
2018-11-25Create a group container for macOS sandbox, and on Mac put the Tor data dir i...Micah Lee
2018-11-25Fix bug related to persistent addresses when using v2 onion servicesMicah Lee
2018-10-11Remove the whole onionkey module, and generate onion keys using stem 1.7.0Micah Lee
2018-09-30Remove the useless gui=True arg getting passed intro strings._ all over the p...Micah Lee
2018-09-25Show whether Tor version supports next-gen onion supportMiguel Jacq
2018-09-21Remove the 'using_ephemeral' stringMicah Lee
2018-09-18Tor version must actually be 0.3.3.1 for ephemeral v3 onion servicesMicah Lee
2018-09-18Properly handle exceptions in CLI, and pass the actual exception message in T...Micah Lee
2018-09-18Remove some debug logsMicah Lee
2018-09-16Fix conflictsMiguel Jacq
2018-09-14Merge branch 'develop' into receiver-mode-guiMicah Lee
2018-09-14Merge branch '685_use_dist_socks' of https://github.com/mig5/onionshare into ...Micah Lee