summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * Update translation: en_GBIsis Lovecruft2014-07-25
| | * Update translation: elIsis Lovecruft2014-07-25
| | * Update translation: deIsis Lovecruft2014-07-25
| | * Update translation: daIsis Lovecruft2014-07-25
| | * Update translation: arIsis Lovecruft2014-07-25
| |/
| * Add -v to rsync command in maint/get-completed translations.Isis Lovecruft2014-07-25
| * Tell coveralls about the coveragerc file in .travis.yml.Isis Lovecruft2014-07-25
| * Log incoming email addresses if SAFE_LOGGING is disabled.Isis Lovecruft2014-07-25
| * Fix unhandled UnicodeDecodeError in call to logger for emails.Isis Lovecruft2014-07-25
| * Add irc.oftc.net#tor-bridgedb channel for travis-ci bot.Isis Lovecruft2014-07-24
| * Change CHANGELOG entry links to use https://bugs.torproject.org.Isis Lovecruft2014-07-24
| * Add CHANGELOG entries for #5463, #9385, and #12147.Isis Lovecruft2014-07-24
| * Update copyright file header for bridgedb.runner module.Isis Lovecruft2014-07-23
| * Merge branch 'fix/9385-fuzzy-email-matching_r1' into developIsis Lovecruft2014-07-22
| |\
| | * Add unittest for SMTPAutoresponder.runChecks() with blacklisted email.Isis Lovecruft2014-07-22
| | * Add unittests for bridgedb.util.levenshteinDistance().Isis Lovecruft2014-07-22
| | * Add EMAIL_BLACKLIST and EMAIL_FUZZY_MATCH settings to test/email_helpers.py.Isis Lovecruft2014-07-22
| | * Fuzzy match incoming email addresses.Isis Lovecruft2014-07-22
| | * Add EMAIL_BLACKLIST and EMAIL_FUZZY_MATCH settings.Isis Lovecruft2014-07-22
| | * Add Levenshtein Distance function to bridgedb.util module.Isis Lovecruft2014-07-22
| |/
| * Merge branch 'fix/12627-hotfixes' into developIsis Lovecruft2014-07-22
| |\
| | * Revert check for SMTP/email header canonical hostname equivalence.Matthew Finkel2014-07-22
| | * Fix an additional utf-8 encoding error for optional email headers.Isis Lovecruft2014-07-22
| | * Fix utf-8 encoding errors in email.autoresponder module.Matthew Finkel2014-07-22
| | * Use intervalStart() in b.e.autoresponder.createResponseBody().Matthew Finkel2014-07-22
| |/
| * Merge branch 'rransom/fix/12147-schedule-unittest' into developIsis Lovecruft2014-07-16
| |\
| | * Fix bug shown in test_Unscheduled_getInterval_is_constant() unittest.Isis Lovecruft2014-07-16
| | * Fix test suite for bridgedb.scheduled.UnscheduledRobert Ransom2014-07-16
| |/
| * Makefile `clean` target now cleans up coverage-html directory.Isis Lovecruft2014-07-07
| * Add pip requirements.txt file for testsuite dependencies.Isis Lovecruft2014-07-03
| * Run `pylint --rcfile=.pylintrc --generate-rcfile > .pylintrc`.Isis Lovecruft2014-07-03
| * Remove obsolete doctest running code in bridgedb.test.util.Isis Lovecruft2014-07-03
| * Change bridgedb.test.util.TestCaseMixin to be a bridgedb.util.mixin.Isis Lovecruft2014-07-03
| * Add generic mixin class metaclass to bridgedb.util.Isis Lovecruft2014-07-03
| * Add TODO: bridgedb.Bridges.BridgeBlock should be a zope.interface.Interface.Isis Lovecruft2014-06-25
| * Fix old-style class: bridgedb.Bridges.BridgeBlock.Isis Lovecruft2014-06-24
| * Bump Leekspin version to 0.1.4.Isis Lovecruft2014-06-24
| * Add TravisCI build status image to README.Isis Lovecruft2014-06-24
| * Merge branch 'hotfix/5463-email-line-recieved-logging' into developIsis Lovecruft2014-06-09
| |\
| | * Remove superfluous normalizeEmail() call.Isis Lovecruft2014-06-09
| | * Add whitelist attribute to bridgedb.Dist.EmailBasedDistributor.Isis Lovecruft2014-06-09
| | * Check for whitelisted email addresses before any more complicated parsing.Isis Lovecruft2014-06-09
| | * Add docstring note that b.p.a.normalizeEmail can raise UnsupportedDomain.Isis Lovecruft2014-06-09
| | * Make docstring for b.e.server.addServer clearer.Isis Lovecruft2014-06-09
| | * Fix bug with weird '550 Sender not permitted' SMTP responses.Isis Lovecruft2014-06-09
| | * Add additional unittest assertion to test_SMTPAutoresponder_getMailTo_Unsuppo...Isis Lovecruft2014-06-07
| | * Add rudimentary (email_addr,gpg_key_fingerprint) whitelist feature.Isis Lovecruft2014-06-07
| | * Allow SMTP 'RCPT TO: bridges@bridgedb'.Isis Lovecruft2014-06-07
| | * Fix a bug where incoming unicode emails caused logging errors.Isis Lovecruft2014-06-07
| * | Don't allow coverage-test or coverage-html to fail in Makefile.Isis Lovecruft2014-06-09
| |/