summaryrefslogtreecommitdiff
path: root/onionshare/onion.py
AgeCommit message (Expand)Author
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
2018-02-06Update patch as per the suggestion by @mig5 onattila
2018-02-05Second attempt at patches for an OpenBSD port, this time based off of 1.2attila
2018-01-19Support for obfs4 in custom bridgesMiguel Jacq
2018-01-17Temporary fix for #550Micah Lee
2018-01-16Fix conflicts arising from the reuse_private_key branchMiguel Jacq
2018-01-15support obfs4 via obfs4proxy on macOSMiguel Jacq
2018-01-14Resolve conflict with upstream's onion.pyMiguel Jacq
2018-01-14Resolve conflict with upstream's onion.pyMiguel Jacq
2018-01-14Resolve conflict with upstream's onion.pyMiguel Jacq
2018-01-13Merge branch 'mig5-493_500_detect_broken_tor_connection'Micah Lee
2018-01-13Better way to get the onion service_idMicah Lee