Skip to content
Snippets Groups Projects
  1. Jan 04, 2021
  2. Aug 16, 2020
  3. Apr 24, 2020
  4. Apr 01, 2020
    • rswindell's avatar
      Use require() instead of load(). · 7ef426f7
      rswindell authored
      Use the cached text.js.
      Use the cached userprops.js.
      Use const where applicable.
      Call bbs.nodesync() before the command prompt.
      Display sent-mail in reverse order (newest at top).
      7ef426f7
  5. Jul 12, 2019
  6. Jan 15, 2019
    • rswindell's avatar
      Don't load/list the mail index in reverse (newest-first) order by default. · 359297de
      rswindell authored
      Unfortunately, the call to readmail() in other places in sbbs
      (e.g. logon.ccp, useredit.cpp) is hard-coded without *out* this loadmail
      flag, so you get an index in oldest-first order when you logon and answer
      "Yes" to the "Read your mail now?" prompt and get the index in reverse
      (newest-first) order when you use the 'R' command from the email prompt
      which is unexpected and likely confusing to users. Until we can replace
      these hard-coded calls to readmail() with scripted logic which can read/
      use a user-preference property (e.g. from data/user/*.ini), we will just
      default to the old/previous behavior. The user is one key (!) away from
      reversing the index anyway.
      359297de
  7. Dec 30, 2018
  8. Oct 22, 2018
  9. Aug 28, 2018
  10. Aug 16, 2018
  11. Jul 29, 2018
  12. Jun 10, 2018
    • rswindell's avatar
      Replaced the Baja "E-mail Section" code block that was copy/pasted into several · 9d87373c
      rswindell authored
      shells with a new single/unified JS module (email_sec.js):
      - New (U)n-read mail read command ('A' is now for sending file attachments)
      - I didn't update to the renegade shell since it has a custom menu file
      - This module will work with older Synchronet builds, without netmail file
        attachments
      - The old Baja code still works, however... less Baja = rounder Earth
      9d87373c
Loading