Skip to content
Snippets Groups Projects
  1. Mar 07, 2024
  2. Mar 06, 2024
  3. Mar 05, 2024
  4. Mar 04, 2024
  5. Mar 03, 2024
    • Rob Swindell's avatar
      Add SYS_MOUSE_HOT definition · c7747b9b
      Rob Swindell authored
      c7747b9b
    • Rob Swindell's avatar
      New toggle option (SCFG->System->Toggles->Mouse Hot-spots in Menus/Prompts) · f1555d28
      Rob Swindell authored
      This is for sysops that never want mouse hot-spots in their BBS menus and
      prompts (e.g. Kirkman, possibly Deuce) - set to "No".
      
      Setting to "No" also disables the function of the JS console.add_hotspot()
      method. Perhaps it should not. <shrug>
      
      Setting to "No" does not disable the terminal mouse support question when
      users are setting their terminal defaults. Perhaps it should.
      
      This option should default to enabled (sysops that depend on mouse hot-spots
      should double check) - it's enabled in new/stock installs.
      f1555d28
    • Rob Swindell's avatar
    • Deucе's avatar
      Fix issue when third SSH authentication attempt succeeds · 479c00be
      Deucе authored
      Because the session is activated on the *next* time through the
      loop, if the third attempt to authenticate (including public key)
      fails, it would leave the session inactive and fail to log in with
      a confusing error about an obsolete cryptlib.
      
      On success, decrement ssh_failed to ensure another pass through
      the loop.
      
      Also, add more debug logging around the auth so you can clearly
      see each failure, and log client_socket each time so it's clearly
      grouped.
      479c00be
Loading