summaryrefslogtreecommitdiff
path: root/onionshare/onion.py
AgeCommit message (Expand)Author
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
2018-09-13Fixing a future check for persistent v3 onions (still disabled for now)Miguel Jacq
2018-09-04Use the distribution's PySocks module instead of our custom versionMiguel Jacq
2018-08-22Rather than hide persistence/stealth mode altogether if the Tor version is hi...Miguel Jacq
2018-08-21Introduce v3 onion supportMiguel Jacq
2018-07-21#691 remove meek_lite AmazonMiguel Jacq
2018-06-18Merge branch 'license' into developMicah Lee
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-04-24Update GPL copyright yearMicah Lee
2018-04-22Fix a few bugs that I missed when merging in developMicah Lee
2018-03-13Move settings into the Common object, so the settings are available to all ob...Micah Lee
2018-03-08Completely refactor common to make a Common class, and pass that class down i...Micah Lee
2018-02-25Add ability to cancel a shareMiguel Jacq
2018-02-25Revert the cancel feature that causes issues at least on macOS (#637)Miguel Jacq
2018-02-25Merge pull request #588 from micahflee/ux-updateMiguel Jacq
2018-02-19Merge branch 'develop' into mig5-info_widgets_download_infoMicah Lee
2018-02-15Support meek_lite Pluggable Transportirykoon
2018-02-12Pass the correct parameter to remove_ephemeral_hidden_service()Miguel Jacq
2018-02-12Fix function name remove_ephemeral_onion_serviceMiguel Jacq
2018-02-09Allow the user to cancel a share that is still starting upMiguel Jacq
2018-02-07Merge pull request #585 from torbsd/openbsd-port-patches-2Miguel Jacq