aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/onion.py
AgeCommit message (Expand)Author
2022-03-28Remove meek workaround in Censorship Circumvention API's built-in bridges res...Miguel Jacq
2022-01-16Update copyright year to 2022Micah Lee
2022-01-16Also codesign libevent-2.1.7.dylibMicah Lee
2021-11-27remove import of requests module in OnionMiguel Jacq
2021-11-27Move the ability to use Tor vs Meek into the CensorshipCircumvention class so...Miguel Jacq
2021-11-24Built-in bridge refactoring.Miguel Jacq
2021-11-23Raise exception if the API didn't return bridges for a specific bridge type, ...Miguel Jacq
2021-11-23Fetch the built-in bridges from Tor's Censorship Circumvention API, rather th...Miguel Jacq
2021-11-14Fix bug that was preventing tor from connecting in snapcraftMicah Lee
2021-11-14Snap successfully builds meek-client, and WIP getting tor to connectMicah Lee
2021-10-26Remove all references to old settingsMicah Lee
2021-10-26Update bridge related settings in Settings, and use those new settings in OnionMicah Lee
2021-10-24Merge branch 'censorship' into 1442_settings_tabsMicah Lee
2021-10-24Only show bridge error if connection type is bundledMicah Lee
2021-10-20Fix conflicts from snowflake merge, and fix detection of lack of meek in Moat...Miguel Jacq
2021-10-19Don't print Bridge lines in torrc for blank linesMicah Lee
2021-10-19merge 1442_snowflake branch and fix conflictsMiguel Jacq
2021-10-18Move Censorship stuff into its own class. Early attempt at subprocessing out ...Miguel Jacq
2021-10-17Make it so when selecting moat tor actually uses those bridges, and improve t...Micah Lee
2021-10-17In some distros, LD_LIBRARY_PATH must be explicitly set for tor to workMicah Lee
2021-10-15Move ClientTransportPlugin into normal torrc file, and fix snowflake supportMicah Lee
2021-10-13Allow selecting a snowflake bridge, and make it try to use the snowflake bridgeMicah Lee
2021-10-11Make get_tor_paths work properly now that in linux the tor binaries are bundl...Micah Lee
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