summaryrefslogtreecommitdiff
path: root/src/modules/m_testcommand.cpp
AgeCommit message (Expand)Author
2005-12-16Typo in declarationbrain
2005-12-16Last set of modules converted to new command systembrain
2005-12-16Added support for new command systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Few more stylistic changes, modules is now (fairly) consistant with how it sh...w00t
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2004-05-16Updated header commentsbrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-05Modified the Module::OnExtendedMode() method to use a void* as its target whi...brain
2004-04-04Fixed a bug in servermode handling where the target is a channel, found by Ch...brain
2004-04-04Completed support for module-handled umodesbrain
2004-04-04Added support for module-based chanmodes with parameters and the ability to q...brain
2004-04-03Added support for module-defined chanmodes with no parametersbrain
2004-04-02Improved commentsbrain
2004-04-02Added ability to override modes (allows SAMODE support etc)brain
2004-04-02Clarified documentationbrain
2004-04-02Fixed typobrain
2004-04-02Added simple test command modulebrain