| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refuse to set an extension on the wrong type of extensible. | 2022-01-31 | 1 | -0/+3 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -7/+7 | |
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| * | Make all extensibles use kebab-case for names where possible. | 2021-12-26 | 1 | -1/+1 | |
| * | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -2/+2 | |
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -5/+9 | |
| * | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -27/+11 | |
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| * | Use emplace_back where possible. | 2021-03-30 | 1 | -1/+1 | |
| * | Add a subclass of ExtensionItem exclusively for booleans. | 2021-03-17 | 1 | -2/+2 | |
| * | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -3/+3 | |
| * | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| * | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -3/+3 | |
| * | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -5/+5 | |
| * | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -3/+3 | |
| * | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -3/+3 | |
| * | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 1 | -3/+3 | |
| * | Merge branch 'insp3' into master. | 2020-04-14 | 1 | -2/+4 | |
| |\ | |||||
| | * | Add the inspircd.org/standard-replies capability. | 2020-04-13 | 1 | -2/+4 | |
| * | | 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-03-18 | 1 | -34/+55 | |
| |\| | |||||
| | * | Fix not assigning bits to capabilities correctly.•••This makes it correctly throw when the capability limit is reached and allows up to 64 capabilities to be created instead of 32. | 2020-03-09 | 1 | -2/+2 | |
| | * | Implement support for multi-line CAP responses. | 2020-03-09 | 1 | -32/+53 | |
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -8/+24 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| | * | Add a vendor cap which rejects any attempts to enable it.•••This is similar to the oragono.io/nope capability only instead of killing the connection it just rejects the request. This should be less intrusive for users. | 2020-01-28 | 1 | -0/+18 | |
| | * | Use irc::equals instead of transforming to upper case in CAP. | 2020-01-18 | 1 | -7/+5 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| * | | Replace LocalIntExt with IntExtItem. | 2019-08-13 | 1 | -2/+2 | |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -26/+36 | |
| |\| | |||||
| | * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 1 | -26/+36 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -3/+11 | |
| |\| | |||||
| | * | Fall back to the most recent version supported on "CAP LS".•••This ensures compliance with the behaviour specified in ircv3/ircv3-specifications#371. | 2019-04-19 | 1 | -3/+11 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -7/+7 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -9/+9 | |
| |/ | |||||
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -9/+28 | |
| * | 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. | 2018-07-26 | 1 | -1/+1 | |
| * | Fix some oversights relating to numerics.•••- ERR_CANNOTSENDTOCHAN only takes the channel name and a message. - ERR_INVALIDCAPCMD is 410 not 232. | 2018-04-22 | 1 | -1/+1 | |
| * | Move a bunch of optional module numerics to the module source file. | 2018-04-22 | 1 | -1/+7 | |
| * | Merge tag 'v2.0.25' into master. | 2017-11-12 | 1 | -1/+1 | |
| |\ | |||||
| | * | Fix sending a malformed 410 numeric when sent empty CAP commands. | 2017-10-18 | 1 | -1/+1 | |
| | * | Work around irc::spacesepstream not stripping extraneous spaces. | 2015-12-07 | 1 | -1/+6 | |
