summaryrefslogtreecommitdiff
path: root/src/modules/os_ignore_db.c
AgeCommit message (Expand)Author
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-10-20Apply some changes based on possible "flaws" found with flawfinder.cyberbotx
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-02-19Move last of events that are in the core distro over to newevents.rburchell
2009-02-18Move EVENT_DB_SAVING to newevent.rburchell
2009-02-18Move assign and unassign to new events, allow for halting too should modules ...rburchell
2009-02-17Hook events correctly in constructor.rburchell
2009-02-16Move EVENT_RELOAD to OnReload.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Properly initialized new objects when needed so they don't contain garbage data.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-19Converted modules to use ConfigReader to access new config parser.cyberbotx
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-08moduleAddVersion -> Module::SetVersionRobin Burchell w00t@inspircd.org
2008-11-08moduleAddEventHook -> Module::AddEventHook.Robin Burchell w00t@inspircd.org
2008-11-08moduleSetType() -> Module::SetType().Robin Burchell w00t@inspircd.org
2008-11-08Convert moduleSetType() to not require a module pointer.. actually, this is p...Robin Burchell w00t@inspircd.org
2008-11-08Call the new base constructor too.. let's hope this all works?Robin Burchell w00t@inspircd.org
2008-11-08Convert all the derived module constructors to take the new parameter (sed mu...Robin Burchell w00t@inspircd.org
2008-11-06Add module name to MODULE_INIT. This is not yet actually used, but it will be...Robin Burchell w00t@inspircd.org
2008-11-05Convert src/modules to use the new modules loader.Robin Burchell w00t@inspircd.org
2008-10-01Merge commit 'trunk' into anopengRobin Burchell w00t@inspircd.org
2008-10-01Fix building under g++.Robin Burchell w00t@inspircd.org
2008-10-01Merge commit 'trunk' into anopengRobin Burchell w00t@inspircd.org