• src/sbbs3/umonitor/umonitor.c

    From rswindell@1:103/705 to CVS commit on Sun Aug 16 17:48:52 2020
    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).


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Tue Sep 15 16:43:25 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/ba6c926f340044122c9a6a56
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Fix typo (thanks WitNik)
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Tue Sep 22 21:09:04 2020
    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 valueswith 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
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Tue Sep 22 21:24:58 2020
    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
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Tue Nov 3 18:29:56 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/ff90a5a09b584460cafc1d6a
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Rewrite recycle_servers()Added an "All Servers" option.Fixed the "Telnet server" (now "Terminal Server") to set the correct/modern semaphore file.Simplified the implementation of this function.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sun Nov 22 22:45:36 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/ad5e1d5494c7dc23b5a45599
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Fix a cosmetic and usability issues reported by plt and Altere (ATHEL)Combined with a fix in uifc32.c, this fixes some problems with spawningexternal programs (e.g. to edit files, run scfg, echocfg, etc.) andwhen returning having a different keyboard input functionality and thescreen all fubarred. Tested with Linux/ncurses.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Dec 13 02:39:09 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/7a14dbca462169f6f6fd8f0d
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Fix free space detection in status windowWas using <data_dir>/temp to check for free space. data/temp isnot a normally created directory, so usually this check would failand just report 0 bytes free space. Instead, lets check the datadirectory itself.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Dec 13 13:35:59 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/2645dee022a7fd64f393489a
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Display node client information (IP address, protocol, duration of connection)when selecting a node (data comes from node#/client.ini). For Nelgin.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Dec 23 13:24:30 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/ffd29b69b186584551894084
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Fix typo reported by WitNik (BGGRSCYN)
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Feb 10 14:37:45 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/a81fb283203b8312d88bc227
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Include a space after "syncterm" and before arguments.Fix issue reported WitNik (BGGRSCYN) on DOVE-Net:```sbbs@raspberrypi:~ $ /sbbs/exec/umonitor -iC...sh: 1: /sbbs/exec/syncterm-iC: not found```
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)