| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Fix potentially generating an invalid permchannel database. | 2024-10-01 | 1 | -1/+1 | ||
| | * | | Implement ldap_initialize on Windows using InternetCrackUrlA.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2024-09-30 | 1 | -18/+22 | ||
| | * | | Allow customising the anticaps reason. | 2024-09-29 | 1 | -10/+22 | ||
| | * | | Add %channel% to the messageflood and repeat module templates. | 2024-09-28 | 2 | -0/+2 | ||
| | * | | Make the messageflood and repeat messages a bit better. | 2024-09-28 | 2 | -2/+2 | ||
| | * | | Revert "Refactor how the anticaps module parses the mode value".•••This reverts commit 759e40563edfdf7acc19d2c2436cf4b5249b8f22. | 2024-09-28 | 1 | -18/+28 | ||
| | * | | Add a type alias for the extban letter type. | 2024-09-27 | 2 | -4/+4 | ||
| | * | | Let services know what format it should send extbans in. | 2024-09-25 | 1 | -1/+18 | ||
| | * | | Hide the channels of services pseudoclient with +I from opers too.•••Closes #2106. | 2024-09-22 | 1 | -0/+5 | ||
| | * | | Refactor hidechans slightly. | 2024-09-22 | 1 | -3/+4 | ||
| | * | | Allow opting-out of saving bot messages in the channel history.•••Closes #2107. | 2024-09-22 | 1 | -0/+5 | ||
| | * | | Rename <chanhistory:bots> to <chanhistory:sendtobots>. | 2024-09-22 | 1 | -4/+4 | ||
| | * | | Merge branch 'insp3' into insp4. | 2024-09-19 | 1 | -2/+8 | ||
| | |\| | ||||||
| | | * | Expand IPv6 addresses in connectban to avoid breaking S2S. | 2024-09-19 | 1 | -2/+8 | ||
| | | * | Release v3.17.1. v3.17.1 | 2024-06-28 | 1 | -1/+1 | ||
| | * | | Fix rebuilding the 004 numeric on reloading core_info. | 2024-09-17 | 1 | -6/+9 | ||
| | * | | Sort the 004 mode list alphabetically. | 2024-09-17 | 1 | -0/+1 | ||
| | * | | Remove some unnecessary uses of <iostream>. | 2024-09-16 | 1 | -1/+0 | ||
| | * | | Use reference<>::ptr() in more places. | 2024-09-13 | 4 | -4/+5 | ||
| | * | | Only remove extbans on unload if provided by the right module. | 2024-09-13 | 1 | -2/+7 | ||
| | * | | Raise an exception if an extban name or letter is already in use. | 2024-09-13 | 1 | -2/+12 | ||
| * | | | Add some extra methods to the Server class. | 2024-09-19 | 1 | -0/+10 | ||
| * | | | Implement remote WriteNotice in spanningtree like with WriteNumeric. | 2024-09-19 | 1 | -5/+0 | ||
| * | | | Use unique_ptr for InspIRCd::ConfigThread. | 2024-09-19 | 2 | -2/+2 | ||
| * | | | Use unique_ptr for InspIRCd::Config. | 2024-09-19 | 2 | -12/+10 | ||
| * | | | Merge branch 'insp4' into master. | 2024-09-09 | 11 | -120/+190 | ||
| |\| | | ||||||
| | * | | Send an ISupport diff when a user moves to a new connect class. | 2024-09-09 | 4 | -0/+40 | ||
| | * | | Fix rawio logs not being written after a rehash. | 2024-09-09 | 1 | -5/+11 | ||
| | * | | Use string_view in InspIRCd::Is{FQDN,Host,SID}. | 2024-09-07 | 1 | -5/+5 | ||
| | * | | Release v4.3.0. v4.3.0 | 2024-09-07 | 1 | -1/+1 | ||
| | * | | Update copyright headers. | 2024-09-07 | 32 | -35/+34 | ||
| | * | | Log if the server is using a md5 cloak as their primary method. | 2024-09-05 | 1 | -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. | 2024-09-05 | 1 | -5/+1 | ||
| | * | | Check the connection state of a command before the parameter count.•••Works around a bug in irssi. Closes #2103. | 2024-09-03 | 1 | -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. | 2024-09-02 | 1 | -10/+2 | ||
| | * | | Normalise the case of MOD_RESULT variables. | 2024-08-31 | 15 | -70/+70 | ||
| | * | | Minor performance improvement to ProcessColors. | 2024-08-31 | 1 | -1/+1 | ||
| | * | | Fix the case of the override module settings. | 2024-08-31 | 1 | -6/+6 | ||
| | * | | Make blockcolor only block known formatting codes. | 2024-08-30 | 1 | -7/+22 | ||
| | * | | Refactor InspIRCd::StripColor.•••- Only strip characters we actually recognise. - Strip the value for hex color codes. | 2024-08-30 | 1 | -21/+41 | ||
| | * | | Add a config variable for the example dir.•••This makes including example files easier on system-wide installs. | 2024-08-30 | 1 | -0/+1 | ||
| | * | | Add MOTD escape sequences for { and }. | 2024-08-30 | 1 | -0/+2 | ||
| | * | | Allow using color codes by name in MOTD files. | 2024-08-29 | 1 | -1/+62 | ||
| | * | | Refactor InspIRCd::ProcessColors. | 2024-08-29 | 1 | -44/+32 | ||
| * | | | Merge branch 'insp4' into master. | 2024-08-29 | 2 | -13/+19 | ||
| |\| | | ||||||
| | * | | Fix the missing <nick> field in whowas RPL_WHOISACTUALY. | 2024-08-29 | 1 | -1/+1 | ||
| | * | | Remove the needless cast of <whowas:maxkeep> in core_whowas. | 2024-08-28 | 1 | -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. | 2024-08-28 | 1 | -5/+5 | ||
| | * | | Ensure the AUTHENTICATE command always returns a response. | 2024-08-27 | 1 | -0/+6 | ||
| | * | | Avoid adding UUID users to the whowas database. | 2024-08-27 | 1 | -2/+3 | ||
