0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Nov 13, 2024 — Nov 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more work on the workers
Daniel Gruno
as Humbedooh
More... almost 15 years ago
started work on the smtp worker threads for handling the mail queue
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added smtp_worker.c
Daniel Gruno
as Humbedooh
More... almost 15 years ago
removed debug output
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Added cvector_flush for quick flushing of cvectors Added some more fields to the queue database
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added _flags to the address struct for storing raw flags
Daniel Gruno
as Humbedooh
More... almost 15 years ago
updated blacklist module added in6_addr struct to rumble.h when compiling under windows
Daniel Gruno
as Humbedooh
More... almost 15 years ago
removed some debugging output
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Added UNIX(IBM) style as well as Windows style MX resolving Tweaked the winsock support a bit
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Changed from read() to recv() on sockets for conformity added some more winsock support
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Added support for winsock inclusion on windows platforms
Daniel Gruno
as Humbedooh
More... almost 15 years ago
some...stuff
Daniel Gruno
as Humbedooh
More... almost 15 years ago
updated whitelist module
Daniel Gruno
as Humbedooh
More... almost 15 years ago
updated config files
Daniel Gruno
as Humbedooh
More... almost 15 years ago
removed a redundant status line from the module loader
Daniel Gruno
as Humbedooh
More... almost 15 years ago
moved crypto functions into crypt.c to avoid compiler errors in modules
Daniel Gruno
as Humbedooh
More... almost 15 years ago
changed some config settings
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Added options to specify (or search for) alternate config paths
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Added database source+header
Daniel Gruno
as Humbedooh
More... almost 15 years ago
renamed foreman module
Daniel Gruno
as Humbedooh
More... almost 15 years ago
forgot a return code in rumble_blacklist_domains()
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added a logfile feature to the blacklist
Daniel Gruno
as Humbedooh
More... almost 15 years ago
fixed a return code and a reference error in blacklist.c
Daniel Gruno
as Humbedooh
More... almost 15 years ago
updated blacklist
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Added blacklisting module which supports DNSBL, host name and domain name check and possibly SPF checks soon.
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Changed the smtp hooks a bit so modules can abort connections faster moved some SHA functions into database.c
Daniel Gruno
as Humbedooh
More... almost 15 years ago
changed return code on failure in greylisting to RUMBLE_RETURN_FAILURE
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added support for both ipv6 and ipv4 in greylisting IPv4 will use the /24 block while IPv6 will use the /64 block.
Daniel Gruno
as Humbedooh
More... almost 15 years ago
removed debug output from greylist
Daniel Gruno
as Humbedooh
More... almost 15 years ago
updated greylisting module
Daniel Gruno
as Humbedooh
More... almost 15 years ago