summaryrefslogtreecommitdiff
path: root/src/modules/m_inviteexception.cpp
AgeCommit message (Expand)Author
2006-09-15Annotationsbrain
2006-09-02banexception, chanfilter and inviteexception should now be unloadable :)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-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-07-10Typobrain
2006-07-10Templated GetExtbrain
2006-07-09Beat ya:brain
2006-07-09Altered u_listmode to have a constructor arg 'autotidy' which if set to true ...brain
2006-07-09Fix to compile (we had never got this far to find out if it did)brain
2006-07-08Convert to new APIbrain
2006-02-15- Anal tidy of some commentsw00t
2006-01-26Use InsertMode() and add vendor flagom
2006-01-25Changes to INVEX and EXCEPTS 005 tokensbrain
2006-01-25Adding the +e and +I modules m_banexception and m_inviteexception, also addin...om