aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-017-171/+222
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-281-0/+3
|\
| * Fix RPL_ENDOFNAMES for real this time.Gravatar Sadie Powell2026-02-281-0/+3
* | Implement support for per-command maximum targets.•••Closes #2157. Gravatar Sadie Powell2026-02-272-4/+17
* | Move ERR_USERONCHANNEL to the global numeric header.Gravatar Sadie Powell2026-02-261-0/+1
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-261-1/+1
|\|
| * Fix mistakenly getting monitor notifications for partially connected users.Gravatar Sadie Powell2026-02-231-1/+1
* | Add a numeric helper for ERR_NOPRIVILEGES.Gravatar Sadie Powell2026-02-262-1/+25
* | Unify command_parse and ctables.Gravatar Sadie Powell2026-02-154-151/+124
* | Remove InValidMask as it only has one unnecessary use.Gravatar Sadie Powell2026-02-121-6/+0
* | Add support for local-only X-lines, remove K-lines.Gravatar Sadie Powell2026-01-202-47/+7
* | Allow the use of extended bans in more scenarios.Gravatar Sadie Powell2026-01-051-17/+53
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-01-041-0/+1
|\|
| * Allow specifying a module name in SetPriority.Gravatar Sadie Powell2025-12-311-0/+1
* | Add join time to the membership identifier.Gravatar Sadie Powell2025-12-281-0/+3
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-073-5/+4
|\|
| * Release v4.9.0. v4.9.0Gravatar Sadie Powell2025-12-061-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2025-12-033-5/+4
* | Avoid creating users with a null I/O handler.Gravatar Sadie Powell2025-10-312-2/+2
* | Allow getting an I/O hook from a user I/O handler.Gravatar Sadie Powell2025-10-311-0/+6
* | Move message serialization into core_clients.Gravatar Sadie Powell2025-10-281-7/+3
* | Avoid duplicating some of the send/receive queue limiting code.Gravatar Sadie Powell2025-10-261-0/+11
* | Start splitting the user I/O interface from the network socket.Gravatar Sadie Powell2025-10-263-23/+33
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-261-38/+2
|\|
| * 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
* | Merge branch 'insp4'Gravatar Sadie Powell2025-08-151-1/+1
|\|
| * Release v4.8.0. v4.8.0Gravatar Sadie Powell2025-08-021-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2025-08-021-1/+1
* | Allow silently expiring xlines.Gravatar Sadie Powell2025-05-241-1/+1
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-05-181-1/+2
|\|
| * Get the default DNS timeout from the manager instead of the config.Gravatar Sadie Powell2025-05-141-1/+2
* | Add <security:banrealmask>.Gravatar Sadie Powell2025-04-164-12/+19
* | Refuse to hash passwords using insecure algorithms in MKPASSWD.Gravatar Sadie Powell2025-04-131-0/+3
* | Fix hash documentation.Gravatar Sadie Powell2025-04-131-3/+3
* | Rename newhash to hash now its the only option.Gravatar Sadie Powell2025-04-061-0/+0
* | Delete the old hashing interface and modules.Gravatar Sadie Powell2025-04-063-98/+0
* | Add the new hashing interface, port consumer modules to use it.Gravatar Sadie Powell2025-04-061-0/+315
* | Fix the fmt namespace on Windows.Gravatar Sadie Powell2025-03-291-1/+1
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-295-4/+24
|\|
| * 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
* | Move DefaultIsNick/DefaultIsUser/IsNick/IsUser to UserManager.Gravatar Sadie Powell2025-03-233-21/+20
* | Only include <sstream> from files that actually use it.Gravatar Sadie Powell2025-03-222-1/+2
* | Migrate configparser/configreader away from stringstream.•••This is a very slow header to have included by every source file. Gravatar Sadie Powell2025-03-222-3/+3
* | Remove an obsolete ConvToStr overload.Gravatar Sadie Powell2025-03-221-12/+0
* | Remove some obsolete ConvToNum overloads.•••These are not necessary now we use from_chars. Gravatar Sadie Powell2025-03-221-22/+0