| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | Clean up ModuleDLLManager from the Module::cull() method.•••This avoids a leak which happens in some rare circumstances. | 2020-02-14 | 1 | -2/+0 | |
| * | Make loading modules considerably more robust and user friendly. | 2020-02-02 | 1 | -2/+2 | |
| * | Fix being able to see the modes of private/secret channels. | 2020-02-02 | 1 | -1/+18 | |
| * | Update copyright headers. | 2020-01-31 | 3 | -3/+3 | |
| * | Use the default OnParameterMissing in ModeUserServerNoticeMask. | 2020-01-30 | 2 | -7/+1 | |
| * | Tweak the default motd/opermotd slightly.•••Also, remove the - at the start of the MOTD field. This is cargo culted from irc2 and theres no real reason to actually do this. | 2020-01-22 | 1 | -1/+1 | |
| * | Improve the DNS cache expiration log message.•••Instead of constantly spamming the log file only show the message when an entry is actually expired and show how many entries were expired. | 2020-01-17 | 1 | -2/+8 | |
| * | Update copyright headers. | 2020-01-11 | 60 | -85/+350 | |
| * | Update my name and email address. | 2019-12-31 | 2 | -2/+2 | |
| * | Move XLine garbage collection to core_xline. | 2019-12-08 | 1 | -0/+8 | |
| * | Make rehashing messages more consistent. | 2019-11-17 | 1 | -11/+5 | |
| * | Fix some compiler errors in core_hostname_lookup.•••No thanks to SourceTree's diff view for causing this. | 2019-10-22 | 1 | -2/+2 | |
| * | Handle more error cases in core_hostname_lookup. | 2019-10-22 | 1 | -12/+16 | |
| * | On DNS fail reset connecting users hostname to their IP.•••Closes #1713. | 2019-10-22 | 1 | -0/+2 | |
| * | Improve the core_hostname_lookup result log message.•••- Add the type of request. - Add whether the request was cached. | 2019-10-21 | 1 | -1/+4 | |
| * | Remove duplicate code in core_hostname_lookup.•••- The lookup type is already stored in the question. - core_dns validates hostnames by IsHost already. | 2019-10-21 | 1 | -28/+5 | |
| * | Get rid of the ptrHosts extension item.•••This is unnecessary as the resolved value is already stored in the question in the request class. | 2019-10-21 | 1 | -10/+2 | |
| * | Add GetTypeStr to the DNS API. | 2019-10-13 | 1 | -0/+19 | |
| * | Convert a bunch of LocalUser* casts to IS_LOCAL.•••This is a lot safer and handles users changing servers properly. | 2019-10-13 | 1 | -2/+2 | |
| * | Show the list modes which have variable list lengths in 005. | 2019-10-01 | 1 | -4/+14 | |
| * | Fix some remaining uses of ato[il]. | 2019-08-13 | 1 | -1/+1 | |
| * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 2 | -17/+25 | |
| * | Add {To,From}{Human,Internal,Network} to ExtensionItem.•••Also, deprecate the old SerializeFormat/serialize/unserialise API. | 2019-08-07 | 1 | -2/+2 | |
| * | Send ERR_NOTEXTTOSEND in response to an empty GLOBOPS/WALLOPS. | 2019-07-15 | 1 | -0/+6 | |
| * | Fix error message for splitwhois value. | 2019-07-03 | 1 | -1/+1 | |
| * | Show the mode syntax in ERR_INVALIDMODEPARAM. | 2019-06-12 | 4 | -0/+4 | |
| * | Allow channels/auspex to see a secret channel topic. (#1654)•••An oper with the 'channels/auspex' priv can now see the topic of a secret channel (that they are not in) using TOPIC. This is on par with the expectation of 'channels/auspex' and current LIST behaviour. | 2019-06-05 | 1 | -1/+1 |
