| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -6/+6 | |
| | | |||||
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -2/+2 | |
| | | |||||
| * | Fix some unnecessary string copies. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | | |||||
| | * | Update module descriptions. | 2022-12-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Update module descriptions. | 2022-12-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove some unused method arguments. | 2022-10-12 | 1 | -3/+3 | |
| | | | |||||
| * | | Replace *foo.rbegin() with foo.end(). | 2022-10-01 | 1 | -2/+1 | |
| | | | |||||
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| | | | |||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -7/+7 | |
| | | | |||||
| * | | 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. | 2020-03-09 | 1 | -2/+2 | |
| | | | | | | | | | | | This makes it correctly throw when the capability limit is reached and allows up to 64 capabilities to be created instead of 32. | ||||
| | * | 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. | 2020-01-28 | 1 | -0/+18 | |
| | | | | | | | | | | | | | 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. | ||||
| | * | 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 | |
| | | | |||||
