2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
set the version to 2.0.0-beta.1, yay More... almost 10 years ago
add changelog for the next release More... almost 10 years ago
fail if we cannot import _twistd_unix More... almost 10 years ago
update my mail address More... almost 10 years ago
exclude page branches from travis More... almost 10 years ago
fix links in readme More... almost 10 years ago
add paragraph about bleygraph More... almost 10 years ago
examples! More... almost 10 years ago
document whitelisting More... almost 10 years ago
fix some typos More... about 10 years ago
do not install an empty /var/lib/bley More... about 10 years ago
remove trailing newline in Makefile More... about 10 years ago
Removed subdomains from example.com in tests where not required More... about 10 years ago
Updates as discussed with Evgeni More... about 10 years ago
Changed from using netaddr to ipaddr More... about 10 years ago
Renamed test_greylisting to test_zzz_greylisting to make it run last, changed recipient to [email protected] to ensure test_zzz_greylisting isn't affect by previous tests More... about 10 years ago
Added whitelist_recipients and whitelist_clients files compatible with postgrey More... about 10 years ago
Re-instated test-psql test-mysql to "make test" More... about 10 years ago
Merged changes from evgeni/bley commit 2e4676a More... about 10 years ago
let's not define a function for a one-liner, okay? More... about 10 years ago
always use `datetime.datetime.now()` More... about 10 years ago
refactor greylisting tests More... about 10 years ago
disable parallel tests, this creates problems for generating IPs More... about 10 years ago
use trial -j2 when Twisted >= 12.3.0 is found More... about 10 years ago
pep8 is a bitch More... about 10 years ago
clean up tested Twisted versions More... about 10 years ago
check whether a second try will yield a dunno result if the first was defer More... about 10 years ago
move asserts in own functions, it's more readable that way More... about 10 years ago
allow changing the duration of the cache validity More... about 10 years ago
Replaced CURRENT_TIMESTAMP (is UTC) with datetime.datetime.now() (is localtime) for sqlite3 timezone issue More... about 10 years ago