- 25 Jul, 2014 22 commits
-
-
Isis Lovecruft authored
* THANKS TO Allan Nordhøy, Harald, and thor574.
-
Isis Lovecruft authored
* THANKS TO shahril.
-
Isis Lovecruft authored
* THANKS TO Ojārs Balcers.
-
Isis Lovecruft authored
* THANKS TO Seng Sutha, Sokhem Khoem, and Sok Sophea.
-
Isis Lovecruft authored
* THANKS TO Blackywantscookies, and Cerbo.
-
Isis Lovecruft authored
* THANKS TO Ana B.
-
Isis Lovecruft authored
* THANKS TO Elifelet.
-
Isis Lovecruft authored
* THANKS TO yahoe.001
-
Isis Lovecruft authored
* THANKS TO fayçal fatihi, Frisson Reynald, hpatte, Lunar, Onizuka, themen, Towinet, and Yannick Heintz.
-
Isis Lovecruft authored
* THANKS TO viljaminojonen, and Finland355.
-
Isis Lovecruft authored
* THANKS TO Mohammad Hossein.
-
Isis Lovecruft authored
* THANKS TO Pablo Lezaeta.
-
Isis Lovecruft authored
* THANKS TO Paola Falcon.
-
Isis Lovecruft authored
* THANKS TO richardshaylor.
-
Isis Lovecruft authored
* THANKS TO Adrian Pappas, andromeas, isv31, and Wasilis Mandratzis.
-
Isis Lovecruft authored
* THANKS TO Tobias Bannert.
-
Isis Lovecruft authored
* THANKS TO autofunk78.
-
Isis Lovecruft authored
* THANKS TO Ahmad Gharbeia, Mohamed El-Feky, AnonymousLady, 0xidz, Sherief Alaa , and محيي الدين.
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
This makes the calls to log incoming emails (if debugging is enabled) less strict about unicode encoding, and also catches UnicodeDecodeErrors (in addition to UnicodeErrors).
-
- 24 Jul, 2014 3 commits
-
-
Isis Lovecruft authored
The travis-ci bot cannot currently use #tor-bots due to the +m mode.
-
-
Isis Lovecruft authored
-
- 23 Jul, 2014 1 commit
-
-
Isis Lovecruft authored
-
- 22 Jul, 2014 12 commits
-
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
* ADD a branch to `bridgedb.email.autoresponder.SMTPAutoresponder.runChecks()` which calculates the Levenshtein Distance of an incoming email address in order to fuzzy match it against those in the EMAIL_BLACKLIST setting. * FIXES #9385: https://trac.torproject.org/projects/tor/ticket/9385
-
Isis Lovecruft authored
* ADD the EMAIL_BLACKLIST setting, which is a list of blacklisted (spammer/harvester) email addresses. * ADD the EMAIL_FUZZY_MATCH setting, which allows for fuzzy matching of the EMAIL_BLACKLIST addresses via the Levenshtein Distance algorithm.
-
Isis Lovecruft authored
* ADD new function, `bridgedb.util.levenshteinDistance()`.
-
Isis Lovecruft authored
-
Signed-off-by:
Isis Lovecruft <isis@torproject.org> For now, we need to revert this check to get the email distributor to function. We should look into this issue in order to get BridgeDB in a state where instances of it are runnable by other organisations to hand out their own bridges. [OTHER_ORG] Fixing this is essential for #12086.
-
Isis Lovecruft authored
-
* FIXES several write errors due to encoding issues on production server. Signed-off-by:
Isis Lovecruft <isis@torproject.org> These were part of the hotfixes to ponticum on 2014-07-16.
-
* CHANGE `bridgedb.email.autoresponder.getResponseBody()` to use `bridgedb.schedule.intervalStart()`, not `getInterval()`. Signed-off-by:
Isis Lovecruft <isis@torproject.org> These were part of the hotfixes to ponticum on 2014-07-16.
-
- 16 Jul, 2014 2 commits
-
-
Isis Lovecruft authored
-
Isis Lovecruft authored
* FIXES an additional problem for #12147 pointed out by Robert Ransom's `bridgedb.test.test_Unscheduled_getInterval_is_constant()` unittest.
-