Skip to content
Snippets Groups Projects
  1. Apr 03, 2025
  2. Mar 24, 2025
  3. Mar 09, 2025
  4. Mar 04, 2025
  5. Feb 10, 2025
  6. Feb 05, 2025
  7. Feb 02, 2025
  8. Feb 01, 2025
  9. Jan 27, 2025
  10. Jan 26, 2025
  11. Jan 21, 2025
  12. Jan 20, 2025
  13. Jan 14, 2025
    • Rob Swindell's avatar
      Add/use "NoDOS" text.dat string · 176919c9
      Rob Swindell authored
      Displayed instead of hard-coded string in xtrn.cpp when attempting to run
      16-bit DOS program on system with no DOS/DOSemu support.
      176919c9
  14. Jan 13, 2025
  15. Jan 09, 2025
  16. Jan 08, 2025
    • Rob Swindell's avatar
      Include CPS rate used to calcaulte file transfer time in FiTransferTime string · 31fc8696
      Rob Swindell authored
      from text.dat.
      
      Also change the alignment of the Fi* (File Information) text.dat strings to
      allow more space for the data fields, allowing better support for adding URLs
      (for sysops that want to do so, e.g. by setting FiFilename in text.ini).
      31fc8696
    • Rob Swindell's avatar
      Revert "Add FileURL text.dat string, used when displaying file info" · 641e6c4a
      Rob Swindell authored
      This reverts commit 269875be.
      
      There are plenty of existing text.dat strings where URL @-codes can be added.
      I had good/better results by changing the FiFilename string.
      So let's not add a new/blank text.dat string for now good reason.
      641e6c4a
    • Rob Swindell's avatar
      Add FileURL text.dat string, used when displaying file info · 269875be
      Rob Swindell authored
      This is an optional (default: blank) string that can be used to display a
      file's URL(s) (e.g. FTP and/or Web URLs, using @-codes) when viewing extended
      file information. I currently have this string output before the file
      description.
      
      The idea is that a sysop could set this string (e.g in their ctrl/text.ini)
      instead of or in-addition-to their text/menu/download.msg file and then the
      file URL(s) would be more readily displayed (not just went prompting for a
      download protocol to send said file).
      269875be
  17. Jan 05, 2025
  18. Dec 22, 2024
  19. Dec 20, 2024
    • Rob Swindell's avatar
      Change security level 0 to be more forgiving · f867a667
      Rob Swindell authored
      changed from 0 to 1:
       timeperday
       timepercall
       callsperday
       postsperday
       emailperday
      
      There are restrictions to remove access to these features if that's what the
      sysop desires.
      
      This will allow unauthenticated mail clients to post a single message (per day)
      to a sub-board, when there's a posting alias set up (sub:* in alias.cfg).
      f867a667
  20. Dec 19, 2024
    • Rob Swindell's avatar
      Add "Auto" Local Time Zone option and make that the default for new install · 5434b904
      Rob Swindell authored
      As Deon pointed out in DOVE-Net / Synchronet Discussion, having a local time
      zone configured with a different UTC offset than your system time zone can
      produce strange/unexpected results (e.g. displayed age of messages). Since
      it's possible that not all sysops will complete the configuration wizard or
      actually set their timezone to the correct value (and ignore the startup
      warning message), we now make the default Local Time Zone to be
      "automatic" - query the OS every time the local time zone is needed/used.
      
      This has the downside of only storing (e.g. in message headers) the UTC
      offset of the current time zone (not the time zone abbreviation/name as
      encoded by SMB). I considered making an option to dynamically figure out
      the actual time zone (not just the UTC offset) and while I think that's
      doable, Deon just wanted his UTC offset (e.g. UTC+11:00) and not his
      time zone name (e.g. AEDT) stored in message headers, so this setting
      would be the behavior he expected/wanted.
      
      I'm using the sentinel time zone value of -1 for this new behavior.
      
      Existing configurations (behavior of existing systems) aren't changed.
      5434b904
Loading