| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix native WebSocket pings. | 2026-06-20 | 1 | -1/+2 | |
| | | |||||
| * | Allow an event hook for after messages are sent to a client. | 2026-06-17 | 1 | -0/+15 | |
| | | |||||
| * | Allow modules to control which clients receive an ISupport diff. | 2026-06-17 | 1 | -0/+4 | |
| | | |||||
| * | Add a getter for the numeric to ClientProtocol::Messages::Numeric. | 2026-06-17 | 1 | -6/+12 | |
| | | |||||
| * | Add a WriteNumeric overload that takes a vector of numerics. | 2026-06-17 | 1 | -0/+2 | |
| | | |||||
| * | Allow modules to send the ISupport list to clients. | 2026-06-17 | 1 | -0/+29 | |
| | | |||||
| * | Release v4.11.0. v4.11.0 | 2026-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2026-06-05 | 92 | -92/+92 | |
| | | |||||
| * | Fix escaping LDAP search filters in ldapauth and ldapoper. | 2026-06-05 | 1 | -0/+2 | |
| | | |||||
| * | Port over some recent changes to the Anope LDAP API. | 2026-06-05 | 1 | -0/+11 | |
| | | |||||
| * | Allow omitting an extban character by default. | 2026-05-30 | 1 | -4/+4 | |
| | | | | | | Character extbans are deprecated anyway and this makes it easier for modules to opt-out of providing one. | ||||
| * | Update copyright headers. | 2026-04-11 | 1 | -1/+1 | |
| | | |||||
| * | Release v4.10.0. v4.10.0 | 2026-04-04 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2026-03-31 | 7 | -7/+7 | |
| | | |||||
| * | Expose the maximum channel key length to services. | 2026-03-19 | 1 | -0/+3 | |
| | | |||||
| * | Backport the fix of copying dynamic references from git master. | 2026-03-17 | 1 | -1/+1 | |
| | | |||||
| * | Add the VF_DEPRECATED flag and warn on load about deprecation. | 2026-03-09 | 1 | -1/+7 | |
| | | |||||
| * | Fix some minor doxygen warnings. | 2026-03-08 | 3 | -3/+2 | |
| | | |||||
| * | Remove the inverted parameter from the extban validation method. | 2026-03-06 | 1 | -3/+2 | |
| | | |||||
| * | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-06 | 1 | -0/+5 | |
| | | |||||
| * | Add a validation hook for extbans. | 2026-03-04 | 1 | -0/+37 | |
| | | |||||
| * | Fix RPL_ENDOFNAMES for real this time. | 2026-02-28 | 1 | -0/+3 | |
| | | |||||
| * | Fix mistakenly getting monitor notifications for partially connected users. | 2026-02-23 | 1 | -1/+1 | |
| | | |||||
| * | Allow specifying a module name in SetPriority. | 2025-12-31 | 1 | -0/+1 | |
| | | |||||
| * | Release v4.9.0. v4.9.0 | 2025-12-06 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2025-12-03 | 3 | -5/+4 | |
| | | |||||
| * | Fix a typo in a previous commit's deprecation message. | 2025-10-26 | 1 | -1/+1 | |
| | | |||||
| * | Fix allowing expired client certificates in some cases. | 2025-10-26 | 1 | -3/+3 | |
| | | | | | This fixes a regression from v3. | ||||
| * | Deprecate the contents of the SSLClientCert namespace. | 2025-10-26 | 1 | -4/+11 | |
| | | | | | This is full of footguns and isn't really needed. | ||||
| * | Release v4.8.0. v4.8.0 | 2025-08-02 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2025-08-02 | 1 | -1/+1 | |
| | | |||||
| * | Get the default DNS timeout from the manager instead of the config. | 2025-05-14 | 1 | -1/+2 | |
| | | |||||
| * | Release v4.7.0. v4.7.0 | 2025-03-28 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2025-03-28 | 3 | -3/+3 | |
| | | |||||
| * | Handle errors from {fmt} in Log::Manager::Write. | 2025-03-28 | 1 | -1/+9 | |
| | | |||||
| * | Add constants for the common time formats. | 2025-03-23 | 1 | -0/+12 | |
| | | |||||
| * | Rename ToHuman to ToLongString. | 2025-03-18 | 1 | -2/+2 | |
| | | | | | This name is used by functions in too many places already. | ||||
| * | Add a formatting overload of the ModuleException constructor. | 2025-03-18 | 1 | -0/+12 | |
| | | |||||
| * | Add an flag to ToHuman to shorten the output. | 2025-03-03 | 1 | -1/+6 | |
| | | |||||
| * | Add Duration::ToHuman and update messages to use it. | 2025-03-03 | 1 | -0/+7 | |
| | | |||||
| * | Fix some inappropriate uses of ConvToNum. | 2025-03-01 | 1 | -1/+1 | |
| | | |||||
| * | Splat some unfinished code that made it into the previous commit. | 2025-03-01 | 1 | -3/+2 | |
| | | |||||
| * | Avoid the use of ConvToStr in string concatenation. | 2025-03-01 | 2 | -4/+6 | |
| | | | | | | This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | ||||
| * | Release v4.6.0. v4.6.0 | 2025-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2025-02-28 | 6 | -6/+6 | |
| | | |||||
| * | Improve the consistency of duration strings. | 2025-02-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | 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. | ||||
| * | Fix expanding paths on portable installations. | 2025-02-15 | 1 | -1/+1 | |
| | | | | | Closes #2148. | ||||
| * | Move RPL_TIME to the numeric header, unify TIME and ALLTIME. | 2025-02-05 | 1 | -0/+1 | |
| | | |||||
| * | Convert debug logging from string concatenation to format strings. | 2025-01-23 | 1 | -2/+2 | |
| | | | | | | When running in normal mode this will prevent a bunch of expensive string concatenation. | ||||
| * | Don't format log messages if we can't actually log them. | 2025-01-11 | 1 | -7/+25 | |
| | | | | | | This should prevent debug messages from potentially causing performance issues on production servers. | ||||
