Skip to content
Snippets Groups Projects
  1. May 22, 2021
  2. May 21, 2021
    • Deucе's avatar
      Add a new RIP utility library · db1e1708
      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.
      db1e1708
  3. May 10, 2021
  4. Apr 29, 2021
  5. Apr 25, 2021
  6. Apr 21, 2021
  7. Apr 20, 2021
  8. Apr 19, 2021
  9. Apr 17, 2021
  10. Apr 13, 2021
    • echicken's avatar
      Hack the planet. · 1184114d
      echicken authored
      1184114d
    • echicken's avatar
      Serves "presence" data about local and remote users. · 0ecaf3db
      echicken authored
      Upon connecting, a client will be sent a list of who's online on
      the local BBS as well as other systems (if you and they are set
      up for instant messaging). Updates will be sent for subsequent
      events (logon, update, logoff).
      
      Mostly intended for use by local consumers; you probably don't
      need to open any ports for this.
      
      Nothing uses this at the moment and you do not need to add it
      to your config. Eventually it'll bring interBBS presence and
      messaging back to webv4 and probably introduce a fancier textmode
      imsg module.
      0ecaf3db
  11. Apr 12, 2021
  12. Apr 08, 2021
  13. Apr 07, 2021
  14. Apr 06, 2021
Loading