]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_alias.cpp
Nuke trailing spaces
[user/henk/code/inspircd.git] / src / modules / m_alias.cpp
2009-02-14 peaveyNuke trailing spaces
2009-02-10 dzPrevent fantasy aliases from blocking user commands...
2009-02-09 brainMerge fantasy:allowbots patch from Taros, closing off...
2009-01-23 brainTemplateise this
2009-01-23 brainFix m_nationalchars using a copy and paste of my unsafe...
2009-01-18 brainHmm, why didnt this go through before?
2009-01-09 dzCorrectly match alias formats (was backwards) and avoid...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tRename case_sensitive_map to rfc_case_sensitive_map
2008-09-07 w00tDon't execute multiple aliases after executing one.
2008-09-07 w00tFix aliases returning multiple messages, thanks Ankit.
2008-09-07 w00tFix compile. Try again, Ankit.
2008-09-07 w00tSet default values for <alias:usercommand> and <alias...
2008-09-06 w00tAdd (currently untested and undocumented) fantasy comma...
2008-09-06 w00tRename some member fields; add <alias:usercommand>...
2008-09-06 w00tRestructuring to m_alias, this will be used for (option...
2008-09-06 w00tModify aliases to use a multimap rather than a vector...
2008-08-28 w00tFix aliases stuff.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-06 brainAllow changing of command string and parameter vector...
2008-05-18 brainPlease see my XXX in m_conn_umodes w00t, maybe somethin...
2008-05-06 brainFix broken m_alias, cant preallocate and then push_bac...
2008-05-04 peaveyOk 3rd time lucky, thanks for the pointers Brain
2008-05-04 peaveyfix this
2008-05-04 peaveyFirst attempt at converting to new command handler...
2008-03-24 brainAnd more of them
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-11-04 brainNext part of Development/Hooking (see wiki)
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove unnecessary header traffic
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-07-24 w00tReplace some voodoo with a define
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 brainModule factory and init function in modules turned...
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-12 w00tThe commit that should have been r7000: src/modules...
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-01-17 brainMass comment removal.
2007-01-14 brainAdd alias:matchcase config setting (per-alias, determin...
2007-01-14 brainAllow aliasing of anything to anything, removing the...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-22 brainFix for alias var names within aliases
2006-12-16 brainAdd format="" value, at request of Emeric.
2006-12-16 brainAllow linefeeds in this module in one value
2006-12-16 brainLinefeeds in quotes, just for w00t.
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-10 brainComment tidyups
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-17 brainTesting and debugging done, it all works :)
2006-09-17 brainNow supports multiple commands seperated with \n. NOTE...
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.
next