Skip to content
Snippets Groups Projects
  1. Nov 23, 2024
  2. Nov 22, 2024
  3. Nov 21, 2024
  4. Nov 20, 2024
  5. Nov 19, 2024
    • Rob Swindell's avatar
      Allow Telnet client to be in binary mode persistently · 51c917d0
      Rob Swindell authored
      Before this change, we'd always request a return to Telnet NVT (turn off
      binary-TX in both directions) after any file transfer. So although a Telnet
      session might be negotiated into binary mode shortly after connection
      (e.g., using "telnet -8"), it would be reverted back to NVT mode after any
      file transfer.
      
      The request to turn off remote binary-TX after executing external programs
      didn't actually accomplish anything since we track the Telnet option states
      internally and don't send redundant requests (e.g. the change into a mode
      we're already in). External programs aren't expected to send Telnet requests
      anyway, so I think this was some holdover from early days of stp/sexyz
      development.
      51c917d0
    • Rob Swindell's avatar
      Don't use uninitialized variable: lockfname · 6d7f8568
      Rob Swindell authored
      Where's the compiler warnings guys?
      6d7f8568
    • Rob Swindell's avatar
      Add support for new experimental/optional Area File format: areas.ini · 813072cd
      Rob Swindell authored
      As suggested/requested by Fernando Toledo in issue #826, you can:
      1. run 'jsexec make_areas_ini.js' to export your areas.bbs file to areas.ini
         (your old areas.bbs is left in place, in tact, unmodified)
      2. change your Area File in echocfg->Paths and Filenames->Area File to
         somepath/somefile.ini (e.g. "../data/areas.ini") and SBBSecho will use
         the .ini file format instead of the old AREAS.BBS format (NIH)
      
      You can always go back to your areas.bbs file by just reverting the Area File
      setting back to some other non-ini filename (e.g. "../data/areas.bbs").
      
      Incremented version number to v3.23
      
      Of course documentation and echocfg changes will need to follow, but this is
      enough to start testing (looking at your Fernando! :-).
      
      I tried to minimize the diff as much as possible and resisted updating
      (modernizing, fixing) the very old AREAS.BBS parsing and areafix code.
      The new .ini code is largely modeled after the old areas.bbs code, but oh,
      xpdev/ini_file makes things so much nicer and easier.
      
      There are no known fixes for any pre-existing area file/fix issues (including
      issue #826), but it's always possible I've introduced a new issue.
      813072cd
Loading