summaryrefslogtreecommitdiff
path: root/onionshare/onionshare.py
AgeCommit message (Expand)Author
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2017-12-07Raise an error if we were unable to obtain a random portMiguel Jacq
2017-11-08Implements a shutdown timer to stop a share automatically (downloaded or not)...Miguel Jacq
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-14Fixed various issues introduced by creating an singleton Onion object and pas...Micah Lee
2017-04-17Move OnionShare object into its own file, so __init__ is just CLI logicMicah 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
2016-12-29Make automatic settings work with with Tor Browser 6.0.8Micah Lee
2016-12-29Handle new Tor controller errors in CLIMicah Lee
2016-12-23Properly handle errors for using stealth onion services in the GUI, instead o...Micah Lee
2016-12-22Add support for stealth onion services in CLI versionMicah Lee
2016-09-05Remove HSDirError exception, because it is no longer thrownMicah Lee
2016-09-05Refactor onionshare CLI to use await_publication=True when using ephemeral on...Micah Lee
2016-09-05Renamed hs to onionMicah Lee
2016-09-04Merge branch 'master' into cx_FreezeMicah Lee
2016-09-04Pass helpers into strings.load_strings instead of importing it, so fix issue ...Micah Lee
2016-09-04Stop saying 'hidden service', start saying 'onion service'Micah Lee
2016-04-18Improve pep8 conformancejvoisin
2016-04-12 Replace onionshare slug with 2-words from securedrop diceware list (#238)Micah Lee
2016-02-27Choose ports in range 17600-17650, so Tails can whitelist them (#220)Micah Lee
2016-02-15Update copyright year to 2016Micah Lee
2016-02-12Porting onionshare from python2 to python3 (#261). This commit only ports the...Micah Lee
2016-02-12Display version string automatically in CLI, and in the status bar in GUI (#251)Micah Lee
2015-12-22Revert to using wait_for_hs for ephemeral HSGarrett Robinson
2015-12-04Don't access self.hs when using --local-onlyMicah Lee
2015-11-15Add docstrings to all classes and methods (fix #198)Micah Lee
2015-11-15Merge branch 'master' into ephemeralMicah Lee
2015-09-08Updated onionshare-gui to support ephemeral hidden servicesMicah Lee
2015-09-08No need to pass transparent_torification into wait_for_hsMicah Lee
2015-09-08Move wait_for_hs() function into the HS classMicah Lee
2015-09-08Fixed call to create_ephemeral_hidden_service, and also await_publication=Tru...Micah Lee
2015-09-07Moved hidden service login into separate file. Prefer to use ephemeral hidden...Micah Lee
2015-09-07Updated copyright year to 2015Micah Lee
2015-09-07Removed all of the Tails-specific code. If we use ephemeral hidden services, ...Micah Lee
2015-07-25Various fixesjvoisin
2015-06-16catch exceptions when cleaning up hidden servicesMicah Lee
2015-05-19In Linux, create HS dir in /tmp/onionshare/* (#185), and also connect to Tor ...Micah Lee
2015-05-18Handles a new exception that gets thrown in Tails using a bridge while waitin...Micah Lee
2015-05-16changed cwd in onionshare CLI script for OSX in the right places to support b...Micah Lee
2015-05-15Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in p...Micah Lee
2015-05-15specify types in all str.format() calls (fixes #169)Micah Lee
2014-12-09fix Windows path to prevent Tor control port from breakingMicah Lee
2014-12-10In Tails OnionShare now creates HS directory in /var/lib/tor, to obey AppArmo...Micah Lee
2014-12-10removed helpers.get_tmp_dir() in favor of tempdir moduleMicah Lee
2014-11-18pep8: too long lines, reformat lines to < 120 chars. removed redundancy from ...Thomas Waldmann
2014-11-18pep8: remove unexpected spaces around "=" in function/method headThomas Waldmann
2014-11-18pep8: no space after {[ or before ]}, reindentThomas Waldmann