• src/sbbs3/node.c

    From rswindell@VERT to CVS commit on Sun Sep 15 00:35:04 2013
    src/sbbs3 node.c 1.23 1.24
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5925

    Modified Files:
    node.c
    Log Message:
    Correctly parse the aux=0 value for the "private chat" action and display as "local chat with sysop" rather than "private chat with node 0".

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sat Oct 5 07:30:48 2013
    src/sbbs3 node.c 1.25 1.26
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv4542

    Modified Files:
    node.c
    Log Message:
    Fix warning. Undecorated constants are ints.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telne
  • From deuce@VERT to CVS commit on Fri May 1 18:00:13 2015
    src/sbbs3 node.c 1.26 1.27
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28703

    Modified Files:
    node.c
    Log Message:
    Add values for NODE_WFC and NODE_OFFLINE to the help text.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Fri Aug 21 23:33:25 2015
    src/sbbs3 node.c 1.27 1.28
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv29798

    Modified Files:
    node.c
    Log Message:
    Fix warnings.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Tue Nov 14 23:12:53 2017
    src/sbbs3 node.c 1.29 1.30
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    node.c
    Log Message:
    Fix long standing bug when setting misc, useron, and aux values: was
    truncating numeric value to 8-bits (0-255). Added support for hexadecimal notation (prefix with 0x) while I was at it.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Oct 8 18:47:13 2018
    src/sbbs3 node.c 1.30 1.31
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    node.c
    Log Message:
    When the node is in "logging out" status, print the user number that is currently logging-out.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Sep 25 19:46:06 2019
    src/sbbs3 node.c 1.31 1.32
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    node.c
    Log Message:
    Quick hack for Alterego to support custom/extended node status text.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Oct 3 10:54:28 2019
    src/sbbs3 node.c 1.32 1.33
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    node.c
    Log Message:
    Fix off-by-one bug in previous commit.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 4 15:13:57 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/c26a7cb9f9e4eb4a8238616c
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Address logically dead code

    This is so old/bad. CID 33179.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Mar 3 16:45:56 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/4d4059e145dad2127b1a0e1d
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Fix CID 33629: Unbounded source buffer
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Mar 5 11:48:13 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/c1bd5d23c06cb606772dae92
    Modified Files:
    src/sbbs3/node.c
    Log Message:
    Move where the "pause" option is applied

    At the suggestion/request of Andre Robitaille.

    This option was originally added for debugging use, but may as well move it if it's useful in another way.
    ---
    þ 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 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
  • From Deucе@VERT 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.
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Oct 12 03:22:15 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.
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Oct 12 03:22:15 2025
    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 Sun Oct 12 03:22:15 2025
    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 Sun Oct 12 03:28:39 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.
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net