Skip to content
Snippets Groups Projects
  1. Sep 08, 2021
  2. Sep 07, 2021
  3. Sep 06, 2021
    • Rob Swindell's avatar
      Change SearchExtendedQ to DisplayExtendedFileInfoQ · ae53f864
      Rob Swindell authored
      Relates to feature request #285.
      ae53f864
    • Rob Swindell's avatar
      When searching for text in file descriptions, always search ext desc · b10e86f1
      Rob Swindell authored
      Since users can (and usually do) display extended descriptions in their normal file listings anyway, it makes sense to go ahead and search them for the text (e.g. with the 'F' command from the default command shell File menu/prompt). So the "search/display extended info" prompt has been changed to just "Display extended file info" since it no longer controls whether or not the extended description is searched for the text (it always is). The FL_EXFIND was renamed to FL_EXT and only controls whether the extended info is display (the FL_FIND mode flag, always renamed, must also be specified for a find with extended info).
      
      This closes feature request #285 by Phil (@plt).
      b10e86f1
  4. Aug 30, 2021
  5. Aug 24, 2021
  6. Aug 18, 2021
  7. Aug 15, 2021
  8. Aug 12, 2021
  9. Aug 10, 2021
  10. Aug 09, 2021
  11. Aug 05, 2021
  12. 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
  13. Jul 31, 2021
  14. Jul 12, 2021
  15. Jul 11, 2021
  16. 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
  17. Jul 06, 2021
  18. Jul 05, 2021
  19. Jul 02, 2021
  20. 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
  21. Jun 29, 2021
  22. Jun 18, 2021
Loading