• src/sbbs3/js_socket.c

    From Deucе@VERT to Git commit to main/sbbs/master on Friday, January 31, 2025 20:46:08
    https://gitlab.synchro.net/main/sbbs/-/commit/5ac2c66c95c331f9a9d43b28
    Modified Files:
    src/sbbs3/js_socket.c
    Log Message:
    Set Socket.type correctly on accept() from multisock

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Friday, January 31, 2025 20:53:00
    https://gitlab.synchro.net/main/sbbs/-/commit/a839a6f036fd4f280793e1d2
    Modified Files:
    src/sbbs3/js_socket.c
    Log Message:
    Fix last commit.

    If we called accept(), it's not datagram, and if you're using SCTP
    and Synchronet lies to you, you can fix it yourself.

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, February 02, 2025 01:41:36
    https://gitlab.synchro.net/main/sbbs/-/commit/82a6e7c51ae366568e7e293b
    Modified Files:
    src/sbbs3/js_socket.c
    Log Message:
    Add Socket.tls_psk_id property

    If tls_psk is used, indicates which entry in tls_psk was used by
    the remote.

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, February 02, 2025 19:09:45
    https://gitlab.synchro.net/main/sbbs/-/commit/83d6ece489c711d29e3b11c3
    Modified Files:
    src/sbbs3/js_socket.c
    Log Message:
    Use the new TLS PSK flag to control if sock.tls_psk_id is set

    Now both the "regular" certificate, and PSK will be supported on
    a TLS socket, and it's up to the client to check which was used.

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, February 02, 2025 20:30:55
    https://gitlab.synchro.net/main/sbbs/-/commit/7b548fd3de6a1ee6388ac7e8
    Modified Files:
    src/sbbs3/js_socket.c
    Log Message:
    Correct JSDOCS for TLS PSK properties

    The wrong version nubmer was specified for these new properties - these properties were added in v3.20c which is represented numerically as 32002 in decimal.

    The description of the tls_psk_id property was missing socket_prop_desc.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, February 02, 2025 21:42:54
    https://gitlab.synchro.net/main/sbbs/-/commit/e10260bc862550079536fc41
    Modified Files:
    src/sbbs3/js_socket.c
    Log Message:
    Remove accidental whitespace

    No functional change.

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Tuesday, February 04, 2025 19:16:47
    https://gitlab.synchro.net/main/sbbs/-/commit/eda230f782c548aec09f51b8
    Modified Files:
    src/sbbs3/js_socket.c
    Log Message:
    Don't use deprecated function: inet_addr()

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