summaryrefslogtreecommitdiff
path: root/src/modules/os_ignore_db.c
AgeCommit message (Expand)Author
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