| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the nationalchars module.•••This is mostly undocumented, partially broken, and is replaced by the codepage module which will soon be extended to support UTF-8 ranges to entirely replace it. | 2022-01-31 | 1 | -453/+0 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| * | Fix the previous commit on Windows. | 2022-01-16 | 1 | -1/+1 | |
| * | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -4/+7 | |
| * | 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 | |
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -0/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -3/+0 | |
| * | | Used std::move where it is needed | 2021-06-21 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -19/+19 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -19/+19 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -4/+4 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -4/+4 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -1/+1 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -2/+2 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| * | | Rename NickMax to MaxNick for consistency with the other limits. | 2020-11-27 | 1 | -1/+1 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 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 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+11 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -3/+9 | |
| | * | Explicitly reject nicks beginning with a number in nationalchars.•••Closes #1745. | 2020-01-07 | 1 | -1/+1 | |
| | * | Fix linking servers that are using the nationalchars module.•••Closes #1744. | 2020-01-06 | 1 | -1/+1 | |
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -2/+0 | |
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 1 | -1/+7 | |
| |\| | |||||
| | * | Change Config->CaseMapping back when unloading.•••Now that casemapping is configurable in the core and we set that Config variable rather than just modifying the ISupport output each time, we need to change the variable back when being unloaded. So we save the current value when loading and set it back when being unloaded. We also need to call the ISupport builder a second time as the core calls it before we destruct. | 2019-11-18 | 1 | -1/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update most URLs to use HTTPS and fix some dead links. | 2019-03-14 | 1 | -2/+2 | |
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| * | | Remove support for the deprecated rfc1459 casemapping,•••Closes #1017. | 2019-01-25 | 1 | -2/+2 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -3/+3 | |
| * | | Replace the TR1NS macro with the std namespace. | 2019-01-25 | 1 | -1/+1 | |
| |/ | |||||
| * | Convert IsNick to std::function. | 2017-11-25 | 1 | -5/+4 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -1/+1 | |
| * | Implement support for configurable casemapping & default to ASCII. | 2017-09-08 | 1 | -7/+3 | |
| * | Merge insp20 | 2016-02-22 | 1 | -5/+14 | |
| |\ | |||||
| | * | Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. | 2015-06-14 | 1 | -5/+14 | |
| * | | Nuke m_watch | 2016-01-06 | 1 | -5/+0 | |
