0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 18, 2024 — Nov 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updating some modules.
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Some more work on the IMAP4 server and some fixes
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added rumble_lua.h for later use.
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Started on the ugly behemoth that is imap4.1 ...
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Lots and lots of changes, but who cares. Changed the inner workings of the database so that both pop3 and imap4 can use the same functions. Started working on a Lua extension for building Lua modules.
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Added a pop3 service to the package.
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Started converting the sql injections into a more uniform sql wrapper that's not so sqlite dependent (in case someone wants to use another db to run it all)
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added checks for fully-qualified domain names in HELO/EHLO responses
Daniel Gruno
as Humbedooh
More... almost 15 years ago
updated some modules
Daniel Gruno
as Humbedooh
More... almost 15 years ago
fixed a small bug in cleaning up smtp sessions added some defines to make windows/unix porting easier for modules
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added some timeouts to connections
Daniel Gruno
as Humbedooh
More... almost 15 years ago
lots of stuff done! Finished a reliable mail delivery function for sending external messages added BATV and VERP support did some bug fixings
Daniel Gruno
as Humbedooh
More... almost 15 years ago
Temporary failure to relay a message to a foreign host now reschedules the mail for later delivery
Daniel Gruno
as Humbedooh
More... almost 15 years ago
optimized the smtp queue a bit
Daniel Gruno
as Humbedooh
More... almost 15 years ago
removed some debug code fixed an issue with condition vars being poorly implemented in the mail queue system
Daniel Gruno
as Humbedooh
More... almost 15 years ago
more cleaning up and conforming added checks to replace vsnprintf with _vscprintf when available
Daniel Gruno
as Humbedooh
More... almost 15 years ago
some final windows fixings (deadlock issues)
Daniel Gruno
as Humbedooh
More... almost 15 years ago
more bugfixing and optimizing
Daniel Gruno
as Humbedooh
More... almost 15 years ago
more window cleaning fixed a bug where cvector_pop and cvector_shift would not reset the vector when removing the last element.
Daniel Gruno
as Humbedooh
More... almost 15 years ago
more fixing and windows compatibility
Daniel Gruno
as Humbedooh
More... almost 15 years ago
fixed a few memory bugs that were causing trouble
Daniel Gruno
as Humbedooh
More... almost 15 years ago
conformed to C regulations and such added further support for windows (MS VC++ compatible) Added support for loading of Windows DLL modules Fixed a few bugs with rumble_scan_flags
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added the entrepreneur module added some function shortcuts added rumble_comm_printf for using printf on socket
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added an additional author field in rumble_module_info.
Daniel Gruno
as Humbedooh
More... almost 15 years ago
more smtp worker work fixed a silly bug with the dictionary functions moving some arguments about to make code blocks more independent
Daniel Gruno
as Humbedooh
More... almost 15 years ago
updated the smtp worker module to handle mailboxes and aliases properly
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added support for two new hook types added return codes for spam/virus
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added feed_hooks to the masterHandle struct and hooks.c for adding hooks to message feeds (mailboxes of type MOD)
Daniel Gruno
as Humbedooh
More... almost 15 years ago
removed some debugging stuff
Daniel Gruno
as Humbedooh
More... almost 15 years ago
added rumble_get_account() for fetching account data did some more work on the smtp workers added some mailbox type defs in rumble.h
Daniel Gruno
as Humbedooh
More... almost 15 years ago