• exec/load/ircd/core.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sunday, April 02, 2023 13:56:08
    https://gitlab.synchro.net/main/sbbs/-/commit/efb5c18ac79ef17a1f5d9146
    Modified Files:
    exec/load/ircd/core.js
    Log Message:
    Fix ReferenceError: theuser is not defined

    Looks like a typo, in Scan_For_Banned_Clients()

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT to Git commit to main/sbbs/master on Friday, July 07, 2023 20:33:49
    https://gitlab.synchro.net/main/sbbs/-/commit/f7f361c7ce2dde7a0336ae38
    Modified Files:
    exec/load/ircd/core.js
    Log Message:
    Added RBL lookups on connection via DroneDL.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, July 07, 2023 20:33:49
    https://gitlab.synchro.net/main/sbbs/-/commit/430744100339c4c064a10ff5
    Modified Files:
    exec/load/ircd/core.js
    Log Message:
    Merge branch 'add_rbl_to_ircd' into 'master'

    Added RBL lookups on connection via DroneDL.

    See merge request main/sbbs!297

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Friday, July 07, 2023 20:56:57
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Friday, July 07, 2023 23:00:14
    https://gitlab.synchro.net/main/sbbs/-/commit/e3b6119fc0318e8230f81250
    Modified Files:
    exec/load/ircd/core.js
    Log Message:
    DNSBL-exempt localhost (127.*) and private network (10.*, 192.168.*) addresses

    Someone should add IPv6 exempted addresses too

    Maybe perform a check against ctrl/dnsbl_exempt.cfg too?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net