aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-04-111-1/+1
* Release v4.10.0. v4.10.0Gravatar Sadie Powell2026-04-041-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2026-03-317-7/+7
* Expose the maximum channel key length to services.Gravatar Sadie Powell2026-03-191-0/+3
* Backport the fix of copying dynamic references from git master.Gravatar Sadie Powell2026-03-171-1/+1
* Add the VF_DEPRECATED flag and warn on load about deprecation.Gravatar Sadie Powell2026-03-091-1/+7
* Fix some minor doxygen warnings.Gravatar Sadie Powell2026-03-083-3/+2
* Remove the inverted parameter from the extban validation method.Gravatar Sadie Powell2026-03-061-3/+2
* Deduplicate command usability checks into Command::IsUsableBy.Gravatar Sadie Powell2026-03-061-0/+5
* Add a validation hook for extbans.Gravatar Sadie Powell2026-03-041-0/+37
* Fix RPL_ENDOFNAMES for real this time.Gravatar Sadie Powell2026-02-281-0/+3
* Fix mistakenly getting monitor notifications for partially connected users.Gravatar Sadie Powell2026-02-231-1/+1
* Allow specifying a module name in SetPriority.Gravatar Sadie Powell2025-12-311-0/+1
* Release v4.9.0. v4.9.0Gravatar Sadie Powell2025-12-061-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2025-12-033-5/+4
* Fix a typo in a previous commit's deprecation message.Gravatar Sadie Powell2025-10-261-1/+1
* Fix allowing expired client certificates in some cases.•••This fixes a regression from v3. Gravatar Sadie Powell2025-10-261-3/+3
* Deprecate the contents of the SSLClientCert namespace.•••This is full of footguns and isn't really needed. Gravatar Sadie Powell2025-10-261-4/+11
* Release v4.8.0. v4.8.0Gravatar Sadie Powell2025-08-021-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2025-08-021-1/+1
* Get the default DNS timeout from the manager instead of the config.Gravatar Sadie Powell2025-05-141-1/+2
* Release v4.7.0. v4.7.0Gravatar Sadie Powell2025-03-281-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2025-03-283-3/+3
* Handle errors from {fmt} in Log::Manager::Write.Gravatar Sadie Powell2025-03-281-1/+9
* Add constants for the common time formats.Gravatar Sadie Powell2025-03-231-0/+12
* Rename ToHuman to ToLongString.•••This name is used by functions in too many places already. Gravatar Sadie Powell2025-03-181-2/+2
* Add a formatting overload of the ModuleException constructor.Gravatar Sadie Powell2025-03-181-0/+12
* Add an flag to ToHuman to shorten the output.Gravatar Sadie Powell2025-03-031-1/+6
* Add Duration::ToHuman and update messages to use it.Gravatar Sadie Powell2025-03-031-0/+7
* Fix some inappropriate uses of ConvToNum.Gravatar Sadie Powell2025-03-011-1/+1
* Splat some unfinished code that made it into the previous commit.Gravatar Sadie Powell2025-03-011-3/+2
* Avoid the use of ConvToStr in string concatenation.•••This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. Gravatar Sadie Powell2025-03-012-4/+6
* Release v4.6.0. v4.6.0Gravatar Sadie Powell2025-02-281-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2025-02-286-6/+6
* Improve the consistency of duration strings.•••Unfortunately because of leap years we can't really make duration strings exact. Because of this we have always added 6 hours on to each year to make it correct over time. However, we did not do this in any kind of consistent way which resulted in weird roundtripped duration strings which made this very confusing for users While I'm touching the duration code I've also cleaned it up. Gravatar Sadie Powell2025-02-281-1/+1
* Fix expanding paths on portable installations.•••Closes #2148. Gravatar Sadie Powell2025-02-151-1/+1
* Move RPL_TIME to the numeric header, unify TIME and ALLTIME.Gravatar Sadie Powell2025-02-051-0/+1
* Convert debug logging from string concatenation to format strings.•••When running in normal mode this will prevent a bunch of expensive string concatenation. Gravatar Sadie Powell2025-01-231-2/+2
* Don't format log messages if we can't actually log them.•••This should prevent debug messages from potentially causing performance issues on production servers. Gravatar Sadie Powell2025-01-111-7/+25
* Release v4.5.0. v4.5.0Gravatar Sadie Powell2025-01-041-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2025-01-041-0/+1
* Optimized membership lookup for large servers•••On our server hosting 150K users we noticed that std::map lookups for user membership were high on the profile. Since there seemed to be no ordered iteration needed we were able to shave a few % off of the profile by changing this to a std::unordered_map Gravatar Glen Miner2024-12-191-1/+1
* Release v4.4.0. v4.4.0Gravatar Sadie Powell2024-11-021-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2024-11-024-4/+4
* Use fmtlib instead of iostream in ConvToStr where available.Gravatar Sadie Powell2024-11-011-1/+10
* All core numerics should be in numeric.h not in .cpp files.Gravatar Sadie Powell2024-10-261-0/+9
* Add support for extbans without letters.Gravatar Sadie Powell2024-10-161-1/+1
* Allow ConfigTag::getCharacter to return NUL for an empty field.Gravatar Sadie Powell2024-10-161-1/+1
* Count services in the global user count.•••This behaviour was always kinda broken so lets just drop it. Gravatar Sadie Powell2024-10-101-1/+1
* Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-10-101-0/+3
|\