Skip to content
Snippets Groups Projects
  1. Feb 10, 2023
    • Rob Swindell's avatar
      Allow configurable system password timeout · f6b57f98
      Rob Swindell authored
      The default value is the same as the previously hard-coded value: 15 minutes.
      
      Increase this value to prompt the sysop for the system password less frequently, decrease for more frequent.
      
      This fixes issue #407.
      f6b57f98
    • Rob Swindell's avatar
      Overhaul the System Configuration menu - moved all Security Options to submenu · 6c37f34c
      Rob Swindell authored
      The security-related options were really spread around and this menu was
      getting very overloaded (the list of Toggle Options had grown huge), so now
      most of the content is actually under the new "Security Options" sub-menu.
      
      This does make a bunch of previous instructions/docs slightly out of sync
      (e.g. SCFG->System->Security Level Values should now be
      SCFG->System->Security Options->Security Level Values), but I think sysops
      will still find stuff just fine.
      
      This re-org will allow me to add more options that I've wanted to but needed
      better organization and structuring to do so logically and clearly.
      
      Using the memcmp() trick to detect changes in the configuration.
      
      No new settings/option were added in this commit.
      6c37f34c
    • Rob Swindell's avatar
      Fix 30-year-old bug (obvious password patterns) in chkpass() · f11bc546
      Rob Swindell authored
      Off-by-one bug caused the comparison of only the first 3 chars of the proposed password against "QWE", "ASD", and "!@#" rather than the 4 character pattern match as intended.
      
      These lines should be removed anyway since this can be easily achieved via password.can (as intended), but I couldn't help myself but to fix this ancient bug.
      f11bc546
    • Rob Swindell's avatar
      Merge branch 'dd_msg_reader_read_personal_email_usernum_update' into 'master' · 18c8111c
      Rob Swindell authored
      DDMsgReader: As a loadable module, now make use of user# parameter for reading personal email (for the sysop when deleting a user account)
      
      See merge request !254
      18c8111c
    • Eric Oulashin's avatar
      DDMsgReader: As a loadable module, now make use of user# parameter for reading... · f065740c
      Eric Oulashin authored and Rob Swindell's avatar Rob Swindell committed
      DDMsgReader: As a loadable module, now make use of user# parameter for reading personal email (for the sysop when deleting a user account)
      f065740c
  2. Feb 09, 2023
  3. Feb 08, 2023
  4. Feb 07, 2023
  5. Feb 06, 2023
  6. Feb 05, 2023
  7. Feb 04, 2023
  8. Feb 03, 2023
  9. Feb 02, 2023
  10. Jan 31, 2023
Loading