]> 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
2021-03-05 InspIRCd RobotUpdate copyright headers.
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-02-18 Sadie PowellFix the numeric sent when a U-lined alias target is...
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-12-21 Peter PowellUse FindNickOnly for finding the required nick for...
2019-09-14 linuxdaemonm_alias: Add option to strip colors when matching
2019-06-06 Peter PowellUse a less scary message when an alias target is not...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-01-09 Peter PowellFix m_alias not initialising 'active' before use.
2018-12-19 linuxdaemonMake more modules rehash atomically (#1535)
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellFix aliases that resolve to messages echoing with echo...
2018-08-15 Peter PowellFix m_alias not reconstituting the RFC message properly.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-10 Peter PowellSplit irc::tokenparser::GetToken into GetMiddle and...
2018-08-10 Peter PowellRemove the original line parameter of On{Pre,Post}Command.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-01-06 Peter PowellRework message handling.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-03 Peter PowellAdd support for length arguments in getString.
2017-08-13 Peter PowellRemove <alias:matchcase> and associated code.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #1211 from SaberUK/master+override
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellAdd CXX11_OVERRIDE to overridden members that lack it.
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-11-16 Attila MolnarMerge pull request #1234 from SaberUK/master+config2
2016-11-16 Peter PowellRework the example services aliases.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-12-28 Attila MolnarFix some whitespace issues
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
next