summaryrefslogtreecommitdiff
path: root/src/modules/m_chanprotect.cpp
AgeCommit message (Expand)Author
2006-08-08WHEEEEE!!!!!brain
2006-08-07Extra debug all over the place, which maybe we should keepbrain
2006-07-27Allow SAMODE and remote users to set +qa without local-user checks (bug?)brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-10Fix for new templated GetExt, and tidy up of some MAJOR copy/paste craq!brain
2006-07-09Make it compile... >_<om
2006-07-09Move to stack-allocated OnRehash()-local ConfigReader *duck*om
2006-07-09More copy/paste fixesbrain
2006-07-09Give modeclasses access to Server* Srv via constructorbrain
2006-07-09More typo fixesbrain
2006-07-09More tweaks (remove OnExtendedMode)brain
2006-07-09Started on thisbrain
2006-07-09DELETE()'s in destructors *fwap*om
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-11More converted modulesbrain
2006-03-08These modules were using deprecated Server::IsOnChannel. They arent any more :)brain
2006-01-25Changed to use InsertModebrain
2006-01-17Added support for part messages in the module API (and therefore between serv...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Converted to new implements systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Removed old OnUserSync and OnChannelSyncbrain
2005-11-30Added OnSyncUser, OnSyncChannel, ProtoSendModebrain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-10-01Fix to bug#82 reported by ashen - "the're" typobrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-25Changed so that when the first in the channel gets founder, the +q mode chang...brain
2005-05-20*** empty log message ***brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-03Fixed to remove privilages upon kickbrain
2005-04-13Added Module::OnSendListbrain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-03More secure checking in 005 handlersbrain
2005-03-28Fixed to take away +q and +a when the user parts the channel (double DOH)brain
2005-03-27Added 005 numeric handling to most of the modulesbrain
2004-05-16Updated header commentsbrain
2004-05-02Added oper-override modulebrain
2004-05-01Added hardcoded support for chanmodes +aqbrain
2004-05-01Tidied the code to use Azhrarns new ConfigReader::ReadFlag methodbrain
2004-05-01Added commentsbrain
2004-05-01Provided modules with the ability to sync data on a netjoinbrain
2004-05-01Added <options noservices> behaviour for m_chanprotect.so as suggested by Craigbrain
2004-05-01Added access checks.brain
2004-05-01Added module to support modes +q and +abrain