• src/sbbs3/umonitor/umonitor.c

    From rswindell@VERT to CVS commit on Wednesday, September 25, 2019 19:19:08
    src/sbbs3/umonitor umonitor.c 1.88 1.89
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/home/rswindell/sbbs/src/sbbs3/umonitor

    Modified Files:
    umonitor.c
    Log Message:
    Updated nodestatus() function usage to support custom/extneded node status text.



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, January 03, 2020 11:35:25
    src/sbbs3/umonitor umonitor.c 1.89 1.90
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/home/rswindell/sbbs/src/sbbs3/umonitor

    Modified Files:
    umonitor.c
    Log Message:
    Add/use a new get_ctrl_dir() function to query the SBBSCTRL env var and if
    not set (or blank), use the default ("/sbbs/ctrl") and print a warning to stderr. This resolves a FAQ for sysops that struggle with setting the SBBSCTRL env var, but do have sbbs install in /sbbs or a symlink from /sbbs to where sbbs is actually installed.

    Note: this function is different than the one previously defined in getctrl.c but never used. If/when we ever really need to support PREFIX, then perhaps we'll use that one (which copies a string to a buffer).



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, February 03, 2020 20:04:38
    src/sbbs3/umonitor umonitor.c 1.90 1.91
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/home/rswindell/sbbs/src/sbbs3/umonitor

    Modified Files:
    umonitor.c
    Log Message:
    Insure SBBS CTRL dir ends in a slash/backslash.
    As reported by Ragnarok (DOCKSUD)



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, March 15, 2020 11:54:07
    src/sbbs3/umonitor umonitor.c 1.91 1.92
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/home/rswindell/sbbs/src/sbbs3/umonitor

    Modified Files:
    umonitor.c
    Log Message:
    Log files can be very big. Let's not allocate the space for them on the
    stack. Use the heap instead.



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 21, 2020 15:21:00
    src/sbbs3/umonitor umonitor.c 1.92 1.93
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/tmp/cvs-serv22258

    Modified Files:
    umonitor.c
    Log Message:
    Edit sbbsecho.ini (SBBSecho v3 config file) instead of sbbsecho.cfg
    Fixed capitalization and description of "SBBSecho".




    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 21, 2020 20:01:32
    src/sbbs3/umonitor umonitor.c 1.93 1.94
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/tmp/cvs-serv17796

    Modified Files:
    umonitor.c
    Log Message:
    Added "Configure FidoNet" menu item (launches echocfg).
    Updated Menu Item names (e.g. "Configure BBS" rather "Run SCFG").
    Added menu options to view echostats.ini and badareas.lst



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, March 22, 2020 01:23:16
    src/sbbs3/umonitor umonitor.c 1.94 1.95
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/tmp/cvs-serv32409

    Modified Files:
    umonitor.c
    Log Message:
    Added modopts.ini to "Edit Config File" menu.
    Moved twitlist.cfg and spamblock.cfg to "Edit Filter File" menu.



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, March 23, 2020 22:22:12
    src/sbbs3/umonitor umonitor.c 1.95 1.96
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/tmp/cvs-serv17472

    Modified Files:
    umonitor.c
    Log Message:
    Add viewing of BinkP stats (binkstats.ini)



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thursday, April 02, 2020 11:19:52
    src/sbbs3/umonitor umonitor.c 1.96 1.97
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/tmp/cvs-serv29049/umonitor

    Modified Files:
    umonitor.c
    Log Message:
    Fix clang warnings.




    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, April 12, 2020 12:23:00
    src/sbbs3/umonitor umonitor.c 1.97 1.98
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/home/rswindell/sbbs/src/sbbs3/umonitor

    Modified Files:
    umonitor.c
    Log Message:
    Added support for -iI to force curses ASCII mode.
    Removed some unnecessary carriage returns from printf statements.



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, August 16, 2020 16:48:52
    src/sbbs3/umonitor umonitor.c 1.98 1.99
    Update of /cvsroot/sbbs/src/sbbs3/umonitor
    In directory cvs:/home/rswindell/sbbs.cvssync/src/sbbs3/umonitor

    Modified Files:
    umonitor.c
    Log Message:
    Merge from gitlab master branch (experiment).



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tuesday, September 15, 2020 15:43:25
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/ba6c926f340044122c9a6a56
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Fix typo (thanks WitNik)

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tuesday, September 22, 2020 20:09:04
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/192d73f4d8f6264e2af39197
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Allow chat with nodes that are in other-than "in use" status

    (e.g. logon, new-user, quiet mode) - these are value node status values
    with a user on the node.

    Also address GCC warnings about unsafe sprintf usage, e.g.
    warning: `%s' directive writing up to 79 bytes into a region of size 59

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tuesday, September 22, 2020 20:24:58
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/fe6ac26bc5d20d24087e56e6
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Fix previous commit: node status range LOGON <-> QUIET

    ---
    � 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 Wednesday, February 05, 2025 13:03:57
    https://gitlab.synchro.net/main/sbbs/-/commit/7df624d80b97d631b7d6ec69
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Don't use K_WRAP here, it's not even a UIFC "thing"

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