| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | Add the Numerics::CannotSendTo class and switch stuff to use it. | 2020-04-04 | 1 | -3/+3 | |
| * | Ignore clients on ulined servers when counting invisible users.•••This is in addition to 4cc992f. | 2020-04-04 | 1 | -3/+6 | |
| * | Clear the entire DNS cache on rehash. | 2020-04-01 | 1 | -2/+2 | |
| * | Make showing the channel modes in /LIST configurable. | 2020-03-30 | 1 | -4/+16 | |
| * | Update the credits.•••- Move Attila to former developers (RIP). - Move genius3000 to core developers. - Add Robby to contributors. - Add prawnsalad to thanks. | 2020-03-27 | 1 | -3/+4 | |
| * | Alphabetically sort names in the credits. | 2020-03-27 | 1 | -14/+14 | |
| * | Move CHANMODES to core_mode and add USERMODES. | 2020-03-12 | 1 | -0/+6 | |
| * | Implement support for the SERVLIST command. | 2020-03-12 | 3 | -1/+72 | |
| * | Fix unnecessary inlining in command handler constructors. | 2020-03-09 | 1 | -1/+7 | |
| * | Allow modules to prevent a message from updating the idle time. | 2020-03-05 | 1 | -1/+1 | |
| * | Add enum constants for list mode numerics. | 2020-02-18 | 1 | -1/+8 | |
| * | Use ircd-hybrid's numerics for the "pending invites" list.•••This fixes a conflict with the numerics used by the invite exception mode. | 2020-02-18 | 1 | -0/+7 | |
| * | Generalise XLine stats numerics using RPL_STATS from aircd. | 2020-02-18 | 1 | -5/+5 | |
| * | Add HasFd to EventHandler and switch code to use it. | 2020-02-15 | 1 | -1/+1 |
