Subj : exec/load/ircd/core.js To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Fri Jul 07 2023 08:56 pm https://gitlab.synchro.net/main/sbbs/-/commit/2c9771f26ae39e95abb3fe76 Modified Files: exec/load/ircd/core.js Log Message: Clean-up the DNSBL checking function a little bit and its call site. Always log (a notice-level log message) when there's a DNSBL match, along with the address it actually resolved to (indicates which list the IP address was found in). No log message otherwise. Note: resolve_ip() doesn't actually support IPv6 yet, so I don't think this IPv6 address parsing/reformatting logic has actually been tested. .