• src/sbbs3/mailsrvr.c main

    From Rob Swindell (on Windows@VERT to Git commit to main/sbbs/m on Tue Feb 4 19:16:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/29b93c3297c7d46af898d150
    Modified Files:
    src/sbbs3/mailsrvr.c main.cpp
    Log Message:
    Don't use deprecated functions: inet_addr() and gethostbyname()
  • From Rob Swindell (on Windows@VERT to Git commit to main/sbbs/m on Fri Feb 14 13:30:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/7189b3660218e53d04a62131
    Modified Files:
    src/sbbs3/mailsrvr.c main.cpp
    Log Message:
    Fix issue resolving "localhost" to IPv4 address on (some) IPv6-enabled systems

    We need to provide an address family "hint" to getaddrinfo() to limit the results to IPv4 addresses.

    Regression introduced in commit 29b93c3297c

    Reported by Keyop via IRC