aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/common.py
AgeCommit message (Expand)Author
2022-05-29Fix tor path againMicah Lee
2022-05-29Build both win64 and win32, and update get_tor_paths() to display verbose out...Micah Lee
2022-05-29Fix get_tor_paths() to point to new Windows paths, and actually build onionsh...Micah Lee
2022-02-13Merge branch 'develop' into censorshipMicah Lee
2022-01-16Update copyright year to 2022Micah Lee
2021-12-22Allow onionshare-cli binary made by cx_Freeze find tor binaries in macOSMicah Lee
2021-12-21Fix finding tor binary paths in WindowsMicah Lee
2021-12-06Merge branch 'mig5-censorship_automatically_attempt_and_reconnect' into 1422_...Micah Lee
2021-12-06Add country dropdownMicah Lee
2021-11-30Fix conflictsMiguel Jacq
2021-11-30Make sanity checking of bridges a reusable component in cli.Common, so we can...Miguel Jacq
2021-11-16Fix commentMicah Lee
2021-11-15Exception handling on printing the bannerMicah Lee
2021-11-14Fix bug that was preventing tor from connecting in snapcraftMicah Lee
2021-11-14Detect Flatpak via environment variableMicah Lee
2021-10-24Oops, fix meek-client pathMicah Lee
2021-10-24Merge branch 'censorship' into 1442_settings_tabsMicah Lee
2021-10-24In CLI get_tor_path, stop trying to look in resources firstMicah 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-15Add early (non-domain-fronted!) methods for interacting with the planned Tor ...Miguel Jacq
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-05-25Account for the "v" in the version string ("v2.3.2") banner spacingMicah Lee
2021-05-02Fix log colors so it isn't black on black in macOSMicah Lee
2021-05-02Use colorama for terminal colors, to get Windows supportMicah Lee
2021-04-29Fix flake8 issues found in cliMicah Lee
2021-04-29Merge pull request #1334 from micahflee/ascii_artSaptak Sengupta
2021-04-28Center the version and URLMicah Lee
2021-04-28Level up the ASCII artMicah Lee
2021-04-28Use XDG_CONFIG_HOME environment variable if it is present, otherwise fall bac...Miguel Jacq
2021-04-26Move graphical banner into common, and display it in GUI tooMicah Lee
2021-04-25Prettier ASCII artMicah Lee
2021-04-12Make verbose output prettier with terminal colorsMicah Lee
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-02-22Update copyright year to 2021Micah Lee
2020-11-29Make CLI throw an error if it cannot find tor binaryMicah Lee
2020-11-08Properly specify onionshare_cli package_dataMicah Lee
2020-11-08Fix get_resource_path to work with python eggs, move appdata xml file to src ...Micah Lee
2020-11-04Make OnionShare briefcase work in macOSMicah Lee
2020-11-04Find the proper tor binary in onionshare-cli for macOSMicah Lee
2020-10-14Make it work in WindowsMicah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee