summaryrefslogtreecommitdiff
path: root/bridgedb
Commit message (Expand)AuthorAge
* Make BridgeDB export internal metrics.Philipp Winter2020-07-08
* Parse bridge blocking info from SQL database.Philipp Winter2020-07-08
* Remove the --reload command line switch.Philipp Winter2020-07-02
* Avoid giving out bridges with broken tor versions.Philipp Winter2020-06-18
* Add favicon to BridgeDB's web UI.Philipp Winter2020-05-28
* Update translations.Philipp Winter2020-05-22
* Use contextlib's context manager.Philipp Winter2020-05-22
* Add new fields to BlockedBridges.Philipp Winter2020-05-20
* Update our strings to get them translated.Philipp Winter2020-05-14
* Feedback implmentationagix2020-05-14
* Commit for #31528 (Get rid of BridgeDB's "chatspeak")agix2020-05-14
* Fix typos in comment.Philipp Winter2020-05-06
* Don't assume a line can be decoded as UTF-8.Philipp Winter2020-05-06
* Remove PGP support.Philipp Winter2020-04-15
* Simplify command for requesting obfs4 bridges.Philipp Winter2020-04-07
* Make our email autoresponder more usable.Philipp Winter2020-04-06
* Remove silly email footer.Philipp Winter2020-04-06
* Give BridgeDB more time to start before unit test.Philipp Winter2020-04-06
* Rename Bridges.py to bridgerings.py.Philipp Winter2020-04-06
* Remove unused class FixedBridgeSplitter.Philipp Winter2020-03-31
* Turn self.bridges from a list into dictionary.Philipp Winter2020-03-31
* Allow change of distribution mechanisms.Philipp Winter2020-03-31
* Update instructions on how to add bridges.Philipp Winter2020-03-24
* Fixed the insecure pseudorandom generator for selecting captchaagix2020-03-24
* Add an info page to BridgeDB.Philipp Winter2020-03-18
* Update documented return value.Philipp Winter2020-02-19
* Fix str/bytes issue in serving of QR code.Philipp Winter2020-02-19
* Fix remaining str/bytes issues in moat server.Philipp Winter2020-02-19
* Make shebangs use Python 3.Philipp Winter2020-02-19
* Make getCaptchaImage return (bytes, str).Philipp Winter2020-02-19
* Remove subscript notation for dict_items object.Philipp Winter2020-02-19
* Turn hostname from str into bytes.Philipp Winter2020-02-19
* Turn HTTP arguments dict from bytes to str.Philipp Winter2020-02-19
* Explicitly specify parser for BeautifulSoup.Philipp Winter2020-02-19
* Make unit test use ipaddress instead of ipaddr.Philipp Winter2020-02-19
* Discard attribute that's no longer used.Philipp Winter2020-02-19
* Turn str into bytes in SMTP unit test.Philipp Winter2020-02-19
* Account for missing keyword arguments.Philipp Winter2020-02-19
* Port get-tor-exists script to Python 3.Philipp Winter2020-02-19
* Fix remaining str/bytes issues in HTTPS server.Philipp Winter2020-02-19
* Convert filter() output to list() before len().Philipp Winter2020-02-19
* Normalize captcha's solution inputDamian Johnson2020-02-19
* Assert that crypto keys are bytesDamian Johnson2020-02-19
* Duplicate ports could cause test failuresDamian Johnson2020-02-19
* Fix gimp captcha checkDamian Johnson2020-02-19
* Test assertion failure due to class nameDamian Johnson2020-02-19
* Fix dkim header checkDamian Johnson2020-02-19
* Fix type issue for moat responseDamian Johnson2020-02-19
* Fix email header encodingDamian Johnson2020-02-19
* Type fix for generation of qrcodesDamian Johnson2020-02-19