• src/sbbs3/ftpsrvr.c mailsrvr.c main.cpp

    From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/master on Sunday, June 04, 2023 12:06:00
    https://gitlab.synchro.net/main/sbbs/-/commit/94d6be4538a465a3740cc2c9
    Modified Files:
    src/sbbs3/ftpsrvr.c mailsrvr.c main.cpp
    Log Message:
    Fix more potential null-ptr-derefs in use of gethostbyname()

    No known sightings of these sites actually being the location of a segfault, but as we learned from the segfaults in rblchk(), the first entry in the h_addr_list can be NULL in some cases.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows@VERT to Git commit to main/sbbs/master on Thursday, July 11, 2024 17:32:00
    https://gitlab.synchro.net/main/sbbs/-/commit/9a599dfabeaa11a2e042c4fc
    Modified Files:
    src/sbbs3/ftpsrvr.c mailsrvr.c main.cpp
    Log Message:
    Log and MQTT-public active client highwater values when seen/reached

    We don't log highwater valeus of 1, though those are published to MQTT.

    Not dealing with 'services' server yet, cause that's kind of tricky with the sysop likely wanting to know per-service stats (served counter, highwater
    mark, etc.)

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