summaryrefslogtreecommitdiff
path: root/src/modules/m_alias.cpp
AgeCommit message (Expand)Author
2021-03-05Update copyright headers.InspIRCd Robot
2021-02-26Update copyright headers.InspIRCd Robot
2021-02-18Fix the numeric sent when a U-lined alias target is not online.Sadie Powell
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-21Use FindNickOnly for finding the required nick for an alias.Peter Powell
2019-09-14m_alias: Add option to strip colors when matchinglinuxdaemon
2019-06-06Use a less scary message when an alias target is not U-lined.Peter Powell
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-01-09Fix m_alias not initialising 'active' before use.Peter Powell
2018-12-19Make more modules rehash atomically (#1535)linuxdaemon
2018-08-15Fix aliases that resolve to messages echoing with echo-message.Peter Powell
2018-08-15Fix m_alias not reconstituting the RFC message properly.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-08-10Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.Peter Powell
2018-08-10Remove the original line parameter of On{Pre,Post}Command.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-01-06Rework message handling.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2017-09-03Add support for length arguments in getString.Peter Powell
2017-08-13Remove <alias:matchcase> and associated code.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-11-16Rework the example services aliases.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-12-28Fix some whitespace issuesAttila Molnar
2015-06-03Add support for channel alias prefixes with multiple characters.Peter Powell
2015-02-15Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t...Attila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar
2014-06-13Change allocation of InspIRCd::Parser to be physically part of the object con...Attila Molnar
2014-05-26Switch to std::string::compare() from substr() in a couple of placesAttila Molnar
2014-01-27m_alias Remove duplicate checksAttila Molnar
2014-01-27m_alias Use equal_range() when searching for aliasesAttila Molnar
2014-01-21Merge insp20Attila Molnar
2014-01-19m_alias Fix out of bounds string access that happened with certain replace st...Attila Molnar
2014-01-09Stop null checking pointers that are always validAttila Molnar
2014-01-05Introduce Server classAttila Molnar
2014-01-04Add functor that does strict weak ordering based on national_case_insensitive...Attila Molnar
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-19Replace hardcoded mode letters, part 3attilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-06Compare to ServerLimits::MaxLine instead of MAXBUF.Peter Powell
2013-06-06Reserve ServerLimits::MaxLine instead of MAXBUF.Peter Powell
2013-06-06Merge insp20attilamolnar
2013-06-01Remove #define MAXPARAMETERS and "MAXPARA" 005 tokenattilamolnar
2013-05-20Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...attilamolnar