index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_alias.cpp
Age
Commit message (
Expand
)
Author
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-12-21
Use FindNickOnly for finding the required nick for an alias.
Peter Powell
2019-09-14
m_alias: Add option to strip colors when matching
linuxdaemon
2019-06-06
Use a less scary message when an alias target is not U-lined.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-01-09
Fix m_alias not initialising 'active' before use.
Peter Powell
2018-12-19
Make more modules rehash atomically (#1535)
linuxdaemon
2018-08-15
Fix aliases that resolve to messages echoing with echo-message.
Peter Powell
2018-08-15
Fix m_alias not reconstituting the RFC message properly.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-10
Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.
Peter Powell
2018-08-10
Remove the original line parameter of On{Pre,Post}Command.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-01-06
Rework message handling.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-09-03
Add support for length arguments in getString.
Peter Powell
2017-08-13
Remove <alias:matchcase> and associated code.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-11-16
Rework the example services aliases.
Peter Powell
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-12-28
Fix some whitespace issues
Attila Molnar
2015-06-03
Add support for channel alias prefixes with multiple characters.
Peter Powell
2015-02-15
Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t...
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-12-15
Change type of some associative containers to their flat versions, including ...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-05-26
Switch to std::string::compare() from substr() in a couple of places
Attila Molnar
2014-01-27
m_alias Remove duplicate checks
Attila Molnar
2014-01-27
m_alias Use equal_range() when searching for aliases
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-19
m_alias Fix out of bounds string access that happened with certain replace st...
Attila Molnar
2014-01-09
Stop null checking pointers that are always valid
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2014-01-04
Add functor that does strict weak ordering based on national_case_insensitive...
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-19
Replace hardcoded mode letters, part 3
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-06
Compare to ServerLimits::MaxLine instead of MAXBUF.
Peter Powell
2013-06-06
Reserve ServerLimits::MaxLine instead of MAXBUF.
Peter Powell
2013-06-06
Merge insp20
attilamolnar
2013-06-01
Remove #define MAXPARAMETERS and "MAXPARA" 005 token
attilamolnar
2013-05-20
Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...
attilamolnar
2013-05-16
Remove unused variables, avoid copies where possible, check empty() instead o...
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
[next]