aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/censorship.py
AgeCommit message (Expand)Author
2022-05-30Treat censorship API returning None for bridge settings the same as if it doe...Micah Lee
2022-03-28Merge branch 'censorship_default_route' of https://github.com/mig5/onionshare...Micah Lee
2022-03-28Support for Censorship Circumvention API's /default route.Miguel Jacq
2022-03-22More verbose and consistent Meek exception loggingMiguel Jacq
2022-02-13Merge branch 'develop' into censorshipMicah Lee
2022-01-16Update copyright year to 2022Micah Lee
2021-12-20Add a CensorshipCircumventionError class that is raised if there's a requests...Miguel Jacq
2021-12-14Need to reconnect to Tor with the curr_settings Settings object after obtaini...Miguel Jacq
2021-12-14Fix the saving of bridges received from CensorshipCircumvention API - need to...Miguel Jacq
2021-12-14Use the CensorshipCircumvention methods to fetch bridges for the country/auto...Miguel Jacq
2021-12-04Merge branch 'censorship_automatically_attempt_and_reconnect' of https://gith...Micah Lee
2021-11-30Make the saving of the automatically-obtained bridges reusable (move it to Ce...Miguel Jacq
2021-11-27Move the ability to use Tor vs Meek into the CensorshipCircumvention class so...Miguel Jacq
2021-10-19Refactor to CensorshipCircumvention and Meek classes. Use Meek domain frontin...Miguel Jacq
2021-10-18Move Censorship stuff into its own class. Early attempt at subprocessing out ...Miguel Jacq