| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 release candidate 2. v4.0.0rc2 | 2024-06-14 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-06-14 | 9 | -7/+9 | |
| | | |||||
| * | Update author list. | 2024-06-14 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into insp4. | 2024-06-13 | 1 | -3/+4 | |
| |\ | |||||
| | * | Update the security policy in preparation of the v4 release. | 2024-06-13 | 1 | -3/+4 | |
| | | | |||||
| * | | Fix a minor print safety issue in configreader. | 2024-06-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove development warning from the readme. | 2024-06-11 | 1 | -4/+0 | |
| | | | |||||
| * | | Link to v4 docs from the issue templates. | 2024-06-11 | 2 | -2/+4 | |
| | | | |||||
| * | | Update Doxygen config and fix some warnings. | 2024-06-11 | 2 | -1/+10 | |
| | | | |||||
| * | | tools/convert-unreal-*: Parse input in linear time | 2024-06-11 | 2 | -31/+15 | |
| | | | | | | | | | | | | | | | | | Non-trivial string slicing on CPython makes a copy of the string, making the overall parsing run in quadratic time. For example, assuming an average field size of 10 bytes, parsing a 1MB file on my computer would take 70s in slicing alone. | ||||
| * | | Add some tools for converting UnrealIRCd databases to InspIRCd. | 2024-06-11 | 2 | -0/+269 | |
| | | | |||||
| * | | Fix some references to --debug that should be --protocoldebug now. | 2024-06-11 | 3 | -8/+12 | |
| | | | |||||
| * | | Remove host-based cloak data from the hmac-sha256-addr link data. | 2024-06-10 | 1 | -4/+7 | |
| | | | |||||
| * | | Fix formatting the user count percentage in MAP. | 2024-06-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Add /GL and /GLOBAL to the generic services config file. | 2024-06-07 | 3 | -6/+2 | |
| | | | |||||
| * | | Rename regex_pcre back to regex_pcre2. | 2024-06-07 | 10 | -11/+11 | |
| | | | | | | | | | | | This rename happened before we had config compatibility and it doesn't make sense to keep it anymore. | ||||
| * | | Update irctest. | 2024-06-07 | 1 | -2/+2 | |
| | | | |||||
| * | | Update irctest. | 2024-06-07 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix a conversion warning in win32service. | 2024-06-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Update the Alpine version in the CI. | 2024-06-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Update the list of distributions we provide packages for. | 2024-06-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove an extraneous semicolon in the SQL module header. | 2024-06-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Release v4.0.0 release candidate 1. v4.0.0rc1 | 2024-06-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Update copyright headers. | 2024-06-07 | 438 | -914/+807 | |
| | | | |||||
| * | | Merge branch 'insp3' into insp4. | 2024-06-07 | 6 | -6/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2024-06-07 | 9 | -11/+11 | |
| | | | |||||
| * | | We will have v4 binary packages shortly. | 2024-06-07 | 1 | -3/+3 | |
| | | | |||||
| * | | Stop referring to v4 in some todos. | 2024-06-07 | 2 | -3/+3 | |
| | | | |||||
| * | | Replace std::aligned_storage with a non-deprecated alternative. | 2024-06-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Add nullability attributes to module functions. | 2024-06-04 | 1 | -65/+65 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2024-06-03 | 3 | -6/+4 | |
| |\| | |||||
| | * | Send an error when a user tries to give a status rank to a non-member. | 2024-06-03 | 1 | -0/+3 | |
| | | | | | | | | | Closes #2097. | ||||
| * | | Merge branch 'insp3' into master. | 2024-05-28 | 1 | -3/+3 | |
| |\| | |||||
| | * | Update irctest. | 2024-05-28 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2024-05-28 | 1 | -18/+27 | |
| |\| | |||||
| | * | Sync the Windows NSIS installer with the latest code from CMake. | 2024-05-27 | 1 | -19/+28 | |
| | | | |||||
| * | | Add support for non-web WebSocket connections. | 2024-05-23 | 2 | -2/+20 | |
| | | | | | | | | | Closes #2066. | ||||
| * | | Abbreviate the date even more in the debug logger. | 2024-05-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Update the INFO output for the current state of things. | 2024-05-21 | 1 | -18/+12 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2024-05-21 | 1 | -14/+14 | |
| |\| | |||||
| | * | Fix the indentation of the contributors list. | 2024-05-21 | 1 | -14/+14 | |
| | | | |||||
| * | | Automatically upload the Windows release. | 2024-05-20 | 1 | -2/+13 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2024-05-20 | 1 | -0/+6 | |
| |\| | |||||
| | * | Fix building on macOS. | 2024-05-16 | 2 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | It seems like Apple have killed the remaining bits of TR1. Thankfully, all Apple systems we support now have a C++11 compiler so we can just force that on macOS. [skip alpine ci] [skip irctest ci] [skip ubuntu ci] [skip windows ci] | ||||
| | * | Deallocate the old MySQL connection on connect if one exists. | 2024-05-03 | 1 | -0/+6 | |
| | | | |||||
| * | | Resend the customversion when it changes. | 2024-05-18 | 1 | -0/+7 | |
| | | | |||||
| * | | Make passwords for oper accounts optional. | 2024-05-16 | 6 | -10/+29 | |
| | | | | | | | | | | | | | This allows restricting an oper account based on other data such as TLS fingerprint or services account but without logging them in automatically like autologin. | ||||
| * | | Don't allow users to opt-in to older versions of Argon2. | 2024-05-10 | 1 | -8/+1 | |
| | | | |||||
| * | | Add SRV record support to the mysql module. | 2024-05-10 | 1 | -2/+17 | |
| | | | |||||
| * | | Fix opmoderated messages appearing in the channel history. | 2024-05-06 | 1 | -9/+2 | |
| | | | |||||
