]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_alias.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / modules / m_alias.cpp
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-07-30 Daniel De GraafFix incorrect default on <alias:channelcommand>
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-18 danieldgRewrite m_alias DoCommand to do variable substitution...
2009-10-18 danieldgFix infinite loop on alias expansion, found by Adam
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-08-28 w00tStop a potential null pointer dereference introduced...
2009-08-28 w00tPatch from Namegduf to use OnUserMessage instead of...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-02 w00tRemove an old debug log, and fix compile.
2009-05-02 w00tFix: Channel aliases should work a bit more like user...
2009-05-02 w00tReplace $chan to "" for a non-channel command.
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
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...
next