• exec/load/ircd/unregistered.js

    From Randy Sommerfeld@VERT to Git commit to main/sbbs/master on Wed Aug 18 02:54:08 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/5dd67f7ddea6d0413c6835bc
    Modified Files:
    exec/load/ircd/unregistered.js
    Log Message:
    Drop DNS replies for closed connections

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Randy Sommerfeld@VERT to Git commit to main/sbbs/master on Fri Oct 15 23:27:27 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/dec144375ca9f7c81ad0085e
    Modified Files:
    exec/load/ircd/unregistered.js
    Log Message:
    Don't count unregistered clients

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Randy Sommerfeld@VERT to Git commit to main/sbbs/master on Tue Dec 14 22:05:46 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/4ce6900499c549be11ae209f
    Modified Files:
    exec/load/ircd/unregistered.js
    Log Message:
    Only reverse resolve for the proper protocol family

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Randy Sommerfeld@VERT to Git commit to main/sbbs/master on Sun Jan 2 17:13:19 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/08ae67de87b0adf975480c40
    Modified Files:
    exec/load/ircd/unregistered.js
    Log Message:
    Handle null or timed out DNS replies properly

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Randy Sommerfeld@VERT to Git commit to main/sbbs/master on Sun Jan 2 17:27:17 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/7d6db6f8f08508aa825250c6
    Modified Files:
    exec/load/ircd/unregistered.js
    Log Message:
    Missing parenthesis

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Randy Sommerfeld@VERT to Git commit to main/sbbs/master on Sun Jan 2 17:33:08 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/d3909a32cec65ebf4a818d0d
    Modified Files:
    exec/load/ircd/unregistered.js
    Log Message:
    Agh, fixing again

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • 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