Skip to content
Snippets Groups Projects
  1. Jan 12, 2019
    • rswindell's avatar
      Optimized fdate(), fcdate(), flength(), fnameexist() functions: · ec4b5ab1
      rswindell authored
      There's no reason to call access() before stat() since stat() will fail
      (return -1) if the file does not exist.
      ec4b5ab1
    • rswindell's avatar
      Modernization of this script (e.g. "use strict", require(), load(), etc.) · 477b2cfd
      rswindell authored
      Loads child scripts (finger.js, sbbsimsg.js) quicker.
      Note: irc.js can't be load()ed from here because it calls exit().
      Now using appropriate strings from text.dat (R_Chat, ON, OFF).
      Added modopts.ini [chat_sec] irc option (disable IRC access by setting to false).
      477b2cfd
    • rswindell's avatar
      Using a much more reliable method of saving/restoring the initial · caa3e18e
      rswindell authored
      console.ctrlkey_passthru state.
      As it was, if the irc.js abended, many ctrl-keys (e.g. ^C) would not work
      after exiting. A lot of scripts that much with the console.ctrlkey_passthru
      have this/similar issue and this is a simple but very reliable fix.
      caa3e18e
    • rswindell's avatar
      Use the new load/finger_lib.js · c08661e2
      rswindell authored
      c08661e2
    • rswindell's avatar
      A library for finger or systat/active-user client requests · c301721a
      rswindell authored
      (mostly migrated from exec/finger.js).
      c301721a
    • rswindell's avatar
      TickIT patch supplied by Mark Lewis: · f056efcc
      rswindell authored
      tickit.js version pulled from $ID string in .js file.
      tickit version used in Created by line.
      tickit version used in Path line.
      utc time stamp of processing used in Path line per FTS-5006.001.
      per area uploader.
      address selection:
         per area aka matching in From and Path lines.
         per area source address in From and Path lines.
         global aka matching in From and Path lines (original addressing method).
         global source address in From and Path lines.
         main FTN address from system.fido_addr_list (preferred but last in line with
      the above overrides).
      can use domains on linked systems' addresses in sbbsecho.ini again.
      can use domains on any address in tickit.ini.
      domains are NOT currently written to the generated TIC files to avoid creating
      possible problems for other TIC processors.
      force replace is available globally and per area in the ini and not only the
      command line.
      f056efcc
  2. Jan 11, 2019
  3. Jan 10, 2019
  4. Jan 09, 2019
  5. Jan 08, 2019
Loading