summaryrefslogtreecommitdiff
path: root/src/modules/m_blockcolor.cpp
AgeCommit message (Expand)Author
2006-09-15Comments describing classes, for the url http://svn.inspircd.org/docs/annotat...brain
2006-09-02All modules which implement simplemodes (no parameters, not a list mode) can ...brain
2006-08-25Remove On005Numeric event from a ton of modules which no longer need it (as C...brain
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-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-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-07-09DELETE()'s in destructors *fwap*om
2006-07-08Did some renaming so that the methods for modes in chanrec and userrec are id...brain
2006-07-08Convert to new API and optimize colour checking (we were using 0 ... string::...brain
2006-03-12Renamed to chanrec::modesbrain
2006-03-05Hopefully speed this up, it was strlcpy()ing every line even when +c wasnt se...om
2006-02-08Updated block numeric to read COLOUR >:)brain
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-01-25Changed to use InsertModebrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-31Blockcolor now blocks reverse and other mirc silliesbrain
2005-12-26New 'Implements' systembrain
2005-12-23Fixed (hopefully) m_blockcolorbrain
2005-12-23Hopefully sped things up here -- I need to check this out on a box that I can...w00t
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...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-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-27Fixed detection of missing opertypesbrain
2004-05-24Fixed perplexing bug in custom mode removal (apparent with +C and +c)brain
2004-05-22Added support for changing of text within OnUserPreNotice and OnUserPreMessag...brain
2004-05-16Updated header commentsbrain
2004-05-15Added +N via m_nonicks, restored some stuff from a firewall fuckupbrain
2004-05-10Fixes to permissions issuesbrain
2004-05-10Fixed typos and compile bugsbrain
2004-05-10Added m_blockcolor, implements unreal-style mode +c for color blockingbrain