]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_alias.cpp
Replace hardcoded mode letters, part 3
[user/henk/code/inspircd.git] / src / modules / m_alias.cpp
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellCompare to ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 Peter PowellReserve ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarRemove #define MAXPARAMETERS and "MAXPARA" 005 token
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-09-23 attilamolnarFix undefined behavior caused by referencing the return...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
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...
next