• src/xpdev/multisock.c

    From Deuce@1:103/705 to Git commit to sbbs/master on Sun Nov 22 00:35:59 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/960e4abc8874f96532ef0104
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Store a pointer to the in_addr* once the family is discovered.sa_data won't cut it since it points to the port.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deuce@1:103/705 to Git commit to sbbs/master on Sun Nov 22 00:35:59 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/4f836731f7dea05b1a4a16f2
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Clear addr before filling it, update addrlen correctly.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deuce@1:103/705 to Git commit to sbbs/master on Sun Nov 22 00:35:59 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/ac9cb111bf266ed79e0d260e
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Fix bugs introduced in last couple of commits.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deon George@1:103/705 to Git commit to sbbs/master on Sun Nov 22 00:35:59 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/079218118cd9dac65b4fd7f2
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Slight tweaks to Deuces awesomeness - tested and v1/v2 working with ipv4/ipv6 addresses
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deon George@1:103/705 to Git commit to sbbs/master on Sun Nov 22 00:35:59 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/598ad56b0305221a15cbebc0
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Change buflen to size_t consitent with other recommendations, and change 'Working out' to LOG_DEBUG
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deon George@1:103/705 to Git commit to sbbs/master on Sun Nov 22 00:35:59 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/bfc0ecac8c3e8d03a8db4626
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Change read_socket_line() to fail if we dont get a NULL or \n terminated string within buflen.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deon George@1:103/705 to Git commit to sbbs/master on Sun Nov 22 00:35:59 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c8e0ad84a7418e201c937f90
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Consistent use of NULL, read_socket_line() no longer considers a NULL terminated string as good
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deon George@1:103/705 to Git commit to sbbs/master on Sun Nov 22 00:36:00 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/4ccb9588805ad7415d85df9a
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Fix for Microsoft C++ compiler
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deuce@1:103/705 to Git commit to sbbs/master on Sun Nov 22 00:36:00 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/25a960f72c04aad3ac93e0e5
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Fix my own nits.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Fri Dec 4 13:06:10 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/67d644177f74d2c577741a88
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Disable HAProxy support by default for nowThis code does not currently work on WinXP:"The procedure entry point inet_pton could not be located in the dynamic link library WS2_32.dll"That could likely be addressed using GetProcAddress(), but for now, I want to get to the bottom of a *different* issue reported on a WinXP system, so need to this disabled.Define HAPROXY_SUPPORT in your build if you need this feature compiled in right now.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Fri Dec 4 19:30:07 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/60e1e6c3a90cb0dd59381cdc
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Revert "Disable HAProxy support by default for now"This reverts commit 67d644177f74d2c577741a882f5a1fd6fe2d5431.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Mar 19 13:43:35 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9d93ebaa48a58c776e16faa8
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Revert last commit that used poll()Borland hates it.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 21 05:40:02 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/e9342f57152bfa4501ec1046
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Properly use poll_timeout in xpms_accept()
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 21 09:26:20 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/123596e1e1b6280f1a4dc914
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Fix bad listening socket detection in multisockA socket isn't bad just because there was no incoming connections. :D
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 21 10:22:07 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/85dcf5e5c5a2257bf8697557
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Fix memory leaks and logic errors in multisock accept()This likely unbreaks the things.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Mar 22 21:45:51 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/e3331b08cdc46018dacc3265
    Modified Files:
    src/xpdev/multisock.c
    Log Message:
    Return an error if calloc() fails allocating pollfd array.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)