| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| * | Rename ToHuman to ToLongString.•••This name is used by functions in too many places already. | 2025-03-18 | 1 | -1/+1 | |
| * | Use Duration::ToHuman instead of seconds in various messages. | 2025-03-03 | 1 | -2/+3 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+3 | |
| * | Fix mode error messages when the character has been remapped. | 2023-08-16 | 1 | -1/+2 | |
| * | Allow customising who can receive the joinflood close notification.•••Closes #1747. | 2023-05-07 | 1 | -1/+5 | |
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -1/+2 | |
| * | Replace ModeAction with bool.•••This enum is functionally the same as bool but with weird semantics. | 2023-01-22 | 1 | -4/+4 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 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 | |
| * | | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -0/+1 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -2/+2 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -2/+1 | |
| * | | Move numeric helper classes to their own header. | 2022-06-26 | 1 | -0/+1 | |
| * | | Modernize the syntax of various templates. | 2022-06-23 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -6/+0 | |
| |\| | |||||
| | * | Use ERR_UNAVAILRESOURCE for things that should be retried later.•••Also move it to the global numerics header to avoid duplication. | 2022-04-12 | 1 | -6/+0 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| * | | Fix various edge cases in extensible synchronisation.•••- Fix not forwarding the accountid extensible if it is set. - Rename the variadic Set() overload to SetFwd(). - Re-add the `const T&` overload of Set(). - Move `bool synced` to SimpleExtItem from StringExtItem. - Only sync extensibles if their instance is marked as syncable. | 2022-01-21 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| * | | Mark more mode classes as final. | 2021-10-01 | 1 | -1/+1 | |
| * | | Mark all mode classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 1 | -3/+4 | |
| |\| | |||||
| | * | Fix joinflood overwriting the bootwait timer on split. | 2021-06-18 | 1 | -1/+1 | |
| | * | Fix joinflood applying the bootwait timeout to rehashes. | 2021-06-18 | 1 | -2/+3 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -2/+2 | |
| * | | Add a forwarding overload of SimpleExtItem#Set. | 2021-03-17 | 1 | -1/+1 | |
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 1 | -1/+1 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -2/+21 | |
| |\| | |||||
| | * | Add an option to allow disengaging joinflood on initial boot. | 2020-10-12 | 1 | -0/+4 | |
| | * | Add an option to allow disengaging joinflood after a netsplit. | 2020-10-12 | 1 | -3/+21 | |
| * | | 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 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -3/+4 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -3/+5 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -0/+1 | |
| |\| | |||||
| | * | Show the mode syntax in ERR_INVALIDMODEPARAM. | 2019-06-12 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -2/+2 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -2/+2 | |
