| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some places where U-line -> service was missed. | Sadie Powell | 2021-08-29 | 1 | -1/+1 |
| * | Remove a bunch of unnecessary whitespace. | Sadie Powell | 2021-08-17 | 1 | -1/+0 |
| * | Migrate collections from insert to emplace. | Sadie Powell | 2021-04-18 | 1 | -1/+1 |
| * | Constify variables within loops. | Sadie Powell | 2021-04-01 | 1 | -1/+1 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-05 | 1 | -2/+2 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-03-05 | 1 | -2/+2 |
| * | | Move iterator_range to the utility directory and renamespace. | Sadie Powell | 2021-03-02 | 1 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-02-28 | 1 | -4/+5 |
| |\| |
|
| | * | 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 |
| * | | Rename <alias:uline> to <alias:service>. | Sadie Powell | 2021-01-30 | 1 | -4/+4 |
| * | | Use references instead of pointers for aliases. | Sadie Powell | 2020-11-11 | 1 | -18/+18 |
| * | | Add stdalgo::equal_range and switch more stuff to iterator_range. | Sadie Powell | 2020-11-11 | 1 | -12/+12 |
| * | | Initial support for platform-specific module file extensions. | Sadie Powell | 2020-11-04 | 1 | -1/+1 |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | Sadie Powell | 2020-11-03 | 1 | -2/+2 |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-10-31 | 1 | -1/+1 |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible
with the previous config tag system.
| Sadie Powell | 2020-10-31 | 1 | -3/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -1/+1 |
| |\| |
|
| | * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -1/+1 |
| |\| |
|
| | * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -6/+2 |
| * | | Move FindNickOnly to UserManager. | Sadie Powell | 2020-02-09 | 1 | -1/+1 |
| * | | Use C++11 inline initialisation for class members. | Sadie Powell | 2020-02-06 | 1 | -2/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -4/+9 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -4/+9 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-01 | 1 | -1/+1 |
| |\| |
|
| | * | Use FindNickOnly for finding the required nick for an alias. | Peter Powell | 2019-12-21 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-09-23 | 1 | -1/+9 |
| |\| |
|
| | * | m_alias: Add option to strip colors when matching | linuxdaemon | 2019-09-14 | 1 | -1/+9 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-07-16 | 1 | -1/+1 |
| |\| |
|
| | * | 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 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -3/+3 |
| |\| |
|
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -3/+3 |
| * | | SnomaskManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -1/+1 |
| * | | ModuleManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -2/+2 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -6/+6 |
| |/ |
|
| * | 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 |