Skip to content
Snippets Groups Projects
  1. Aug 18, 2021
    • Rob Swindell's avatar
      When writing/reading quotes.txt, ignore first 2 lines if WWIV-type · 51c069a0
      Rob Swindell authored
      WWIV writes 2 lines of metadata to the beginning of its quotes.txt file created for external message editors. Its not clear yet what these lines should contain, but the first line apparently should contain a '#' character since BREdit checks for this character before deciding to throw-away/ignore these lines (don't use them for quoted text). Thanks mlong for this tip!
      
      So if the external editor is set to "WWIV CHAIN.TXT" in SCFG (even if the door doesn't need/use it), then the quotes.txt file created by Synchronet will contain the extra 2 lines. We're just writing a # to the first line and the second line is blank.
      
      This fixes reported issue #188.
      51c069a0
    • Rob Swindell's avatar
      If hitting ESC at Editor Info File prompt, don't prompt for lowercase · ae0cdd2d
      Rob Swindell authored
      Slight usability improvement.
      ae0cdd2d
  2. Aug 15, 2021
  3. Aug 12, 2021
  4. Aug 10, 2021
  5. Aug 09, 2021
  6. Aug 05, 2021
  7. Aug 01, 2021
    • Rob Swindell's avatar
      Allow text of all guest information prompts to be overridden in modopts.ini · 3b216fad
      Rob Swindell authored
      By setting guest_name, guest_email, guest_location, or guest_referral to any
      truthy value, a prompt will be display. By setting it to a string (instead of
      true), that string will be displayed. I'm not sure how I feel about this kind
      of tri-state setting (true/false/string), but it does reduce the number of
      settings/options. The alternative is to have a separate boolean and string
      setting for each prompt (which I first considered).
      
      So, as of now:
      
      guest_name = false <- no prompt for Guest's name
      guest_name = "" <- no prompt for Guest's name
      guest_name = true (the default) <- default prompt text for Guest's name
      guest_name = "Enter your name, dude" <- replaces prompt text for Guest's name
      
      For enter trailing white-space and ctrl-a codes, use string literals, e.g.
      guest_name: "\x01hEnter your name, dude: "
      3b216fad
    • Rob Swindell's avatar
      Guest user prompts can be disabled via modopts.ini [logon] settings · 4c162641
      Rob Swindell authored
      guest_name = false will disable name prompt
      guest_email = false will disable the email address prompt
      guest_location = false will disable the location prompt
      guest_referral = false will disable the "where'd you hear about this BBS" prompt
      
      Note, at minimum, I do recommend prompting for the guest's email address so that if they send the sysop feedback (e.g. ask a question), they at least have some hope of receiving a reply.
      4c162641
  8. Jul 31, 2021
  9. Jul 12, 2021
  10. Jul 11, 2021
  11. Jul 09, 2021
    • Rob Swindell's avatar
      Add support for optiona "approved" option to be specify moderator's email addr · 87470350
      Rob Swindell authored
      Apparently required by some news servers.
      As requested via IRC:
      <poindexter> Hi all, I've got a weird request. I'd like to post to a newsgroup that relies on automoderation. You need to add an approved: header to any posting to have it be accepted - keeps the non-techie riffraff away. is there a way to do that with newslink.js?
      87470350
  12. Jul 06, 2021
  13. Jul 05, 2021
  14. Jul 02, 2021
  15. Jul 01, 2021
    • Rob Swindell's avatar
      Don't list messages that can't be read by user · 697a2408
      Rob Swindell authored
      Should fix unvalidated/moderated message readability bug reported by Phil
      697a2408
    • Rob Swindell's avatar
      Fix NULL pointer dereference in read_post_data() · 7a132bca
      Rob Swindell authored
      What took down cvs/sbbs yesterday:
      Program terminated with signal SIGSEGV, Segmentation fault.
      6203                    session->req.post_data[session->req.post_len]=0;
      [Current thread is 1 (Thread 0x7f2b989ff700 (LWP 17031))]
      (gdb) print post_len
      No symbol "post_len" in current context.
      (gdb) print session->req.post_len
      $1 = 0
      (gdb) print session->req.post_data
      $2 = 0x0
      7a132bca
  16. Jun 29, 2021
  17. Jun 18, 2021
  18. Jun 16, 2021
  19. Jun 15, 2021
Loading