| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move standard replies to the core and add remote reply support. | 2026-03-01 | 2 | -171/+35 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2026-02-26 | 1 | -1/+1 | |
| |\ | |||||
| | * | Fix mistakenly getting monitor notifications for partially connected users. | 2026-02-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Allow the use of extended bans in more scenarios. | 2026-01-05 | 1 | -17/+53 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2025-12-07 | 2 | -4/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-12-03 | 2 | -4/+3 | |
| | | | |||||
| * | | Start splitting the user I/O interface from the network socket. | 2025-10-26 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2025-10-26 | 1 | -38/+2 | |
| |\| | |||||
| | * | 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. | ||||
| * | | Merge branch 'insp4' | 2025-08-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-08-02 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2025-05-18 | 1 | -1/+2 | |
| |\| | |||||
| | * | Get the default DNS timeout from the manager instead of the config. | 2025-05-14 | 1 | -1/+2 | |
| | | | |||||
| * | | Add <security:banrealmask>. | 2025-04-16 | 1 | -8/+12 | |
| | | | |||||
| * | | Refuse to hash passwords using insecure algorithms in MKPASSWD. | 2025-04-13 | 1 | -0/+3 | |
| | | | |||||
| * | | Fix hash documentation. | 2025-04-13 | 1 | -3/+3 | |
| | | | |||||
| * | | Rename newhash to hash now its the only option. | 2025-04-06 | 1 | -0/+0 | |
| | | | |||||
| * | | Delete the old hashing interface and modules. | 2025-04-06 | 1 | -80/+0 | |
| | | | |||||
| * | | Add the new hashing interface, port consumer modules to use it. | 2025-04-06 | 1 | -0/+315 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2025-03-29 | 2 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-03-28 | 2 | -2/+2 | |
| | | | |||||
| * | | Only include <sstream> from files that actually use it. | 2025-03-22 | 1 | -0/+2 | |
| | | | |||||
| * | | Add support for usernames in the cloaking system. | 2025-03-14 | 1 | -3/+57 | |
| | | | |||||
| * | | Rename Cloak::Method::Generate to Cloak::Method::Cloak. | 2025-03-14 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2025-03-02 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix some inappropriate uses of ConvToNum. | 2025-03-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2025-03-01 | 1 | -2/+2 | |
| |\| | |||||
| | * | Avoid the use of ConvToStr in string concatenation. | 2025-03-01 | 1 | -2/+2 | |
| | | | | | | | | | | | This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | ||||
| * | | Merge branch 'insp4' into master. | 2024-11-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Add support for extbans without letters. | 2024-10-16 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2024-09-30 | 1 | -34/+37 | |
| |\| | |||||
| | * | Add a type alias for the extban letter type. | 2024-09-27 | 1 | -8/+11 | |
| | | | |||||
| | * | Clean up the names of some variables in the extban header. | 2024-09-27 | 1 | -31/+31 | |
| | | | |||||
| * | | Make the server protocol APIs use a reference instead of a pointer. | 2024-09-19 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2024-09-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2024-09-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 2 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2024-08-18 | 1 | -2/+2 | |
| |\| | |||||
| | * | Add a formatting overload to {Membership,User}::Write(Remote)Notice. | 2024-08-18 | 1 | -2/+2 | |
| | | | |||||
| * | | Add a skeleton of the account provider API. | 2024-08-06 | 1 | -1/+24 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2024-07-24 | 1 | -3/+3 | |
| |\| | |||||
| | * | Update all usages of ProtocolServer to use Server. | 2024-07-24 | 1 | -3/+3 | |
| | | | |||||
| * | | Remove support for the v3 server protocol. | 2024-07-23 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2024-07-06 | 1 | -0/+5 | |
| |\| | |||||
| | * | Unregister extbans when the providing module is unloaded. | 2024-07-06 | 1 | -0/+5 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2024-06-23 | 2 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2024-06-21 | 2 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2024-06-17 | 1 | -1/+1 | |
| |\| | |||||
