aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make the messageflood and repeat messages a bit better.Gravatar Sadie Powell2024-09-282-2/+2
| * | Revert "Refactor how the anticaps module parses the mode value".•••This reverts commit 759e40563edfdf7acc19d2c2436cf4b5249b8f22. Gravatar Sadie Powell2024-09-281-18/+28
| * | Add a type alias for the extban letter type.Gravatar Sadie Powell2024-09-272-4/+4
| * | Let services know what format it should send extbans in.Gravatar Sadie Powell2024-09-251-1/+18
| * | Hide the channels of services pseudoclient with +I from opers too.•••Closes #2106. Gravatar Sadie Powell2024-09-221-0/+5
| * | Refactor hidechans slightly.Gravatar Sadie Powell2024-09-221-3/+4
| * | Allow opting-out of saving bot messages in the channel history.•••Closes #2107. Gravatar Sadie Powell2024-09-221-0/+5
| * | Rename <chanhistory:bots> to <chanhistory:sendtobots>.Gravatar Sadie Powell2024-09-221-4/+4
| * | Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-09-191-2/+8
| |\|
| | * Expand IPv6 addresses in connectban to avoid breaking S2S.Gravatar Sadie Powell2024-09-191-2/+8
| | * Release v3.17.1. v3.17.1Gravatar Sadie Powell2024-06-281-1/+1
| * | Fix rebuilding the 004 numeric on reloading core_info.Gravatar Sadie Powell2024-09-171-6/+9
| * | Sort the 004 mode list alphabetically.Gravatar Sadie Powell2024-09-171-0/+1
| * | Remove some unnecessary uses of <iostream>.Gravatar Sadie Powell2024-09-161-1/+0
| * | Use reference<>::ptr() in more places.Gravatar Sadie Powell2024-09-134-4/+5
| * | Only remove extbans on unload if provided by the right module.Gravatar Sadie Powell2024-09-131-2/+7
| * | Raise an exception if an extban name or letter is already in use.Gravatar Sadie Powell2024-09-131-2/+12
* | | Add some extra methods to the Server class.Gravatar Sadie Powell2024-09-191-0/+10
* | | Implement remote WriteNotice in spanningtree like with WriteNumeric.Gravatar Sadie Powell2024-09-191-5/+0
* | | Use unique_ptr for InspIRCd::ConfigThread.Gravatar Sadie Powell2024-09-192-2/+2
* | | Use unique_ptr for InspIRCd::Config.Gravatar Sadie Powell2024-09-192-12/+10
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-09-0911-120/+190
|\| |
| * | Send an ISupport diff when a user moves to a new connect class.Gravatar Sadie Powell2024-09-094-0/+40
| * | Fix rawio logs not being written after a rehash.Gravatar Sadie Powell2024-09-091-5/+11
| * | Use string_view in InspIRCd::Is{FQDN,Host,SID}.Gravatar Sadie Powell2024-09-071-5/+5
| * | Release v4.3.0. v4.3.0Gravatar Sadie Powell2024-09-071-1/+1
| * | Update copyright headers.Gravatar InspIRCd Robot2024-09-0732-35/+34
| * | Log if the server is using a md5 cloak as their primary method.Gravatar Sadie Powell2024-09-051-2/+8
| * | Fix needlessly separating threads and lanes in the argon2 module.•••We were not using these correctly and Argon2 uses the thread count as the lane count anyway so its pointless to even have a setting for this. Gravatar Sadie Powell2024-09-051-5/+1
| * | Check the connection state of a command before the parameter count.•••Works around a bug in irssi. Closes #2103. Gravatar Sadie Powell2024-09-031-7/+7
| * | Fix a regression in ProcessColors.•••We should wait until v5 to be this aggressive with MOTD parsing so we dont break existing users in a minor release. Gravatar Sadie Powell2024-09-021-10/+2
| * | Normalise the case of MOD_RESULT variables.Gravatar Sadie Powell2024-08-3115-70/+70
| * | Minor performance improvement to ProcessColors.Gravatar Sadie Powell2024-08-311-1/+1
| * | Fix the case of the override module settings.Gravatar Sadie Powell2024-08-311-6/+6
| * | Make blockcolor only block known formatting codes.Gravatar Sadie Powell2024-08-301-7/+22
| * | Refactor InspIRCd::StripColor.•••- Only strip characters we actually recognise. - Strip the value for hex color codes. Gravatar Sadie Powell2024-08-301-21/+41
| * | Add a config variable for the example dir.•••This makes including example files easier on system-wide installs. Gravatar Sadie Powell2024-08-301-0/+1
| * | Add MOTD escape sequences for { and }.Gravatar Sadie Powell2024-08-301-0/+2
| * | Allow using color codes by name in MOTD files.Gravatar Sadie Powell2024-08-291-1/+62
| * | Refactor InspIRCd::ProcessColors.Gravatar Sadie Powell2024-08-291-44/+32
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-292-13/+19
|\| |
| * | Fix the missing <nick> field in whowas RPL_WHOISACTUALY.Gravatar Sadie Powell2024-08-291-1/+1
| * | Remove the needless cast of <whowas:maxkeep> in core_whowas.Gravatar Sadie Powell2024-08-281-4/+4
| * | Tweak the whowas config defaults•••- Decrease the default number of nick groups. - Increase the days to keep records for. - Enable update on nick change by default. - Remove the upper bounds on the fields. Gravatar Sadie Powell2024-08-281-5/+5
| * | Ensure the AUTHENTICATE command always returns a response.Gravatar Sadie Powell2024-08-271-0/+6
| * | Avoid adding UUID users to the whowas database.Gravatar Sadie Powell2024-08-271-2/+3
| * | Fix the whowas database not being updated on nick change.Gravatar Sadie Powell2024-08-271-4/+13
| * | Slightly reduce the memory usage of the WHOWAS database.Gravatar Sadie Powell2024-08-271-3/+9
| * | Store the actual server name rather than the public name for WHOWAS.•••We check hideserver when sending the numeric anyway. Gravatar Sadie Powell2024-08-271-1/+1
| * | Replace the InspIRCd-specific RPL_WHOWASIP with RPL_WHOISACTUALLY.•••This makes us more compatible with other server implementations. Gravatar Sadie Powell2024-08-271-4/+5