]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cloaking.cpp
All modules which implement simplemodes (no parameters, not a list mode) can now...
[user/henk/code/inspircd.git] / src / modules / m_cloaking.cpp
2006-09-02 brainAll modules which implement simplemodes (no parameters...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-10 brainServer::GetAdmin, Server::GetServerDescription, Server...
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-06 brainFix for ipv6 build
2006-08-05 brainDont try and cloak remote clients
2006-08-05 brainExtra stuff for identifying ipv6 addresses
2006-08-05 brainUse insp_aton so we can correctly cloak ipv6
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-07-10 omAdd HAS_STDINT checks here, this had been sitting not...
2006-07-09 omUpdates to new API
2006-06-15 brainChange to stdint
2006-06-15 brainLook at this further later - 64 bit fixes
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-27 brainFix typo in spanningtree (who put this colon here?)
2006-03-11 brainMore converted modules
2006-02-28 brainChanged to throw exception when theres no cloak key
2006-02-28 brainChanged loglevel of cloak key errors to SPARSE
2006-02-28 brainAdded configurable cloakkey and cloakprefix
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainConverted to new implements system
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-16 brainMoved a ton of defined to modules.h that belong there
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 w00tMore stylistic changes.
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-04-11 brainFixed /unloadmodule on crappy gentoo
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
2004-05-16 brainUpdated header comments
2004-05-10 brainAdded m_nonotice, implements unreal-style chanmode +T
2004-05-09 brainFixed m_redirect.so which was claiming every mode that...
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-12 brainAbstracted host/gecos changing to Server:: methods
2004-04-05 brainModified the Module::OnExtendedMode() method to use...
2004-04-04 brainAdded comments to m_cloaking.cpp
2004-04-04 brainCompleted support for module-handled umodes
2003-07-22 randomdanSTL namespace fixes
2003-02-07 brainChanged to using LogLevels
2003-01-23 brainInitial revision