0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a bug that caused segfaults when copying letters to user mailboxes.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updating RumbleLua with preliminary support for stopping/starting services
Daniel Gruno
as Humbedooh
More... about 13 years ago
Expanded comm_createService into comm_registerService and comm_startService fixed a few thread bugs
Daniel Gruno
as Humbedooh
More... about 13 years ago
Moved the LoadScript directives up before LoadModule (in case GNUTLS stalls)
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updated services to ensure threads killed themselves if told to.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Changed the threading model quite a bit to allow for a more flexible service handling (start, stop, suspend, resume). This caused for changes in almost all files, obviously.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updating the compiler script to check for library headers
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updated RumbleLua Made some minor adjustments to adhere to ANSI specs
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updated compiler script Formatted the source code a bit.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Removing unused configure files Adding 64 bit compat to the compiler script
Daniel Gruno
as Humbedooh
More... about 13 years ago
Apparently, the compile script didn't make it
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updated rumblelua New and improved compiler script!
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updating compile script and doing some TLS debug
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updated some headers for compatibility
Daniel Gruno
as Humbedooh
More... about 13 years ago
More service updating added a small compiler script for unix
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updating to minor 24. All services are now completely freed from the masterHandle struct and are created using comm_createService(). In addition to more control over the services, this also allows both C/C++ modules and Lua scripts to access service controls to stop/start/pause services.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Added Rumble.reloadModules() and Rumble.reloadConfiguration() to the Lua API (as well as internal support for reloading stuff). Removed a bad line from the config file
Daniel Gruno
as Humbedooh
More... about 13 years ago
Added Mailman.updateDomain(domain, newname, newpath, newtype) for updating existing domains Updated RumbleLua quite a bit.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Removed an erroneous line in the blacklist module that was causing trouble on 64 bit machines.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updated RumbleLua
Daniel Gruno
as Humbedooh
More... about 13 years ago
Reworked the Lua threading so that instead of spawning Lua threads, processes will now acquire a state from a pool.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Added a proper status logging system Fixed some bugs in the database initialization that bugged out on Windows systems
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updated RumbleLua (and removed the picture of a husky...dunno why that was there) Reverted some changes in the Lua API, as they didn't seem to be the cause of my many troubles.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Changed access() back to fopen() for Windows systems due to compiler-specific errors when using access()
Daniel Gruno
as Humbedooh
More... about 13 years ago
Changed some instances of fopen() to access() for a lighter load on the system.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Added file.exists() to the Lua API
Daniel Gruno
as Humbedooh
More... about 13 years ago
Updated RumbleLua
Daniel Gruno
as Humbedooh
More... about 13 years ago
Added getMX and getHostByName for Lua scripts Moved all Lua functions into different main tables, as per the Lua API on sourceforge
Daniel Gruno
as Humbedooh
More... about 13 years ago
Added support for running as a Windows service Moved core mail services into their own RumbleService struct. Did some miscellaneous cleaning
Daniel Gruno
as Humbedooh
More... about 13 years ago
Changed open() to fopen() in rumble_file_exists to avoid all the trouble with io.h redeclaring open.
Daniel Gruno
as Humbedooh
More... about 13 years ago