]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_globops.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_globops.cpp
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-09 brainFixed m_globops for new api
2006-02-26 brainServer* Srv marked static or moved to private member...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainMore stuff converted to new faster system
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-05-23 brainRemoved m_globops setting +g automatically on oper...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-04-07 brainFixed issue where failing modules would bail by calling...
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainAdded version flags
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2004-05-16 brainUpdated header comments
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-05 brainAdded extra command logging
2004-04-05 brainChanged comments to match the module (duh)
2004-04-05 brainChanged description
2004-04-05 brainFixed to require +o as well as +g to receive a globops...
2004-04-05 brainAdded m_globlops module with unreal-style /GLOBOPS...