aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli
AgeCommit message (Expand)Author
2022-01-16Merge branch 'cx_freeze-packaging' into developMicah Lee
2022-01-16Also codesign libevent-2.1.7.dylibMicah Lee
2021-12-22Allow onionshare-cli binary made by cx_Freeze find tor binaries in macOSMicah Lee
2021-12-21Solve obnoxious cx_Freeze issue that broke websockets by enforcing async_mode...Micah Lee
2021-12-21Enable websocket logs in verbose modeMicah Lee
2021-12-21Fix permission denied error in Windows, which was introduced using tempfile.N...Micah Lee
2021-12-21Fix finding tor binary paths in WindowsMicah Lee
2021-12-20Merge pull request #1489 from mig5/meek_stdout_cleanup_fixMicah Lee
2021-12-17Force the MIME type for .js files to be text/javascript, to override silly OS...Miguel Jacq
2021-12-15Don't enqueue stdout from Meek subprocess in a Thread, just read it as it com...Miguel Jacq
2021-12-10Update our bridge templates with the latest built-in bridges in the get-tor s...Miguel Jacq
2021-12-04Merge branch 'develop' of https://github.com/a1346054/onionshare into a134605...Micah Lee
2021-12-04Merge pull request #1478 from mig5/fetch-builtin-bridgesMicah Lee
2021-12-02Add temp file to cleanup list just once when its first createdMicah Lee
2021-12-01Fix CLI testsMicah Lee
2021-12-01Merge branch 'develop' into 1470_tempfilesMicah Lee
2021-12-01Explicitly cleanup temp files and dirsMicah Lee
2021-12-01Use NamedTemporaryFile instead of TemporaryFile, to fix crash when sharing on...Micah 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-23Support sending a custom Content-Security-Policy header in Website modeMicah Lee
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-18Use a NamedTemporaryFile instead of TemporaryFile for streamed gzip filesMicah Lee
2021-11-18Merge pull request #1447 from tladesignz/developMicah Lee
2021-11-18Use high level tempfile classes that clean up after themselvesMicah Lee
2021-11-16Fix commentMicah Lee
2021-11-15Exception handling on printing the bannerMicah Lee
2021-11-15Fix for meek to working in snapcraftMicah Lee
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-11-14Detect Flatpak via environment variableMicah Lee
2021-11-12Allow website mode to stop even if people have viewed itMiguel Jacq
2021-11-12Remove unnecessary censorship class invocation, which breaks CLI mode right now.Miguel Jacq
2021-11-12Resolve conflicts in localeMiguel Jacq
2021-11-08Support sending a custom Content-Security-Policy header in Website modeMiguel Jacq
2021-11-07Fix meek-client in WindowsMicah 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-24Oops, fix meek-client pathMicah Lee
2021-10-24Make meek debug log show host:port on one lineMicah 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-25Move debug log call in meek.start()Miguel Jacq
2021-10-25Fix-ups for detecting if the meek binary doesn't exist. Pass the GUI's get_to...Miguel Jacq
2021-10-24In CLI get_tor_path, stop trying to look in resources firstMicah Lee
2021-10-25React to Meek client binary not foundMiguel Jacq
2021-10-25Add cleanup method for the Meek class to kill any meek-client subprocesses on...Miguel Jacq
2021-10-25Fix comment about meek-client.exe subprocessMiguel Jacq