summaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/onion.py
AgeCommit message (Expand)Author
2021-08-27ClientAuthV3 fixesMiguel Jacq
2021-05-06Rename things with client_auth_v3_ in the name because there is only one type...Miguel Jacq
2021-05-06Gracefully avoid sending the client_auth_v3 argument to Stem's create_ephemer...Miguel Jacq
2021-05-06merge from develop and fix conflicts, update poetryMiguel Jacq
2021-05-06Remove v2 legacy onion support, and its corresponding client auth functionali...Miguel Jacq
2021-05-04Early support for ClientAuth with v3 onionsMiguel Jacq
2021-04-29Fix flake8 issues found in cliMicah Lee
2021-04-11Merge pull request #1317 from akshgpt7/chore-refactor-issuesMicah Lee
2021-04-11Merge branch 'fix_rendezvous_typo' of https://github.com/mig5/onionshare into...Micah Lee
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-02-22Update copyright year to 2021Micah Lee
2021-02-09Correct rendevouz to rendezvousMiguel Jacq
2020-12-13Merge branch 'develop' into 929_download_errorsMicah Lee
2020-12-01Merge pull request #1239 from micahflee/1214_onion_error_translationsMicah Lee
2020-11-29All Tor-related that get thrown from the onionshare_cli.Onion object now get ...Micah Lee
2020-11-29Make CLI throw an error if it cannot find tor binaryMicah Lee
2020-11-29Merge branch 'develop' into 929_download_errorsMicah Lee
2020-11-27Show a dialog while waiting for Tor rendezvous nodes to close, and let the us...Micah Lee
2020-11-27Add terminal animation while waiting for circuits to closeMicah Lee
2020-11-27Only wait for share mode rendezvous circuits to close, ignore the restMicah Lee
2020-11-27Put wait for circuits to close login in a try/except, so Ctrl-C does not caus...Micah Lee
2020-11-25Improve output when rendezvous circuits all closeMicah Lee
2020-11-25If using bundled Tor, wait for rendezvous circuits to close before killing th...Micah Lee
2020-11-17Make onionshare tor process detection work in WindowsMicah Lee
2020-11-17Fix torrc filenameMicah Lee
2020-11-17Kill stale tor processMicah Lee
2020-11-17Remove Onion.bundle_tor_supported because it is now always supportedMicah Lee
2020-11-04Find the proper tor binary in onionshare-cli for macOSMicah Lee
2020-10-15Put tor binaries in desktop app resources, not cli resources, and fix Windows...Micah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee