• src/sbbs3/js_internal.c js_socket.c

    From Deuc¨@VERT to Git commit to main/sbbs/master on Sunday, April 04, 2021 16:29:03
    https://gitlab.synchro.net/main/sbbs/-/commit/57981cf2b176389f6a21e22d
    Modified Files:
    src/sbbs3/js_internal.c js_socket.c
    Log Message:
    Fix errors with callback-based connect()

    Non-poll used the wrong value for calculating the high socket (which
    is ignored on Win32, the only non-poll() user), and the socket was
    being set in the wrong union member.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Wednesday, April 07, 2021 23:12:42
    https://gitlab.synchro.net/main/sbbs/-/commit/287ee6e49ad636f6536fcc0c
    Modified Files:
    src/sbbs3/js_internal.c js_socket.c
    Log Message:
    When a callback event is handled, get remote_addr

    Prevents weird issues with getting remote address.

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