• src/sbbs3/scfg/scfgnode.c

    From rswindell@VERT to CVS commit on Tuesday, October 10, 2017 14:50:56
    src/sbbs3/scfg scfgnode.c 1.29 1.30
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv22488

    Modified Files:
    scfgnode.c
    Log Message:
    Convert from legacy brace style (sorry, IHA).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, October 16, 2017 14:23:51
    src/sbbs3/scfg scfgnode.c 1.31 1.32
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv25184

    Modified Files:
    scfgnode.c
    Log Message:
    Replaced embedded Ctrl-A's in help text (with back-tick).
    Replaced embedded Ctrl-B's in help text (with tildes).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, July 28, 2018 19:05:56
    src/sbbs3/scfg scfgnode.c 1.33 1.34
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv24188

    Modified Files:
    scfgnode.c
    Log Message:
    Cosmetic changes only (popups).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, November 30, 2019 15:28:18
    src/sbbs3/scfg scfgnode.c 1.35 1.36
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv18777

    Modified Files:
    scfgnode.c
    Log Message:
    When you paste a new node, don't need to save changes.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, August 08, 2020 12:24:27
    src/sbbs3/scfg scfgnode.c 1.36 1.37
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv25400

    Modified Files:
    scfgnode.c
    Log Message:
    The problem: the sysop (me) is not notified of critical errors (e.g. synchro.net zone file problems) in a timely manner.
    Part of the solution: notify a configured user (e.g. user #1) via short-message/telegram and email/netmail logged-errors when messages of a configured severity (e.g. "Critical") are logged.
    The second part of the solution (coming next) will be allowing timed events to log a message of a configurable severity logged when the event fails (returns a non-zero error level to sbbs).

    I'm saving the error-notification-user-number and log-severity as part of the node.cnf file because:
    - that's where the validation user number is already set
    - I can conceive of a large system were certain node ranges (different instances of sbbs) might want different operators to be notified of logged-errors


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, September 06, 2020 11:01:40
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c2b64f0228de63cdb70404c6
    Modified Files:
    src/sbbs3/scfg/scfgnode.c
    Log Message:
    Update a lot of help text and fix a couple cosmetic issues.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, November 29, 2020 00:40:46
    https://gitlab.synchro.net/main/sbbs/-/commit/a3de2a8a6648344623a52b23
    Modified Files:
    src/sbbs3/scfg/scfgnode.c
    Log Message:
    Remove now-obsolete help text about FirstNode config being shared

    ... between all nodes of a instance sbbs instance. That's now no longer true.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, January 05, 2021 02:09:41
    https://gitlab.synchro.net/main/sbbs/-/commit/b68df653c187127dbdd5f536
    Modified Files:
    src/sbbs3/scfg/scfgnode.c
    Log Message:
    Make default node 2+ directory paths derived from node 1's directory

    For deon's use with Docker:
    When creating new nodes (after node 1), derive the new node directory from node 1's configured directory if possible (e.g. it has a '1' in it). So if Node 1's directory is /blah/bbsdir1, then node 2's directory will default to /blah/bbsdir2. When creating node 1 (the first node), it still defaults to "../node1".

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/EPHRAM to Rob Swindell on Thursday, January 07, 2021 07:02:06
    https://gitlab.synchro.net/main/sbbs/-/commit/b68df653c187127dbdd5f536 Modified Files:
    src/sbbs3/scfg/scfgnode.c
    Log Message:
    Make default node 2+ directory paths derived from node 1's directory

    For deon's use with Docker:
    When creating new nodes (after node 1), derive the new node directory from node 1's configured directory if possible (e.g. it has a '1' in it). So if Node 1's directory is /blah/bbsdir1, then node 2's directory will default to /blah/bbsdir2. When creating node 1 (the first node), it still defaults to "../node1".

    ;-/


    ~Ephram

    ---
    þ Synchronet þ The Realm of Dispair telnet ephram.synchro.net 2323 ssh 2222 web 82
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Saturday, April 01, 2023 00:14:19
    https://gitlab.synchro.net/main/sbbs/-/commit/46acf140b179d0245cc2145f
    Modified Files:
    src/sbbs3/scfg/scfgnode.c
    Log Message:
    When adding a node, prompt to update Terminal Server LastNode value

    This is an easily overlooked setting, let's make it easier

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Saturday, April 01, 2023 09:45:56
    https://gitlab.synchro.net/main/sbbs/-/commit/f64c62ec2417cbe3f5c22d2f
    Modified Files:
    src/sbbs3/scfg/scfgnode.c
    Log Message:
    Display an error if sbbs.ini can't be opened, don't deref NULL pointer

    CID 451182

    ---
    þ 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 Monday, December 18, 2023 22:49:27
    https://gitlab.synchro.net/main/sbbs/-/commit/b1e170545ee04ff449a23188
    Modified Files:
    src/sbbs3/scfg/scfgnode.c
    Log Message:
    Resolve clang warning

    warning: result of comparison of constant 100000 with expression of type 'uint16_t'
    (aka 'unsigned short') is always true

    ---
    þ 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 Sunday, January 07, 2024 22:44:15
    https://gitlab.synchro.net/main/sbbs/-/commit/e230bd35069f9e85b751067f
    Modified Files:
    src/sbbs3/scfg/scfgnode.c
    Log Message:
    The node_num isn's stored in the node.ini file, so no need to "fix it"

    This ancient bit of was re-writing node.ini files needlessly

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sunday, March 24, 2024 19:37:16
    https://gitlab.synchro.net/main/sbbs/-/commit/da9627ea5327a66031f20995
    Modified Files:
    src/sbbs3/scfg/scfgnode.c
    Log Message:
    Simplify the node config menu, eliminating Toggles/Advanced Options menus

    There's only one toggle left (Leave node file open) and not very many advanced options.

    Unfortuantely, can't easily do the cool left-right cycle through nodes since each node file has to be saved/loaded, but still, easier to visualize any differences between node configs with all the settings on one menu.

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