summaryrefslogtreecommitdiff
path: root/onionshare/onion.py
AgeCommit message (Expand)Author
2018-06-17Update OnionShare copyright year to 2018Micah 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
2018-01-13Merge branch '525_catch_failure_to_obtain_service_id' of https://github.com/m...Micah Lee
2018-01-13Merge branch '493_500_detect_broken_tor_connection' of https://github.com/mig...Micah Lee
2018-01-13Merge branch 'Increasing-the-timeout' of https://github.com/Baccount/onionsha...Micah Lee
2018-01-13Move the saving of private key into the SettingsDialog and Onion objects enti...Miguel Jacq
2018-01-02catch error in start_onion_service in case we somehow failed to parse a servi...Miguel Jacq
2017-12-26Update onion.pyBaccount
2017-12-21Fixes for the edge case where Tor connection dialog is canceled, but the Tor ...Miguel Jacq
2017-12-21Ensure we don't consider the Tor connection 'lost' if we're still in the conn...Miguel Jacq
2017-12-21#493, #500 - detect if the Tor connection (bundled, TorBrowser or otherwise) ...Miguel Jacq
2017-12-14Let the Tor connection take a little longer (60s) if bridges are in useMiguel Jacq
2017-12-11Forgot the UseBridges line for custom bridgesMiguel Jacq
2017-12-11Add bridge support (obfs4 or user-supplied)Miguel Jacq
2017-12-09only set self.private_key after the Onion service has started, if we received...Miguel Jacq
2017-12-09Save the HidServAuth string to settings when private key is also saved. Allow...Miguel Jacq
2017-12-07cleanup the ephemeral hidden service when GUI server is stopped, but don't di...Miguel Jacq
2017-12-07cleanup the ephemeral hidden service when GUI server is stopped, but don't di...Miguel Jacq
2017-12-07try and fix testsMiguel Jacq
2017-12-07Optionally save the private key of a running share to settings for reuseMiguel Jacq
2017-12-07Raise an error if we were unable to obtain a random portMiguel Jacq
2017-07-13Delete temporary tor data directory during cleanupDelirious Lettuce
2017-06-01Make it possible to supply a custom json settings file from somewhere elseMiguel Jacq
2017-05-23Fix indentingMicah Lee
2017-05-23open files via the 'with' statement, to avoid ResourceWarnings on unclosed filesMiguel Jacq
2017-05-18In bundled Tor mode, wait 2 full seconds before connecting to the Tor controllerMicah Lee
2017-05-19Wait a bit longer before attempting to connect to the Tor controllerMiguel Jacq
2017-05-17Catch errors that occur when connection_type is bundled_tor, but the tor proc...Micah Lee
2017-05-16When saving settings, if Tor settings changed or if Tor isn't connected, rebo...Micah Lee
2017-05-16Fixed signal/slot/thread issue in TorConnectionDialog and TorConnectionThread...Micah Lee
2017-05-16Make the Onion object poll the tor controller less frequently, now that the c...Micah Lee