• src/sbbs3/node.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thursday, August 08, 2024 00:03:35
    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 Saturday, August 10, 2024 02:26:03
    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 Saturday, August 10, 2024 19:44:50
    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
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 12, 2025 02:48:24
    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.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 12, 2025 03:22:15
    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.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 12, 2025 03:22:15
    https://gitlab.synchro.net/main/sbbs/-/commit/784fe65ac84c2ab86dbb98e5
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Only allow one action per invocation and require options first

    This breaks the undocumented usages such as:
    node list 10 down 8
    node list 1 2 3 -debug 4

    I assume these were never supposed to work, but Digital Man may
    not be surprised by these.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 12, 2025 03:22:15
    https://gitlab.synchro.net/main/sbbs/-/commit/261c8a5a4f7d8c4ba582508e
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Fix compare in previous commit

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 12, 2025 03:28:39
    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.

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