• 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