]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_alias.cpp
Add operonly aliases, <alias:operonly> (boolean).
[user/henk/code/inspircd.git] / src / modules / m_alias.cpp
2006-09-17 brainAdd operonly aliases, <alias:operonly> (boolean).
2006-09-17 brainNow it all works :)
2006-09-17 brainNew m_alias, this probably doesnt work yet
2006-09-17 brainFirst of many m_alias tidyups, this will eventually...
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainComments describing classes, for the url http://svn...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainAdd support for NAMESX
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
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 brainCommitting this as a rollback point - does not compile
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainInherit just about everything from classbase
2006-06-03 brainFix for bug found by douglas - when replace= is undefin...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-03-11 brainStart of conversion to const refs for std::strings...
2006-02-05 brainFix to prevent use of aliases before reigstering connection
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainNew 'Implements' system
2005-12-23 w00tSmall change to logic in m_alias, tidies an if ()....
2005-12-21 brainUpdated m_alias to fix bug #92, updated configs
2005-12-21 brainFixed to include new parameter
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-11-30 brainAdded remote kill
2005-11-30 w00tStylistic changes.
2005-05-30 brainStarted on -Wall - safe compile
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
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-04-28 brainAdded m_alias module for defining command aliases