| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | Use a duration string for the idle time in `/STATS P`. | 2021-04-18 | 1 | -2/+3 | |
| * | Fix various documentation comments. | 2021-03-31 | 1 | -1/+1 | |
| * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 1 | -1/+1 | |
| * | Fix the `STATS p` output being ambiguous.•••- Add the middle I/O hook to the stats output. - Make it obvious what the various fields actually are. | 2021-03-08 | 1 | -2/+13 | |
| * | Update copyright headers. | 2021-03-05 | 16 | -20/+20 | |
| * | Deduplicate checking the source for the users/auspex priv in WHO. | 2021-03-02 | 1 | -1/+2 | |
| * | Fix fuzzy matching in core_who.•••Previously this code would consider requests with fields but no flags as fuzzy. This is incorrect as users can make requests like: WHO Sadie %n Reported by @ilbelkyr. | 2021-03-02 | 1 | -3/+3 | |
| * | Fix sending Q-line notices to snomask `a` instead of snomask `x`. | 2021-03-01 | 1 | -1/+1 | |
| * | Update copyright headers. | 2021-02-26 | 9 | -9/+9 | |
| * | Implement support for multi-prefix on WHOIS. | 2021-02-25 | 1 | -16/+0 | |
| * | Allow a statusmsg to have multiple statuses and pick the lowest.•••This is pretty much useless but other implementations support it so we have to also support it for compatibility. | 2021-02-25 | 1 | -5/+16 | |
| * | Fix checking the wrong user in SERVLIST. | 2021-02-21 | 1 | -1/+1 | |
| * | Fix the numeric sent when a U-lined alias target is not online. | 2021-02-18 | 1 | -5/+0 | |
| * | Move linuxdaemon and Sheogorath to former contributors. | 2021-02-10 | 1 | -7/+8 | |
| * | Fix an oversight in the previous commit. | 2021-01-30 | 1 | -1/+1 | |
| * | Fix a few issues with SERVLIST.•••- Implement support for service type matching based on the service oper type. This isn't the same as irc2 but its close enough. - Fix erroneously sending the mask in the <mask> field. This field is for the service name mask not the service distribution mask. | 2021-01-30 | 1 | -4/+8 | |
| * | Add <dns:enabled>; allows disabling DNS lookups entirely.•••Ref: #1839. | 2021-01-19 | 1 | -17/+39 | |
| * | Send ERR_CANTUNLOADMODULE when unloading a module on reload fails. | 2021-01-19 | 1 | -3/+6 | |
| * | Fix the DNS socket not being closed when core_dns is unloaded. | 2021-01-19 | 1 | -10/+16 |
