| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | Fix not rejecting attempts to set snomasks with SAMODE/override. | 2021-01-16 | 1 | -0/+7 | |
| * | Replace the SERVER stub command with something actually useful.•••This will typically never be reached because the remote will wait until it receives a CAPAB response before sending SERVER. Instead replace it with a CAPAB stub command that quits servers with a helpful message. | 2020-12-20 | 1 | -35/+27 | |
| * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 5 | -6/+5 | |
| * | Fix an inverted condition in cmd_modules. | 2020-12-16 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-11-20 | 1 | -1/+1 | |
| * | Avoid doing "IP changed" event stuff on quitting users. | 2020-11-20 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-10-30 | 3 | -3/+3 | |
| * | Fix the behaviour of multi-value PING and PONG messages. | 2020-10-26 | 2 | -5/+25 |
