| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-08-25 | 3 | -3/+3 | |
| * | Fix some warnings in core_who on newer GCC. | 2022-08-17 | 1 | -3/+4 | |
| * | Fix inconsistencies between USERHOST and USERIP. | 2022-06-23 | 1 | -5/+2 | |
| * | Make setting sockets as FD_CLOEXEC more portable.•••Ref: #1986. | 2022-06-07 | 1 | -2/+2 | |
| * | Use a mode reference instead of repeatedly looking up the snomask mode. | 2022-05-15 | 1 | -3/+6 | |
| * | Update copyright headers. | 2022-04-28 | 14 | -14/+15 | |
| * | Use FindNearestPrefixMode instead of looking for the halfop mode. | 2022-04-12 | 1 | -2/+2 | |
| * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. | 2022-04-12 | 3 | -7/+3 | |
| * | Fix <security announceinvites="dynamic"> when halfop is not loaded. | 2022-04-07 | 1 | -2/+8 | |
| * | Expose the invite announcement level to modules. | 2022-04-07 | 4 | -21/+5 | |
| * | Fix the grammar of various xline messages. | 2022-04-05 | 5 | -10/+10 | |
| * | Allow modules to handle WHO matching. | 2022-03-25 | 1 | -1/+12 | |
| * | Fix GNU++98 compatibility. | 2022-03-24 | 1 | -1/+1 | |
| * | Fix using the prefix char instead of the prefix letter in oplevels. | 2022-03-23 | 1 | -1/+1 | |
| * | Fix our WHO oplevels being incompatible with the WHOX spec.•••Unlike in InspIRCd where 0 is an unprivileged member and higher levels grant more privileges the WHOX spec defines the oplevel field as using n/a for unprivileged users and the lower an oplevel is the more privileges it grants. InspIRCd also uses values between 0 and UINT_MAX whereas WHOX only uses values between 0 and 999. In order to work around this we now lazily build dummy oplevels for the InspIRCd member ranks. | 2022-03-22 | 1 | -1/+49 | |
| * | Add support for the <count> param of WHOWAS (#1968)•••Not very useful IMO, but every server but InspIRCd seems to implement it, and it's part of the RFCs: * https://datatracker.ietf.org/doc/html/rfc1459#section-4.5.3 * https://datatracker.ietf.org/doc/html/rfc2812#section-3.6.3 | 2022-03-19 | 1 | -2/+10 | |
| * | Reverse order of WHOWAS replies•••To be consistent with other implementations + the RFCs: * https://datatracker.ietf.org/doc/html/rfc1459#section-4.5.3 * https://datatracker.ietf.org/doc/html/rfc2812#section-3.6.3 | 2022-03-19 | 1 | -1/+1 | |
| * | Fix parsing a LIST request with both a match and inverted match.•••e.g. /LIST *foo* !*bar* | 2022-01-20 | 1 | -25/+15 | |
| * | Fix parsing LIST commands with multiple constraints. | 2022-01-20 | 1 | -35/+38 | |
| * | Update copyright headers. | 2021-12-30 | 7 | -7/+6 | |
| * | We only care about the first parameter to the nick command.•••Nicknames can't have spaces so the trailing concatenation logic here is not what users will expect. | 2021-12-28 | 1 | -1/+1 | |
| * | Fix not being able to look up hostnames that point to multiple IPs. | 2021-12-27 | 1 | -82/+123 | |
| * | Make packing PTR queries a bit more robust.•••There is no first party modules which could be compromised before this check was added but its better to be safe wherever possible. | 2021-12-25 | 1 | -3/+4 | |
| * | If a user has a unique username then include it in bans. | 2021-12-14 | 3 | -6/+6 | |
| * | Fix sending ERR_CHANOPRIVSNEEDED where ERR_RESTRICTED should be used. | 2021-12-11 | 1 | -1/+1 | |
| * | Add Server::GetPublicName(), fix not respecting <security:hideserver>. | 2021-10-25 | 3 | -4/+4 | |
| * | Respect <security:hideserver> in the 005 numeric. | 2021-10-25 | 1 | -1/+1 | |
| * | Update copyright headers. | 2021-08-27 | 8 | -7/+10 | |
| * | Thank more people in the credits.•••dan- and jwheare have helped a bunch with ircdocs and testing so they definitely deserve to be listed here. | 2021-08-24 | 1 | -1/+2 | |
| * | Update the credits.•••- Move fraggeln (former CI host) to former contributors. - Add Duck (domain manager) to thanks. - Add progval (docs magician) to active contributors. | 2021-08-23 | 1 | -10/+10 | |
| * | Makes NAMES reply with RPL_ENDOFNAMES even for nonexisting channels•••Instead of ERR_NOSUCHCHANNEL. This is the behavior described by the RFCs and the Modern spec, and is implemented by Hybrid/Chary/Solanum, Ergo, and Unreal. | 2021-08-07 | 1 | -2/+2 | |
| * | Fix a race condition with hostname lookups when using haproxy.•••If a user's origin has been changed before the first DNS lookup returns then the result of the lookup for that origin may overwrite their host. Closes #1914. | 2021-07-27 | 1 | -5/+6 | |
| * | Simplify reverse lookup code in core_hostname_lookup. | 2021-07-07 | 1 | -11/+2 | |
| * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -0/+1 | |
| * | Stop sending RPL_WHOISSERVICE as it conflicts with RPL_WHOISHELPOP.•••Both Anope and Atheme send an oper type for services clients so this numeric is unnecessary. In cases where genericoper is enabled we now send "is a network service" in RPL_WHOISOPERATOR. | 2021-07-05 | 1 | -1/+1 | |
| * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -2/+2 | |
| * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -1/+1 | |
| * | Synchronize servlist syntax and helpop with the docs page. | 2021-06-20 | 1 | -1/+1 | |
| * | Default userstats to Pu if not otherwise specified. | 2021-06-20 | 1 | -1/+1 | |
| * | Fix some weirdness with sign conversion and channel limits.•••Reported by jessicara. | 2021-06-18 | 1 | -3/+16 | |
| * | Fix xline matching on WebIRC connections. | 2021-06-17 | 1 | -1/+1 | |
| * | Code refactor and minor fix (#1879) | 2021-06-12 | 4 | -9/+8 | |
| * | The dest should be checked for uline status not the source. | 2021-05-25 | 1 | -1/+1 | |
| * | Don't send RPL_WHOISHOST for users on ulined servers. | 2021-05-25 | 1 | -1/+1 | |
| * | Update copyright headers. | 2021-05-14 | 3 | -3/+3 | |
| * | Fix an off by one error in various bitsets. | 2021-05-14 | 1 | -1/+1 | |
| * | Fix sending malformed pong messages in some cases. | 2021-05-14 | 1 | -1/+1 | |
| * | core_dns: skip unknown resource record types | 2021-05-04 | 1 | -0/+6 | |
| * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 5 | -9/+9 | |
| * | Improve the messages sent when loading/unloading/reloading modules. | 2021-04-19 | 1 | -4/+9 |
