summaryrefslogtreecommitdiff
path: root/src/modules/m_alias.cpp
AgeCommit message (Expand)Author
2007-08-27Remove unnecessary header trafficw00t
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-07-24Replace some voodoo with a definew00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Module factory and init function in modules turned into a neat macro:brain
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
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