| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright headers. | InspIRCd Robot | 2021-03-05 | 1 | -2/+2 |
| * | Update copyright headers. | InspIRCd Robot | 2021-02-26 | 1 | -2/+2 |
| * | Fix the numeric sent when a U-lined alias target is not online. | Sadie Powell | 2021-02-18 | 1 | -2/+3 |
| * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -1/+1 |
| * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -4/+9 |
| * | Use FindNickOnly for finding the required nick for an alias. | Peter Powell | 2019-12-21 | 1 | -1/+1 |
| * | m_alias: Add option to strip colors when matching | linuxdaemon | 2019-09-14 | 1 | -1/+9 |
| * | Use a less scary message when an alias target is not U-lined.•••99% of cases of this are due to misconfigurations not due to
underhanded behaviour.
| Peter Powell | 2019-06-06 | 1 | -1/+1 |
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -3/+3 |
| * | Fix m_alias not initialising 'active' before use. | Peter Powell | 2019-01-09 | 1 | -0/+1 |
| * | Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so
any errors don't result in partial application of the configs
| linuxdaemon | 2018-12-19 | 1 | -7/+15 |
| * | Fix aliases that resolve to messages echoing with echo-message.•••Fixes #1459.
| Peter Powell | 2018-08-15 | 1 | -0/+15 |
| * | Fix m_alias not reconstituting the RFC message properly. | Peter Powell | 2018-08-15 | 1 | -2/+2 |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com>
| Peter Powell | 2018-08-13 | 1 | -1/+1 |
| * | Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.•••This simplifies the logic of irc::tokenparser considerably and
removes all of the magic index guessing that was used previously.
| Peter Powell | 2018-08-10 | 1 | -2/+2 |
| * | Remove the original line parameter of On{Pre,Post}Command.•••In the brave new world of message tags and alternate wire formats
this is no longer something that is appropriate to expose.
In reality it was only ever used by m_alias which now reconstitutes
the command name and parameters into a RFC 1459-style message for
whatever it needs to do.
| Peter Powell | 2018-08-10 | 1 | -1/+16 |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
| Peter Powell | 2018-07-26 | 1 | -2/+2 |
| * | Rework message handling.•••- Move all message-related types to their own header to make moving
them to a cross-module events easier.
- Rename OnUserMessage to OnUserPostMessage.
- Rename OnText to OnUserMessage.
- Replace the dest, target_type, and status parameters with the
MessageTarget class.
- Replace the text, exempt_list, and msgtype parameters with the
MessageDetails struct.
- Add echooriginal and originaltext to the MessageDetails struct
to allow spam filtering to not be broken by cap echo-message.
| Peter Powell | 2018-01-06 | 1 | -7/+7 |
| * | Fix a ton of -Wsign-conversion warnings. | Peter Powell | 2017-11-17 | 1 | -1/+1 |
| * | Hide User#host and User#dhost and use accessors to modify them.•••This removes the need to invalidate the cache after changing a
user's hostname.
| Peter Powell | 2017-10-28 | 1 | -2/+2 |
| * | Add support for length arguments in getString. | Peter Powell | 2017-09-03 | 1 | -2/+1 |
| * | Remove <alias:matchcase> and associated code.•••This was never documented and seems pretty useless.
| Peter Powell | 2017-08-13 | 1 | -14/+2 |
| * | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
| Peter Powell | 2017-07-12 | 1 | -1/+1 |
| * | Rework the example services aliases.•••- Split common stuff into a generic configuration file.
- Reserve all nicknames used by services by default.
- Exempt all services clients from filtering.
- Add missing aliases for services pseudoclients.
| Peter Powell | 2016-11-16 | 1 | -3/+8 |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar | 2016-02-25 | 1 | -2/+2 |
| * | Fix some whitespace issues | Attila Molnar | 2015-12-28 | 1 | -1/+1 |
| * | Add support for channel alias prefixes with multiple characters. | Peter Powell | 2015-06-03 | 1 | -9/+9 |
| * | Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t... | Attila Molnar | 2015-02-15 | 1 | -1/+1 |
| * | Reduce std::string::substr() usage•••substr() returns a new string while erase() and assign() modify the existing one
| Attila Molnar | 2015-01-10 | 1 | -2/+2 |
| * | Change type of some associative containers to their flat versions, including ... | Attila Molnar | 2014-12-15 | 1 | -1/+1 |
| * | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar | 2014-06-13 | 1 | -1/+1 |
| * | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar | 2014-05-26 | 1 | -5/+5 |
| * | m_alias Remove duplicate checks | Attila Molnar | 2014-01-27 | 1 | -7/+3 |
| * | m_alias Use equal_range() when searching for aliases | Attila Molnar | 2014-01-27 | 1 | -19/+6 |
| * | Merge insp20 | Attila Molnar | 2014-01-21 | 1 | -2/+2 |
| |\ |
|
| | * | m_alias Fix out of bounds string access that happened with certain replace st... | Attila Molnar | 2014-01-19 | 1 | -2/+2 |
| * | | Stop null checking pointers that are always valid | Attila Molnar | 2014-01-09 | 1 | -1/+1 |
| * | | Introduce Server class•••- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
| Attila Molnar | 2014-01-05 | 1 | -1/+1 |
| * | | Add functor that does strict weak ordering based on national_case_insensitive... | Attila Molnar | 2014-01-04 | 1 | -16/+16 |
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam | 2013-11-12 | 1 | -2/+2 |
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -12/+2 |
| * | | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |
| * | | Replace hardcoded mode letters, part 3•••This changes most remaining User::IsModeSet() calls to use ModeReferences for modes that were created by other modules or the core
| attilamolnar | 2013-07-19 | 1 | -1/+7 |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | | Compare to ServerLimits::MaxLine instead of MAXBUF. | Peter Powell | 2013-06-06 | 1 | -1/+1 |
| * | | Reserve ServerLimits::MaxLine instead of MAXBUF. | Peter Powell | 2013-06-06 | 1 | -1/+1 |
| * | | Merge insp20 | attilamolnar | 2013-06-06 | 1 | -1/+1 |
| |\| |
|
| | * | Remove unused variables, avoid copies where possible, check empty() instead o...•••Most of these were detected by cppcheck
| attilamolnar | 2013-05-16 | 1 | -1/+1 |
| * | | Remove #define MAXPARAMETERS and "MAXPARA" 005 token | attilamolnar | 2013-06-01 | 1 | -1/+1 |