• src/sbbs3/node.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thu Aug 8 00:03:35 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/54277decdf7be696eb1de1e6
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Display usage help when unrecognized param is detected

    Include -pause and -loop options in usage help output.

    Don't delay (sleep) one second when looping and -pause option is used.

    Flush the output before waiting for key-press (-pause option is used).

    This should all address issue #365. Sorry for the long wait.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Aug 10 02:26:03 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/e1ac8374d9514199f87ae5d2
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Fix the 'node list' command

    No longer claim that 'list' is the default action (it's not).

    If you want to list nodes, you need to specify the 'list' action.

    Fix for issue #772

    ---
    þ 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 Sat Aug 10 19:44:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5e9ced42351938dd24409254
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Fix usage of "node list <node_num> <node_num> [...]"

    Only the last node number specified would be listed before this fix.

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