summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'release-0.9.4'bridgedb-0.9.4Philipp Winter2020-02-19
|\
| * Bump version number to 0.9.4.Philipp Winter2020-02-19
| * Merge branch 'defect/30946' into developPhilipp Winter2020-02-19
| |\
| | * 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
| | * Fix typo in directive.Philipp Winter2020-02-19
| | * Make shebangs use Python 3.Philipp Winter2020-02-19
| | * Rejection-sample randomly-generated v4 addresses.Philipp Winter2020-02-19
| | * Add CHANGELOG entry.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
| | * Port create_descriptors script to Python 3.Philipp Winter2020-02-19
| | * Add missing pyOpenSSL dependency.Philipp Winter2020-02-19
| | * Update BeautifulSoup to its latest version.Philipp Winter2020-02-19
| | * Change Travis's Python version to 3.7.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
| | * Scheduling tests are timezone sensitiveDamian Johnson2020-02-19
| | * Fix logging formatDamian Johnson2020-02-19
| | * Fix 'pos' argument typeDamian Johnson2020-02-19
| | * Forgot troubleshoting raiseDamian Johnson2020-02-19
| | * Fix minor type issuesDamian Johnson2020-02-19
| | * Get unicode rather than byte descriptorsDamian Johnson2020-02-19
| | * Fix captcha testsDamian Johnson2020-02-19
| | * Fix crypto testsDamian Johnson2020-02-19
| | * Urllib removed its splithost functionDamian Johnson2020-02-19
| | * Fix moat testDamian Johnson2020-02-19
| | * Fix dkim testsDamian Johnson2020-02-19
| | * Fix email server testsDamian Johnson2020-02-19
| | * Fix metric testDamian Johnson2020-02-19
| | * Replace dict's iteritems with itemsDamian Johnson2020-02-19
| | * Fix singleton metaclass definitionDamian Johnson2020-02-19