• src/sbbs3/node.c

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Thu Aug 8 00:03:34 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.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Aug 10 02:26:02 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
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 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.
    --- SBBSecho 3.20-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 Oct 12 02:48:24 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/6030d8d90356d177c4aeea41
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Fix options parsing

    -debug, -loop, -pause, and -v[key] have printed usage and exited
    since e1ac8374d9.
    --- SBBSecho 3.30-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 Oct 12 03:22:14 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/12faae1503722c8ee3ee0c87
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Print a message describing why usage() is being called

    The only way to get help without a message is to not specify any
    arguments at all.
    --- SBBSecho 3.30-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 Oct 12 03:28:38 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/20285cda7d935d7071c4b631
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Actually, multiple actions and options is documented

    Sorta... it's not really clear that/if options are supposed to be
    able to be specified later, but since they could, they can.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)