| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | Recheck users for xlines when their real hostname changes. | 2020-10-06 | 1 | -0/+10 | |
| * | Fix the syntax of the MAXLIST 005 token. | 2020-09-24 | 1 | -18/+4 | |
| * | Update copyright headers. | 2020-07-30 | 2 | -2/+2 | |
| * | Send ERR_KEYSET when trying to change a channel key.•••Closes #1750. | 2020-07-27 | 2 | -1/+3 | |
| * | Show an error when an unprivileged user tries to mass-message.•••Closes #1790. | 2020-07-20 | 1 | -0/+3 | |
| * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 1 | -5/+5 | |
| * | Fix an inverted mode check. | 2020-05-09 | 1 | -1/+1 | |
| * | Don't show privileged commands to unprivileged users in COMMANDS. | 2020-05-07 | 1 | -2/+2 | |
| * | Update copyright headers. | 2020-04-24 | 17 | -16/+19 | |
| * | Fixes by misspell-fixer | 2020-04-21 | 4 | -5/+5 | |
| * | Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | 2020-04-14 | 1 | -2/+1 | |
| * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 1 | -1/+8 | |
| * | Add the missing VF_CORE flag to the core_whowas module. | 2020-04-10 | 1 | -1/+1 | |
| * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 4 | -6/+7 | |
| * | Prevent a trailing space in the failed oper SNOTICE. | 2020-04-09 | 1 | -1/+2 | |
| * | Don't override a different Displayed Host with the rDNS.•••If the dnsbl module is set to mark with a vHost, it can finish before the hostname resolution finishes. This is especially the case when the result is already cached. Resolves #1770. | 2020-04-04 | 1 | -1/+2 | |
| * | Squish the cmd_whowas header.•••There's no reason for this to be in a header and it can't be used by anything else. | 2020-04-04 | 1 | -1/+146 |
