| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| * | Fix aliases which require routing to be broadcast out. | 2022-01-19 | 1 | -5/+10 | |
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -2/+2 | |
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | Fix some places where U-line -> service was missed. | 2021-08-29 | 1 | -1/+1 | |
| * | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| * | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -2/+2 | |
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -4/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -2/+2 | |
| | * | Fix the numeric sent when a U-lined alias target is not online. | 2021-02-18 | 1 | -2/+3 | |
| * | | Rename <alias:uline> to <alias:service>. | 2021-01-30 | 1 | -4/+4 | |
| * | | Use references instead of pointers for aliases. | 2020-11-11 | 1 | -18/+18 | |
| * | | Add stdalgo::equal_range and switch more stuff to iterator_range. | 2020-11-11 | 1 | -12/+12 | |
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -1/+1 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -2/+2 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 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. | 2020-10-31 | 1 | -3/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+2 | |
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -4/+9 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+9 | |
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Use FindNickOnly for finding the required nick for an alias. | 2019-12-21 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -1/+9 | |
| |\| | |||||
| | * | m_alias: Add option to strip colors when matching | 2019-09-14 | 1 | -1/+9 | |
| * | | Merge branch 'insp3' into master. | 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. | 2019-06-06 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -3/+3 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -3/+3 | |
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -6/+6 | |
| |/ | |||||
| * | Fix m_alias not initialising 'active' before use. | 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 | 2018-12-19 | 1 | -7/+15 | |
| * | Fix aliases that resolve to messages echoing with echo-message.•••Fixes #1459. | 2018-08-15 | 1 | -0/+15 | |
| * | Fix m_alias not reconstituting the RFC message properly. | 2018-08-15 | 1 | -2/+2 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 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. | 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. | 2018-08-10 | 1 | -1/+16 | |
