15
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added queue/async/smtp-forward More... about 16 years ago
Async smtp-forward plugin More... about 16 years ago
Fix nasty bug where body wouldn't be recorded if it came in a separate packet from the header. More... about 16 years ago
fix config caching again - defaults weren't applied prior to this patch More... about 16 years ago
Config port should be =i (integer). More... about 16 years ago
Add shebang line so syntax highlighters kick in :-) More... about 16 years ago
Restore timers on reset More... about 16 years ago
Don't reject mail from the null sender More... about 16 years ago
Fix to prevent denying mail from some otherwise valid hosts Fix to prevent run_continuation being incorrectly called (both Radu Greab) More... about 16 years ago
Drop privileges properly (Radu Greab) More... about 16 years ago
Don't pass --fqdn to hostname if it fails More... about 16 years ago
add qpsmtpd-async to EXE files More... about 16 years ago
Reset Danga::Socket in the child (Radu Greab) Add commented out profiling code Add --config-port to help text More... about 16 years ago
Fairness patch - prevent bad pipelining clients from hogging the event loop More... about 16 years ago
Add qpsmtpd-prefork to the install targets (Robin Bowes) More... about 16 years ago
set explicit ABSTRACT (thanks to Francisco Valladolid) More... about 16 years ago
we don't call the regular logging infrastructure from the Test module, so trace level doesn't get set to the default anywhere. Set it to a value here to avoid the uninitialized warnings. More... over 16 years ago
add simple test of config("me") More... over 16 years ago
explain why the CDB config entries are not cached More... over 16 years ago
fix "Use of uninitialized value in pattern match" warning (Gavin Carr and Jim Murray) More... over 16 years ago
More crazy performance stuff More... over 16 years ago
(much) Less stat calls by caching load_logging More... over 16 years ago
bump version to 0.43rc1; update Changes More... over 16 years ago
More small performance optimisations More... over 16 years ago
Resolve conflict between debug and detach flags More... over 16 years ago
Small performance improvement for logging and config hooks which don't need full continuation support DashProfiler support (commented out) More... over 16 years ago
Update Changes file: add hook_noop() More... over 16 years ago
Pluggable hook "noop" with example plugin (noop_counter) and doc update. ... now check_earlytalker can be expanded to VRFY and NOOP (see RFC 1854, #2.1) More... over 16 years ago
add missing entry "vrfy" in @hooks, to make hook_vrfy() work More... over 16 years ago
Pause read at the start so we don't read data while waiting for rDNS results. More... over 16 years ago