• src/sbbs3/umonitor/umonitor.c

    From Rob Swindell 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
    ```
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Thu Feb 2 13:14:56 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/a5a92c98cb8f66ac0c64e64d
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Make the "Spy on node" and "Chat with user" node options always available

    On the node options popup menu, these options weren't visible/available unless there was a user logged-in, but they're usable and useful even when there
    is not a user logged-in.
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Thu Feb 2 13:14:56 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/7e5a97228947bd05e55b9c6e
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Make the chat (F10) work even when user is not logged-in

    A sysop can, and may want to, chat with a user before they succesfully login.
  • From Rob Swindell (on ChromeOS) to Git commit to main/sbbs/master on Sun Mar 26 19:58:09 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/354b2c11b05b0e0c38091936
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Check the return value of chdir() - fixes CID 451056
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Sun Sep 24 14:30:38 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/53c3b03222d44d880240a06b
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Don't pass all command-line arguments to child programs

    Only the common/UIFC-type arguments should be passed-on.

    This fixes issue #646

    It also appeared that the user editor spawning wouldn't work correctly
    when arguments were passed to umonitor (missing a space).
  • From Rob Swindell (on ChromeOS) to Git commit to main/sbbs/master on Sat May 25 18:48:53 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/587dccda64e9edaa36e8660f
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Eliminate use of CVS Revision keyword
  • From Rob Swindell (on ChromeOS) to Git commit to main/sbbs/master on Sat May 25 19:37:16 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/2c5c7c74ed7ee0acb32bf909
    Modified Files:
    src/sbbs3/umonitor/umonitor.c
    Log Message:
    Add support for umonitor.ini (with fallback to uifc.ini)

    ... for uifc/ciolib settings

    And make default video mode LCD 80x25
  • From Rob Swindell (on Debian Linux)@rob@synchro.net to Git commit to main/sbbs/master on Wed Feb 5 13:03:57 2025
    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"