| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix missing virtual dtors in types with virtual methods.•••This is fine currently but is a potential future cause of bugs. | 2026-06-13 | 9 | -2/+21 | ||
| * | | Use the C++20 range copy function instead of strcpy. | 2026-06-13 | 2 | -6/+4 | ||
| * | | Use aggregate initialisation instead of memset. | 2026-06-13 | 10 | -40/+21 | ||
| * | | Fix a missing function check. | 2026-06-13 | 1 | -0/+1 | ||
| * | | Fix some oversights from 425dbe19. | 2026-06-12 | 4 | -7/+20 | ||
| * | | Improve the advice in the help file.•••- Don't suggest using sudo when built with ownership disabled - Suggest using the service on Windows. | 2026-06-12 | 1 | -0/+6 | ||
| * | | Use a better preprocessor in configure_script. | 2026-06-12 | 2 | -15/+46 | ||
| * | | Fix --disable-ownership. | 2026-06-12 | 1 | -1/+1 | ||
| * | | Switch all uses of CWin32Exception to CoreException.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2026-06-11 | 3 | -74/+21 | ||
| * | | Move warnings from win32wrapper to CMake.•••Also cull most of the warnings because they're obsolete or things we want to know about. [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2026-06-11 | 2 | -39/+9 | ||
| * | | Remove the Windows memory wrapper.•••I have consulted the Microsoft documentation and this has not been necessary for a long time. Providing all of the libraries share the same CRT it should work fine. [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2026-06-11 | 2 | -68/+0 | ||
| * | | Upload a build artifact for non-releases on Windows.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2026-06-11 | 1 | -1/+8 | ||
| * | | Fix some warnings caused by CreateFakePointer with small types. | 2026-06-11 | 1 | -2/+2 | ||
| * | | Fix a crash on shutdown. | 2026-06-11 | 1 | -3/+4 | ||
| * | | Fix checking for PIC support.•••Some systems (e.g. Haiku) require check_pie_supported to be called to properly detect support for position-independent executables. | 2026-06-10 | 1 | -0/+2 | ||
| * | | Use a hash reference in sqlauth to avoid repeated lookups. | 2026-06-10 | 1 | -10/+11 | ||
| * | | Make the hash and regex providers use strict references. | 2026-06-10 | 2 | -2/+2 | ||
| * | | Switch Time::ToString to use re-entrant time functions.•••This is safer and has a cleaner failure path (if the functions fail the struct remains zero initialised). I have also removed some legacy checks that aren't needed now we use strftime not asctime. | 2026-06-10 | 2 | -20/+44 | ||
| * | | Fix storing configuration tags in the wrong container type. | 2026-06-09 | 1 | -1/+1 | ||
| * | | Refactor the waitpong module. | 2026-06-09 | 1 | -26/+23 | ||
| * | | Merge branch 'insp4' into master. | 2026-06-08 | 2 | -5/+25 | ||
| |\| | ||||||
| | * | Collapse massive date ranges in mkheaders. | 2026-06-08 | 1 | -5/+9 | ||
| | * | Send a SASL abort for pending authentications on disconnect. | 2026-06-08 | 1 | -0/+16 | ||
| * | | Use red/green for boolean prompts like in v4. | 2026-06-08 | 1 | -3/+6 | ||
| * | | Default to the current state in `modulemanager extra interactive`. | 2026-06-08 | 1 | -2/+3 | ||
| * | | Fix flag processing and sorting by priority in the swhois module.•••Co-authored-by: Kufat <kufat@kufat.net> | 2026-06-08 | 1 | -10/+13 | ||
| * | | Fix a typo in the swhois module. | 2026-06-07 | 1 | -1/+1 | ||
| * | | Fix some code that was accidentally removed in the latest merge. | 2026-06-07 | 1 | -0/+12 | ||
| * | | Fix an off by one error in the swhois module.•••Co-authored-by: Kufat <kufat@kufat.net> | 2026-06-07 | 1 | -1/+1 | ||
| * | | Merge branch 'insp4' into master. | 2026-06-06 | 19 | -29/+19 | ||
| |\| | ||||||
| | * | Update the refs used in the irctest runner.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2026-06-06 | 1 | -2/+2 | ||
| | * | Release v4.11.0. v4.11.0 | 2026-06-05 | 2 | -2/+2 | ||
| | * | Update copyright headers. | 2026-06-05 | 470 | -470/+472 | ||
| * | | Merge branch 'insp4' into master. | 2026-06-06 | 9 | -187/+427 | ||
| |\| | ||||||
| | * | Fix escaping LDAP search filters in ldapauth and ldapoper. | 2026-06-05 | 3 | -11/+18 | ||
| | * | Port over some recent changes to the Anope LDAP API. | 2026-06-05 | 2 | -0/+85 | ||
| | * | Fix unnecessary truncation of numbers in some stats output. | 2026-06-05 | 1 | -4/+4 | ||
| | * | Update author list. | 2026-06-04 | 1 | -2/+4 | ||
| | * | Update the vendored libraries. | 2026-06-04 | 3 | -169/+248 | ||
| | * | Add support for HAProxy certificate fingerprint in PROXY protocol. | 2026-06-04 | 1 | -13/+86 | ||
| | * | Warn about some potentially problematic <wsorigin> values. | 2026-06-03 | 1 | -0/+6 | ||
| * | | Update my email address. | 2026-06-06 | 463 | -463/+463 | ||
| * | | Release v5.0.0 development snapshot 5. v5.0.0dev5 | 2026-06-01 | 1 | -1/+1 | ||
| * | | Bump <sslprofile:mindhbits> to 2048. | 2026-05-31 | 1 | -1/+1 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-31 | 7 | -16/+60 | ||
| |\| | ||||||
| | * | Fix FJOINs wrapped by the compat layer not being prefixed properly. | 2026-05-31 | 1 | -1/+1 | ||
| | * | Allow omitting an extban character by default.•••Character extbans are deprecated anyway and this makes it easier for modules to opt-out of providing one. | 2026-05-30 | 1 | -4/+4 | ||
| | * | Improve <database> tag formatting in the example configs. | 2026-05-30 | 1 | -5/+30 | ||
| | * | Allow <database:tls> to work on MySQL forks that use the old API.•••Closes #2212. | 2026-05-30 | 1 | -3/+6 | ||
| | * | Fix <database:ssl> not being called <database:tls> as documented. | 2026-05-29 | 1 | -1/+2 | ||
