summaryrefslogtreecommitdiff
path: root/src/modules/m_chanprotect.cpp
AgeCommit message (Expand)Author
2006-09-09Grrbrain
2006-09-02Actually let it be unloaded would be a start (remove VF_STATIC)brain
2006-09-02Allow unloading of +qabrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-28Hint of the day: When you have a function that can return a bool, dont mix up...brain
2006-08-25Tidyup, multiple inheritence from base class to avoid code duplication in the...brain
2006-08-25Remove On005Numeric event from a ton of modules which no longer need it (as C...brain
2006-08-25Added leachim's +qa prefix patchbrain
2006-08-23ModeParser::InsertMode is no longer required -- this is auto-generated by the...brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Move remaining functions:brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move InsertMode into ModeParserbrain
2006-08-10Removal of Server::Log -- not much ever used it anyway with the ability to us...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain
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