Skip to content
Snippets Groups Projects
  1. May 27, 2021
  2. May 26, 2021
  3. May 25, 2021
  4. May 24, 2021
  5. May 23, 2021
  6. May 22, 2021
  7. May 21, 2021
    • Deucе's avatar
      Add a new RIP utility library · 3eee7f7a
      Deucе authored
      Currently, this has RIP.supported which returns true if RIP is
      supported by the client, and rip.loadicons(archive) which sends
      all the icons (and .RIP files) in the specified archive (either
      an Arcive object or a filename) to the remote if they don't
      already have them.
      
      If you have a RIP enabled door, a small JS script as a pre-run
      command like this:
      
      require("rip.js", "RIP");
      rip.loadicons('/sbbs/xtrl/lord/lordicns.zip');
      
      Will automatically send all the icon files in the arcive to the
      user if the user doesn't already have them.  For SyncTERM as of
      this commit, they will be placed in the cache directory for that
      BBS (and only be available for that BBS).
      
      On *nix, the cache dir is ~/.syncterm/cache/<bbsname>
      On Win32 it's something like:
      C:\Users\User\AppData\Local\Microsoft\Windows\INetCache\SyncTERM\cache\<bbsname>
      
      No ideal what it is on macOS.
      3eee7f7a
    • Deucе's avatar
      Fix newly-introduced memory leak... · a7a1c268
      Deucе authored
      I was going to start keeping the old rect around again, but that
      idea didn't pan out.  This massive memory leak is what I get for
      not doing more commits while tuning.
      a7a1c268
    • Deucе's avatar
      05b3074f
    • Deucе's avatar
      Fix auto-transfers · 04017243
      Deucе authored
      04017243
    • Deucе's avatar
      Try to remove the extra "SyncTERM" from the BBS cache path on Win32 · ef44d78a
      Deucе authored
      Reported by Booch (Thanks!)
      ef44d78a
    • Rob Swindell's avatar
Loading