summaryrefslogtreecommitdiff
path: root/onionshare/common.py
AgeCommit message (Expand)Author
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-02-24Merge branch 'develop' into 641_fix_images_windowsMicah Lee
2018-02-24When using <img>, put the src in quotes. Otherwise the filename is likely to ...Micah Lee
2018-02-24Remove use of `re` module by using `str.endswith`delirious-lettuce
2018-02-05Second attempt at patches for an OpenBSD port, this time based off of 1.2attila
2018-01-17Extract tor and obfs4proxy executables from the main TorBrowser executable wi...Miguel Jacq
2018-01-15support obfs4 via obfs4proxy on macOSMiguel Jacq
2018-01-12Merge branch 'master' of https://github.com/wondratsch/onionshareMicah Lee
2017-12-07 add FreeBSD Supportwondratsch
2017-12-07Raise an error if we were unable to obtain a random portMiguel Jacq
2017-12-06fix typowondratsch
2017-12-06add OpenBSD Supportwondratsch
2017-12-03Merge master branch and fix conflictsMiguel Jacq
2017-12-01Allow for localization for "Share via OnionShare" string in the nautilus exte...Micah Lee
2017-11-30Merge branch 'fixes' of https://github.com/delirious-lettuce/onionshare into ...Micah Lee
2017-11-20Allow tests to find share folders when building .debMicah Lee
2017-11-09use QDateTimeEdit instead of a spinbox for selecting a future date/time to au...Miguel Jacq
2017-11-08Implements a shutdown timer to stop a share automatically (downloaded or not)...Miguel Jacq
2017-07-10Remove: unused import, `round`, formatting indexes. Use tupleDelirious Lettuce
2017-05-30Merge branch 'hmac_compare_digest' of https://github.com/delirious-lettuce/on...Micah Lee
2017-05-30Merge branch 'format_seconds' of https://github.com/delirious-lettuce/onionsh...Micah Lee
2017-05-28Remove `constant_time_compare` to use `hmac.compare_digest`Delirious Lettuce
2017-05-26Fix issue mentioned by @mig5Delirious Lettuce
2017-05-24Use `divmod` to simplify the calculations, `seconds==0 -> '0s'`Delirious Lettuce
2017-05-24* Use context manager inside of `get_available_port`Delirious Lettuce
2017-05-24Removing '\n' arg negates the need for `wordlist.remove()`, renamed unused va...Delirious Lettuce
2017-05-23Fix indentingMicah Lee
2017-05-23open files via the 'with' statement, to avoid ResourceWarnings on unclosed filesMiguel Jacq
2017-05-18Update get-tor-osx.py to grab the Tor binary from Tor Browser 6.5.2 instead o...Micah 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