summaryrefslogtreecommitdiff
path: root/src/modules/m_alias.cpp
AgeCommit message (Expand)Author
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
2005-11-30Stylistic changes.w00t
2005-05-30Started on -Wall - safe compilebrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2004-05-16Updated header commentsbrain
2004-04-28Added m_alias module for defining command aliasesbrain