summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Expand)Author
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-16Made Settings debug log less verboseMicah Lee
2017-05-16Make the Onion object poll the tor controller less frequently, now that the c...Micah Lee
2017-05-16Move connecting to Tor into its own separate threadMicah Lee
2017-05-16Add debug logging to Onion, OnionShare, and Settings objectsMicah Lee
2017-05-16Add log() method to onionshare.common, which logs to stdout if in debug modeMicah Lee
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-05-16Pass debug into the Onion and OnionShareGUI objectsMicah Lee
2017-05-14Move owernship of the TorConnetionDialog objection from __init__.py into the ...Micah Lee
2017-05-14Fixed various issues introduced by creating an singleton Onion object and pas...Micah Lee
2017-04-18Merge branch 'master' into tor-bundle-autoupdateMicah Lee
2017-04-18Merge branch 'tor-bundle' into autoupdateMicah Lee
2017-04-18Added support for bundled Tor in macOSMicah Lee
2017-04-17Onion calls tor_status_update_func much more frequently, which makes the GUI ...Micah Lee
2017-04-17Add an Onion exception for canceling connecting TorMicah Lee
2017-04-17Began making a TorConnectionDialog, which handles connecting to the Tor networkMicah Lee
2017-04-17Move OnionShare object into its own file, so __init__ is just CLI logicMicah Lee
2017-04-17Make it so ctrl-c actually quits the CLI versionMicah Lee
2017-04-17Added helper function get_available_port(), and use it to avoid code duplicat...Micah Lee
2017-04-17Removed transparent_torification from the full app, and refactored OnionShare...Micah Lee
2017-04-15Added Tor SOCKS address and port settingsMicah Lee
2017-04-15Added autoupdate settings to Settings, and also to the settings dialogMicah Lee
2017-04-15Make sure tor process is killed in a more robust manner, and also increase to...Micah Lee
2017-04-15Don't use shell=true in subprocess, and instead hide the console window in Wi...Micah Lee
2017-04-14Added support for bundled tor connection type in Windows, including using por...Micah Lee
2017-04-14Increase Tor connection timeout to 30 secondsMicah Lee
2017-04-14Connecting to Tor now times out of 10 secondsMicah Lee
2017-04-13Change the settings to default to bundled connection type instead of automaticMicah Lee
2017-04-13Add Tor connection status to the main window status barMicah Lee
2017-04-13In the settings dialog, show Tor connection status when the connection type i...Micah Lee
2017-04-13Connecting to Tor in bundled mode now creates a temporary tor data dir, start...Micah Lee
2017-04-08Started to implement Bundled Tor connection settingsMicah Lee
2017-04-08Added close_after_first_download and use_stealth to settings, and also to the...Micah Lee
2017-02-22In Whonix, listen on 0.0.0.0 instead of 127.0.0.1 (#220)Micah Lee
2017-02-22Catch Tor protocol error exceptions when starting an onion service (#344)Micah Lee
2017-02-22Update comments to be more accurateMicah Lee
2017-02-22Rip out support for non-ephemeral onion servicesMicah Lee
2017-02-22Properly handle KeyboardInterrupt exception in CLI in macOSMicah Lee
2017-02-21Renamed 'resources' to 'share', and updated location of 'share' files in OSX/...Micah Lee
2017-02-21Update helpers.get_resource_path to correctly find resources in frozen macOS ...Micah Lee
2017-01-07Add new AuthenticationFailure exception, and make the Onion/stem code catch m...Micah Lee
2017-01-06Moved onionshare and onionshare_gui logic directly into __init__.py filesMicah Lee
2017-01-06Change GPL copyright from 2016 to 2017Micah Lee
2017-01-06Catch exceptions for guessing default Tor Browser socket file pathMicah Lee
2017-01-06Guess the default socket file path for new versions of Tor Browser in OS XMicah Lee
2016-12-30Make render_template_string autoescape by default in Flask versions < 0.11Garrett Robinson
2016-12-30Revert "Added a function to remove HTML from file and directory names"Garrett Robinson
2016-12-30Revert "Replaced sanitize_html() function that was based on regex with python...Garrett Robinson
2016-12-29You must connect to a socket file instead of a port for Tor Browser 6.5a6. Ma...Micah Lee