| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | 2024-09-05 | 1 | -5/+1 | |
| | | | | | | | 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. | ||||
| * | Check the connection state of a command before the parameter count. | 2024-09-03 | 1 | -7/+7 | |
| | | | | | | | Works around a bug in irssi. Closes #2103. | ||||
| * | Fix a regression in ProcessColors. | 2024-09-02 | 1 | -10/+2 | |
| | | | | | | We should wait until v5 to be this aggressive with MOTD parsing so we dont break existing users in a minor release. | ||||
| * | 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. | 2024-08-30 | 1 | -21/+41 | |
| | | | | | | - Only strip characters we actually recognise. - Strip the value for hex color codes. | ||||
| * | Add a config variable for the example dir. | 2024-08-30 | 1 | -0/+1 | |
| | | | | | This makes including example files easier on system-wide installs. | ||||
| * | 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 | |
| | | |||||
| * | 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 | 2024-08-28 | 1 | -5/+5 | |
| | | | | | | | | - 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. | ||||
| * | 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 | |
| | | |||||
| * | Fix the whowas database not being updated on nick change. | 2024-08-27 | 1 | -4/+13 | |
| | | |||||
| * | Slightly reduce the memory usage of the WHOWAS database. | 2024-08-27 | 1 | -3/+9 | |
| | | |||||
| * | Store the actual server name rather than the public name for WHOWAS. | 2024-08-27 | 1 | -1/+1 | |
| | | | | | We check hideserver when sending the numeric anyway. | ||||
| * | Replace the InspIRCd-specific RPL_WHOWASIP with RPL_WHOISACTUALLY. | 2024-08-27 | 1 | -4/+5 | |
| | | | | | This makes us more compatible with other server implementations. | ||||
| * | Deprecate the raw overload of GenRandomStr in favour of GenRandom. | 2024-08-27 | 4 | -8/+32 | |
| | | | | | | | | | The raw overload was almost always misused where GenRandom would be better. While we're making changes to this code switch the printable mode to use a static array like Anope does. | ||||
| * | Use GenRandom instead of GenRandomInt to populate Bcrypt entropy. | 2024-08-27 | 1 | -2/+1 | |
| | | |||||
| * | Fix measuring the CPU load on Windows. | 2024-08-27 | 2 | -6/+6 | |
| | | |||||
| * | Change InspIRCd::ProcessColors to take a string instead of a vector. | 2024-08-27 | 4 | -4/+9 | |
| | | | | | | | This is more useful for how MOTDs are processed now as we iterate through them anyway and this allows us to avoid a needless second iteration. | ||||
| * | Use sa_family_t instead of int. | 2024-08-27 | 3 | -4/+4 | |
| | | |||||
| * | Refactor the InspIRCd class to be actually readable. | 2024-08-27 | 2 | -19/+19 | |
| | | | | | | This has been long overdue as most of the comments were outdated and members were shoved into the class in no logical way. | ||||
| * | Remove prototype for the now removed SendLegacyListModes function. | 2024-08-25 | 1 | -1/+0 | |
| | | |||||
| * | Fix broadcasting mode lists to remote v3 servers. | 2024-08-24 | 2 | -76/+41 | |
| | | |||||
| * | Fix broadcasting server information to remote v3 servers. | 2024-08-24 | 3 | -9/+35 | |
| | | |||||
| * | Close loggers and notify opers if they throw any exceptions. | 2024-08-23 | 1 | -5/+34 | |
| | | |||||
| * | Allow building log_json against yyjson. | 2024-08-23 | 1 | -12/+56 | |
| | | | | | | | This is the default if available. RapidJSON has not had a release in years and has known security vulnerabilities so we should really not be using it. | ||||
| * | Make it clear which is the current client fingerprint. | 2024-08-19 | 1 | -1/+6 | |
| | | |||||
| * | Add Numeric::push_fmt(...) as shorthand for push(INSP_FORMAT(...)). | 2024-08-18 | 2 | -2/+2 | |
| | | |||||
| * | Add a formatting overload to {Membership,User}::Write(Remote)Notice. | 2024-08-18 | 14 | -35/+35 | |
| | | |||||
| * | Update my nick in the INFO output. | 2024-08-12 | 1 | -1/+1 | |
| | | |||||
| * | Use 1 as the first membership id not 0. | 2024-08-11 | 1 | -1/+1 | |
| | | | | | | | This doesn't change anything in the protocol but makes identifying whether a user has been assigned a membership id easier while debugging. | ||||
| * | Add a helper template for checking MySQL errors. | 2024-08-06 | 1 | -3/+12 | |
| | | |||||
| * | Fix the pgsql module showing duplicate packages on Ubuntu. | 2024-08-04 | 1 | -1/+0 | |
| | | | | | This is covered by the debian-like constraint above. | ||||
| * | Fix trying to fetch more MySQL rows than are available. | 2024-08-04 | 1 | -1/+2 | |
| | | | | | | MySQL returns -1 on error in an unsigned field which was breaking this. | ||||
| * | Fix bursting server metadata. | 2024-08-03 | 1 | -2/+2 | |
| | | |||||
| * | Release v4.2.0. v4.2.0 | 2024-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-08-03 | 10 | -10/+9 | |
| | | |||||
| * | Only allow the IRCv3 WebSocket subprotocols on client connections. | 2024-07-31 | 1 | -2/+2 | |
| | | |||||
| * | Fix some minor bugs in EscapeTag/UnescapeTag. | 2024-07-29 | 1 | -25/+24 | |
| | | |||||
| * | Avoid passing malformed socket addresses to sa2cidr. | 2024-07-29 | 1 | -2/+10 | |
| | | |||||
| * | Log when a user has an unknown socket type in User::GetCIDRMask. | 2024-07-29 | 1 | -0/+9 | |
| | | |||||
