• src/sbbs3/scfg/scfgnode.c

    From rswindell@VERT to CVS commit on Sat Aug 8 12:24:27 2020
    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 Sun Sep 6 11:01:40 2020
    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 Sun Nov 29 00:40:46 2020
    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 Tue Jan 5 02:09:41 2021
    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 Thu Jan 7 07:02:06 2021
    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 Sat Apr 1 00:14:19 2023
    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 Sat Apr 1 09:45:56 2023
    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 Mon Dec 18 22:49:27 2023
    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 Sun Jan 7 22:44:15 2024
    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 Sun Mar 24 19:37:16 2024
    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