• exec/load/ircd/unregistered.js

    From Randy Sommerfeld@VERT to Git commit to main/sbbs/master on Sun Oct 23 18:17:14 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/08933fa82bf47c1f97021c1b
    Modified Files:
    exec/load/ircd/unregistered.js
    Log Message:
    Detect local addresses a bit better

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Fri Jul 7 21:14:33 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/d5fcf032f6e2b0398d1dc923
    Modified Files:
    exec/load/ircd/unregistered.js
    Log Message:
    Log the socket descriptor that's being closed *before* calling Socket.close()

    Socket.close() always sets the descriptor to -1 which is/would be logged here as an unsigned int (%u) or 4294967295.

    If this continues to log 4294967295, then a check of descriptor >= 0 would be prudent.

    And as Cyan said:
    <Cyan> the IP would be more useful though

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Randy Sommerfeld@VERT to Git commit to main/sbbs/master on Mon Nov 13 16:30:32 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/25b071480d20b058d74080eb
    Modified Files:
    exec/load/ircd/unregistered.js
    Log Message:
    Throw an error if we're about to overwrite a server object

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