Skip to content
Snippets Groups Projects
Deucе's avatar
Deucе authored
This should get the original RIP stuff working properly.
LORD icon files are ideally handled a bit differently:
1) If the remote supports the SyncTERM cache operations, icons
   are transferred directly to the cache using them.  This requires
   a SyncTERM build including commit fa51ebe7.
2) If LORD is running in-process under Synchronet, it will try to
   initiate a YModem-G download for the files using
   bbs.send_file(name, 'G').  This means YModem-G must be enabled,
   and must use the 'G' command key.

Having the *correct* icon files will still work, but they must be
the expected file size and be the same modified date or newer to
be used by LORD JS.

Ideally, there would be a way to configure sexyz or something to
do icon transfers, but that's a lot harder, so I'm not going to
bother.
3e01fc3d
History

Synchronet Project

BBS-Related Software Source Repository

Directories within:

  • 3rdp - Third-party libraries
  • ctrl - Synchronet BBS configuration and run-time data files
  • docs - Synchronet BBS documentation (mostly legacy HTML)
  • exec - Synchronet BBS executable files (mostly JavaScript)
  • install - Synchronet BBS installation files
  • node1 - Synchronet BBS Terminal Server "node" configuration files
  • src - Source code (mostly C/C++)
  • text - Synchronet BBS text and menu files
  • web - Synchronet Legacy/Runemaster web UI
  • webv4 - echicken's web interface (v4) for Synchronet
  • xtrn - Synchronet BBS doors (mostly JavaScript)

Related web-sites:
Synchronet BBS Software
Synchronet Wiki
Synchronet Source Repository