summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Change import of `random.randint`; only use one random value to create IP.Isis Lovecruft2014-04-07
| |
* | PEP8 reorder import statements in HTTPServer.Isis Lovecruft2014-04-07
| |
* | Use `smtp` rather than `twisted.mail.smtp` in EmailServer.composeMail().Isis Lovecruft2014-04-07
| |
* | PEP8 add newline after class docstring in EmailServer.Isis Lovecruft2014-04-07
| |
* | Fix old-style class EmailServer.MailDelivery.Isis Lovecruft2014-04-07
| |
* | Only log incoming emails if SAFELOGGING is disabled.Isis Lovecruft2014-04-07
| |
* | Fix old-style class EmailServer.MailContext.Isis Lovecruft2014-04-07
| |
* | Remove duplicate log statement from EmailServer.replyToMail().Isis Lovecruft2014-04-07
| |
* | Remove banal truism from EmailServer.MailMessage docstring.Isis Lovecruft2014-04-07
| |
* | Fix old-style class EmailServer.MailMessage.Isis Lovecruft2014-04-07
| |
* | PEP8: use `except … as …` syntax in EmailServer.getMailResponse().Isis Lovecruft2014-02-12
| |
* | Use Dist.* instead of bridgedb.Dist.* in EmailServer.getMailResponse().Isis Lovecruft2014-02-12
| |
* | Use `from` import syntax for twisted.mail.smtp in EmailServer.Isis Lovecruft2014-04-07
| |
* | Remove unused import ConnectionRefusedError in EmailServer.Isis Lovecruft2014-04-07
| |
* | Import `defer` rather than `Deferred` in EmailServer.Isis Lovecruft2014-04-07
| |
* | PEP8 whitespace fixes for EmailServer.Isis Lovecruft2014-04-06
| |
* | PEP8 cleanup import lines in EmailServer.Isis Lovecruft2014-04-06
| |
* | PEP8 for EmailServer module docstring.Isis Lovecruft2014-04-06
| |
* | Change PTTBB link to TBB-3.6-beta-1 download page.Isis Lovecruft2014-04-06
| | | | | | | | | | * CHANGE link text to call it "Tor Browser Bundle", due to PTTBB and TBB being unified into the same bundle.
* | Add linked header in sphinx source for bridgedb.captcha.Isis Lovecruft2014-04-02
| |
* | Remove another pprint from a logging call in bridgedb.Main.Isis Lovecruft2014-04-02
| |
* | Remove overzealous logging of config updates in bridgedb.Main.Isis Lovecruft2014-04-02
| |
* | PEP8 whitespace fix for one inline comment in bridgedb.Main.Isis Lovecruft2014-04-02
| |
* | Add sphinx build source for bridgedb.txrecaptcha module.Isis Lovecruft2014-04-02
| |
* | Update bridgedb.runner.generateDescriptors to mention leekspin.Isis Lovecruft2014-04-02
| |
* | Remove old gen_bridge_descriptors docs from sphinx build configs.Isis Lovecruft2014-04-02
| |
* | Move bridgedb.Util → bridgedb.util.Isis Lovecruft2014-04-02
| |
* | Fix formatting of file headers and module docstring for bridgedb.Dist.Isis Lovecruft2014-04-02
| |
* | Remove extra EOF newline from bridgedb.Util.Isis Lovecruft2014-04-02
| |
* | Add file headers and module docstring to bridgedb.Util.Isis Lovecruft2014-04-02
| |
* | Remove pprinting of configuration changes from bridgedb.Main.Isis Lovecruft2014-04-02
| | | | | | | | They went to stdout, not the logger, and they were annoying.
* | Fix a bug in bridgedb.Bridges due to catching a non-existent exception.Isis Lovecruft2014-04-02
| |
* | Add file headers and fix module docstring for bridgedb.Bridges.Isis Lovecruft2014-04-02
| |
* | Whitespace fixes in CHANGELOG.Isis Lovecruft2014-04-02
| |
* | Add CHANGELOG entry for #11377.Isis Lovecruft2014-04-02
| |
* | Merge remote-tracking branch 'wfn/bug11377_gimpcaptcha' into developIsis Lovecruft2014-04-02
|\ \
| * | Make GimpRecaptcha check be case-insensitiveKostas Jakeliunas2014-03-31
| |/ | | | | | | | | | | | | Users report new captcha case-sensitivity as counter-intuitive. The fix is to simply ignore case when doing the comparison. Fix bug #11377.
* | Add missing CHANGELOG entry for #10724 to 0.1.1.Isis Lovecruft2014-04-02
| |
* | Merge remote-tracking branch ↵Isis Lovecruft2014-04-01
|\ \ | | | | | | | | | 'tpo-sysrqb/bug5232_adding_concurrent_processing_squashed_r1' into develop
| * | Add TODO mentioning that we should be able to disable distributorsMatthew Finkel2014-03-30
| | | | | | | | | | | | | | | | | | | | | | | | If we reparse our config and it tells us that a distributor, which is currently running, should be disabled then we should be able to shut it down. Also wrap long lines.
| * | Use `email.message.Message` instead of `MimeWriter.MimeWriter`Matthew Finkel2014-03-30
| | | | | | | | | | | | | | | | | | | | | `MimeWriter.MimeWriter` was deprecated in Python 2.3, now is a great time for us to switch to the replacement. Fixes #11370
| * | Only update distributor's hashring if it's still activeMatthew Finkel2014-03-30
| | | | | | | | | | | | TODO: shutdown the distributor in this situation
| * | Bump leekspin to v0.1.3Matthew Finkel2014-03-30
| | |
| * | Make sure leekspin created our descriptorsMatthew Finkel2014-03-30
| | |
| * | Add useful output during startup integration testMatthew Finkel2014-03-30
| | |
| * | Open and convert the db, if necessary. Store DB filename for all.Matthew Finkel2014-03-30
| | |
| * | Rewrite database lock acquisition functionMatthew Finkel2014-03-30
| | | | | | | | | | | | | | | Restrict access to the database handle when multiple threads request the ability to query. thanks to yawning
| * | Handle previously unhandled exception when replying to mailMatthew Finkel2014-03-30
| | |
| * | More unit tests for Email ServerMatthew Finkel2014-03-30
| | |
| * | Use the new idiom throughout codeMatthew Finkel2014-03-30
| | |