index
:
user/sysrqb/bridgedb
bug10834
bug12781-dumpbuckets
bug12781-dumpbuckets_constification_2
bug1606_spec_update_rebased
bug1606_spec_update_rebased_r1
bug5232_adding_concurrent_processing_squashed
bug5232_adding_concurrent_processing_squashed_r1
bug5232_based_on_fix/9462_r9462C_r2
bug5232_newdesign_dev
bug5232_newdesign_dev_r1
bug5232_r2_based_on_fix/9462_r9462C_r2
bug5232_rebased_1
bug8614_5_rebased_r4
bug8614_5_rebased_r7
bug8614_6_rebased_1
bug8614_7_rebase_2
bug9013
bug9127
bug9264_rebased_0
bug9264_rebased_1
bug9264_rebased_2
bug9264_rebased_3
bug9264_rebased_3_r1
develop
develop_minorchanges
feature/9199-improved-logging-2-r3_sy
master
predeploy
Matt's bridgedb repository
Matthew Finkel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
|
*
Update translation: en_GB
Isis Lovecruft
2014-07-25
|
|
*
Update translation: el
Isis Lovecruft
2014-07-25
|
|
*
Update translation: de
Isis Lovecruft
2014-07-25
|
|
*
Update translation: da
Isis Lovecruft
2014-07-25
|
|
*
Update translation: ar
Isis Lovecruft
2014-07-25
|
|
/
|
*
Add -v to rsync command in maint/get-completed translations.
Isis Lovecruft
2014-07-25
|
*
Tell coveralls about the coveragerc file in .travis.yml.
Isis Lovecruft
2014-07-25
|
*
Log incoming email addresses if SAFE_LOGGING is disabled.
Isis Lovecruft
2014-07-25
|
*
Fix unhandled UnicodeDecodeError in call to logger for emails.
Isis Lovecruft
2014-07-25
|
*
Add irc.oftc.net#tor-bridgedb channel for travis-ci bot.
Isis Lovecruft
2014-07-24
|
*
Change CHANGELOG entry links to use https://bugs.torproject.org.
Isis Lovecruft
2014-07-24
|
*
Add CHANGELOG entries for #5463, #9385, and #12147.
Isis Lovecruft
2014-07-24
|
*
Update copyright file header for bridgedb.runner module.
Isis Lovecruft
2014-07-23
|
*
Merge branch 'fix/9385-fuzzy-email-matching_r1' into develop
Isis Lovecruft
2014-07-22
|
|
\
|
|
*
Add unittest for SMTPAutoresponder.runChecks() with blacklisted email.
Isis Lovecruft
2014-07-22
|
|
*
Add unittests for bridgedb.util.levenshteinDistance().
Isis Lovecruft
2014-07-22
|
|
*
Add EMAIL_BLACKLIST and EMAIL_FUZZY_MATCH settings to test/email_helpers.py.
Isis Lovecruft
2014-07-22
|
|
*
Fuzzy match incoming email addresses.
Isis Lovecruft
2014-07-22
|
|
*
Add EMAIL_BLACKLIST and EMAIL_FUZZY_MATCH settings.
Isis Lovecruft
2014-07-22
|
|
*
Add Levenshtein Distance function to bridgedb.util module.
Isis Lovecruft
2014-07-22
|
|
/
|
*
Merge branch 'fix/12627-hotfixes' into develop
Isis Lovecruft
2014-07-22
|
|
\
|
|
*
Revert check for SMTP/email header canonical hostname equivalence.
Matthew Finkel
2014-07-22
|
|
*
Fix an additional utf-8 encoding error for optional email headers.
Isis Lovecruft
2014-07-22
|
|
*
Fix utf-8 encoding errors in email.autoresponder module.
Matthew Finkel
2014-07-22
|
|
*
Use intervalStart() in b.e.autoresponder.createResponseBody().
Matthew Finkel
2014-07-22
|
|
/
|
*
Merge branch 'rransom/fix/12147-schedule-unittest' into develop
Isis Lovecruft
2014-07-16
|
|
\
|
|
*
Fix bug shown in test_Unscheduled_getInterval_is_constant() unittest.
Isis Lovecruft
2014-07-16
|
|
*
Fix test suite for bridgedb.scheduled.Unscheduled
Robert Ransom
2014-07-16
|
|
/
|
*
Makefile `clean` target now cleans up coverage-html directory.
Isis Lovecruft
2014-07-07
|
*
Add pip requirements.txt file for testsuite dependencies.
Isis Lovecruft
2014-07-03
|
*
Run `pylint --rcfile=.pylintrc --generate-rcfile > .pylintrc`.
Isis Lovecruft
2014-07-03
|
*
Remove obsolete doctest running code in bridgedb.test.util.
Isis Lovecruft
2014-07-03
|
*
Change bridgedb.test.util.TestCaseMixin to be a bridgedb.util.mixin.
Isis Lovecruft
2014-07-03
|
*
Add generic mixin class metaclass to bridgedb.util.
Isis Lovecruft
2014-07-03
|
*
Add TODO: bridgedb.Bridges.BridgeBlock should be a zope.interface.Interface.
Isis Lovecruft
2014-06-25
|
*
Fix old-style class: bridgedb.Bridges.BridgeBlock.
Isis Lovecruft
2014-06-24
|
*
Bump Leekspin version to 0.1.4.
Isis Lovecruft
2014-06-24
|
*
Add TravisCI build status image to README.
Isis Lovecruft
2014-06-24
|
*
Merge branch 'hotfix/5463-email-line-recieved-logging' into develop
Isis Lovecruft
2014-06-09
|
|
\
|
|
*
Remove superfluous normalizeEmail() call.
Isis Lovecruft
2014-06-09
|
|
*
Add whitelist attribute to bridgedb.Dist.EmailBasedDistributor.
Isis Lovecruft
2014-06-09
|
|
*
Check for whitelisted email addresses before any more complicated parsing.
Isis Lovecruft
2014-06-09
|
|
*
Add docstring note that b.p.a.normalizeEmail can raise UnsupportedDomain.
Isis Lovecruft
2014-06-09
|
|
*
Make docstring for b.e.server.addServer clearer.
Isis Lovecruft
2014-06-09
|
|
*
Fix bug with weird '550 Sender not permitted' SMTP responses.
Isis Lovecruft
2014-06-09
|
|
*
Add additional unittest assertion to test_SMTPAutoresponder_getMailTo_Unsuppo...
Isis Lovecruft
2014-06-07
|
|
*
Add rudimentary (email_addr,gpg_key_fingerprint) whitelist feature.
Isis Lovecruft
2014-06-07
|
|
*
Allow SMTP 'RCPT TO: bridges@bridgedb'.
Isis Lovecruft
2014-06-07
|
|
*
Fix a bug where incoming unicode emails caused logging errors.
Isis Lovecruft
2014-06-07
|
*
|
Don't allow coverage-test or coverage-html to fail in Makefile.
Isis Lovecruft
2014-06-09
|
|
/
[prev]
[next]