Skip to content
Snippets Groups Projects
  1. Apr 04, 2022
  2. Apr 03, 2022
  3. Apr 01, 2022
    • Rob Swindell's avatar
      My initial/simple/ugly dynamic web file index generator · 2e53a8d6
      Rob Swindell authored
      Configured in sbbs.ini [web] by setting:
      
       FileVpathPrefix = /files/
       FileIndexScript = webfileindex.ssjs
      
      And optionally (if you want your vhosts to get filebase access):
      
       FileVPathForVHosts = true
      
      You can use an .xjs file if you prefer.
      2e53a8d6
  4. Mar 31, 2022
  5. Mar 29, 2022
    • Eric Oulashin's avatar
      DDLightbarMenu OnItemNav on initial display · ad1e7b47
      Eric Oulashin authored
      DDLightbarMenu can now optionally call its OnItemNav function when
      it's first displayed.  By default this behavior is disabled, but it
      can be enabled by setting the (new) callOnItemNavOnStartup property
      to true.
      ad1e7b47
  6. Mar 27, 2022
  7. Mar 17, 2022
  8. Mar 16, 2022
    • Rob Swindell's avatar
      Optional channel list per server configured in modopts.ini · 9c29ea47
      Rob Swindell authored
      So you have multiple IRC servers configured in modopts.ini and
      you want different channel list per server? Just add more
      keys to the modopts.ini [chat_sec] section of the form:
      <server>=<channel_list>
      
      Where <server> is the IRC server's host name (e.g. irc.synchro.net)
      and <channel_list> is a comma-separated list of channels to override
      the default list of channels (set with the "irc_channel" key).
      
      For DesotoFireflite (VALHALLA)
      9c29ea47
  9. Mar 14, 2022
  10. Mar 12, 2022
    • Eric Oulashin's avatar
      ddfilelister: Now displays extended description in list view if the user has that setting enabled · 9bdb6793
      Eric Oulashin authored
      ddfilelister version 2.05 - Now makes use of the user's extended file description setting: If
      the user's extended file description setting is enabled, the lister will now show extended file
      descriptions on the main screen in a split format, with the lightbar file list on the left and
      the extended file description for the highlighted file on the right.
      Also, made the file info window taller for terminals within 25 lines high.
      This should resolve issue #363 .
      This update to ddfilelister also requires the included update to dd_lightbar_menu.js and the
      new attr_conv.js.
      9bdb6793
  11. Mar 11, 2022
  12. Mar 10, 2022
  13. Mar 09, 2022
    • Rob Swindell's avatar
      By default, '-l' (last few callers) option will pull from previous days · 9b24ed57
      Rob Swindell authored
      If modopts.ini [logonlist] last_few_days is set (to a number), that will
      dictate the maximum number of previous days to pull last few callers from
      (e.g. set to '0' for previous behavior).
      
      Also, '-l' can now be used with a command-line option (e.g. '-l <num>')
      to specify the number of callers to display (overriding the modopts.ini
      last_fwe_callers value).
      
      This should address issue (feature request) #371.
      9b24ed57
    • Rob Swindell's avatar
      get() method supports reading entries from multiple days · cff7c8ed
      Rob Swindell authored
      If days_ago argument is undefined (as is the case when performing
      a "last few callers" query/list), then pull upto the maximum last
      number of callers from previous days as necessary.
      
      Part of fix for issue #371
      cff7c8ed
  14. Mar 08, 2022
  15. Mar 06, 2022
  16. Mar 05, 2022
  17. Feb 27, 2022
  18. Feb 26, 2022
    • Rob Swindell's avatar
      Move "MSGS" string command logic to its own file · 8357fcf5
      Rob Swindell authored
      This makes the view instant message logic more easily accessible from other
      places (e.g. menus or whatever).
      
      Add (V)iew command the private message (^P) prompt while we're at it.
      Users don't normally discover ;string commands on their own.
      8357fcf5
  19. Feb 24, 2022
  20. Feb 23, 2022
  21. Feb 22, 2022
    • Rob Swindell's avatar
      Display a different prompt for sysops (that includes the [D]elete option) · 5e89a8e2
      Rob Swindell authored
      This addresses the gitlab issue #130.
      
      Also, prompt for confirmation when [D]eleting the file.
      
      Also, allow modopts.ini customization of this script via keys
      in the new (optional) [automsg] section:
      
      prompt (defaults to text.dat AutoMsg)
      sysop_prompt (defaults to hard-coded string)
      intro (defaults to hard-coded string)
      header_fmt (defaults to text.dat AutoMsgBy)
      user_fmt (defaults to hard-coded string)
      line_fmt (defaults to hard-coded string)
      max_line_len (defaults to 76)
      5e89a8e2
  22. Feb 17, 2022
    • Rob Swindell's avatar
      Strip carriage returns from extended descriptions · 3da0fe24
      Rob Swindell authored
      On Windows, CRs in extended descriptions could result in output of
      \r\r\n which could be displayed as 2 newlines (e.g. in notepad.exe).
      Since the \n -> \r\n expansion already happens on Windows stdout,
      we don't want them in the processed input (file metadata).
      
      As reported by DesotoFireflite (VALHALLA), thank you!
      3da0fe24
    • Rob Swindell's avatar
      Don't include both normal and extended file descriptions by default · 16d0c5c4
      Rob Swindell authored
      As pointed out by DesotoFireflite (VALHALLA), both the file's
      short/normal description and the extended description were being
      included in all file listings. This is probably want most sysops
      will want since the extended description is often used as the content
      of the short/normal description, resulting in repeated content. So,
      by default, if there is an extended file description, don't output
      the short/normal file description.
      
      If you want to include *both* the short and extended descriptions
      (for files that have both), include both the -ext and -desc command
      line options.
      16d0c5c4
  23. Feb 16, 2022
  24. Feb 15, 2022
  25. Feb 14, 2022
    • Eric Oulashin's avatar
      Digital Distortion File Lister version 2.02: Added the ability to do · fe7d801a
      Eric Oulashin authored
      a file search (via filespec, description, or new files since last scan).
      A command-line parameter, -MODE, specifies which search to perform
      (search_filename, search_description, or new_file_search for searching;
      list_curdir lists files in the user's current directory, which is the
      default).
      fe7d801a
  26. Feb 12, 2022
Loading