Skip to content
Snippets Groups Projects
  1. Apr 03, 2025
    • Deucе's avatar
      Add to changes. · 11ebbeaa
      Deucе authored
      11ebbeaa
    • Deucе's avatar
      Fix telnet binary mode tracking. · 9a9a81ea
      Deucе authored
      When SyncTERM started by enabling binary mode in both directions,
      the internal tracking of the binary status wasn't updated, so it
      was incorrectly tracked as being in NVT mode.  After a file
      transfer, it would then revert to the NVT mode it throught it was
      in.
      
      This change updates the binary mode value when sending as well as
      receiving TELNET_BINARY_TX.
      
      This is still technically broken though since binary mode is
      negotiated separately in each direction, and the initial send of
      WILL + DO is actually a pair of requests that need to be confirmed
      by the remote.  Until they are confirmed, the connection is still
      in NVT mode.
      
      Hopefully though this isn't an issue since the remote should reply
      to both, and if it denies there's no effective difference between
      what we should do when already in binary mode and not because we
      don't support any other modes (such as CHARSET option).  Fixing it
      correctly would get very complex and involve blocking the connection
      until we get a response.
      9a9a81ea
    • Rob Swindell's avatar
      Align the Virtual Shortcut property description with the current enumeration · 4b0ff813
      Rob Swindell authored
      as pointed out by Nightfox.
      4b0ff813
    • Rob Swindell's avatar
      sys_timezone() no longer modifies the scfg_t.sys_timezone member itself · e47530ff
      Rob Swindell authored
      ... just the returned copy (when toggling the DST flag).
      
      This resolve the issue of SCFG->System menu detecting changes by the sysop
      (and prompting to Save Changes when exiting) when no changes were actually
      made, just that DST had been auto-enabled/disabled based on the date.
      e47530ff
    • Rob Swindell's avatar
      More Rlogin xtrn-menu options (in modopts.ini [logon] section): · 3cd0394c
      Rob Swindell authored
      rlogin_xtrn_logon set to false to skip the normal logon screens for Rlogin.
      rlogin_xtrn_logoff set to false (default) to immediately hangup, true to
      prompt the user if they truly wish to logoff, and "full" to prompt and if
      affirmed, go through the full logoff procedure (dislpay files and events,
      etc.).
      3cd0394c
  2. Apr 02, 2025
  3. Apr 01, 2025
  4. Mar 31, 2025
  5. Mar 30, 2025
  6. Mar 29, 2025
Loading