]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_alias.cpp
Remove UserManager::GarbageCollect()
[user/henk/code/inspircd.git] / src / modules / m_alias.cpp
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-03 Attila MolnarMerge pull request #1044 from SaberUK/master+multichar...
2015-06-03 Peter PowellAdd support for channel alias prefixes with multiple...
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-15 Attila MolnarConvert mods calling the old compat wrapper of ModuleMa...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-05-26 Attila MolnarSwitch to std::string::compare() from substr() in a...
2014-04-07 Attila MolnarMerge insp20
2014-01-27 Attila Molnarm_alias Remove duplicate checks
2014-01-27 Attila Molnarm_alias Use equal_range() when searching for aliases
2014-01-21 Attila MolnarMerge insp20
2014-01-19 Attila Molnarm_alias Fix out of bounds string access that happened...
2014-01-09 Attila MolnarStop null checking pointers that are always valid
2014-01-05 Attila MolnarIntroduce Server class
2014-01-04 Attila MolnarAdd functor that does strict weak ordering based on...
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
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...
next