summaryrefslogtreecommitdiff
path: root/src/modules/m_alias.cpp
AgeCommit message (Expand)Author
2007-05-12The commit that should have been r7000: src/modules now uses IS_OPER instead ...w00t
2007-04-02This needs some general QA-ing. Add support to new parser (introduced in 1.1)...brain
2007-01-17Mass comment removal.brain
2007-01-14Add alias:matchcase config setting (per-alias, determines wether to match cas...brain
2007-01-14Allow aliasing of anything to anything, removing the need for tons of non-pro...brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-22Fix for alias var names within aliasesbrain
2006-12-16Add format="" value, at request of Emeric.brain
2006-12-16Allow linefeeds in this module in one valuebrain
2006-12-16Linefeeds in quotes, just for w00t.brain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-10Comment tidyupsbrain
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-17Testing and debugging done, it all works :)brain
2006-09-17Now supports multiple commands seperated with \n. NOTE: These \n's are transl...brain
2006-09-17Add operonly aliases, <alias:operonly> (boolean).brain
2006-09-17Now it all works :)brain
2006-09-17New m_alias, this probably doesnt work yetbrain
2006-09-17First of many m_alias tidyups, this will eventually become a rewrite of the m...brain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-15Comments describing classes, for the url http://svn.inspircd.org/docs/annotat...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-28Add support for NAMESXbrain
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-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-10Committing this as a rollback point - does not compilebrain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-10Inherit just about everything from classbasebrain
2006-06-03Fix for bug found by douglas - when replace= is undefined value (probably du...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-03-11Start of conversion to const refs for std::strings in module api - A LOT OF S...brain
2006-02-05Fix to prevent use of aliases before reigstering connectionbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26New 'Implements' systembrain
2005-12-23Small change to logic in m_alias, tidies an if (). Minor change.w00t
2005-12-21Updated m_alias to fix bug #92, updated configsbrain
2005-12-21Fixed to include new parameterbrain
2005-12-21Improved m_alias to only capture complete commands and rewrite them (bug #92 ...brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-11-30Added remote killbrain