• src/sbbs3/scfg/scfgnode.c

    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