Skip to content
Snippets Groups Projects
  1. Jan 07, 2018
  2. Jan 06, 2018
  3. Jan 04, 2018
  4. Jan 03, 2018
  5. Dec 30, 2017
  6. Dec 29, 2017
  7. Dec 28, 2017
  8. Dec 18, 2017
  9. Dec 13, 2017
  10. Dec 11, 2017
  11. Dec 10, 2017
  12. Dec 08, 2017
  13. Dec 06, 2017
  14. Dec 05, 2017
    • rswindell's avatar
      When executing non-native (e.g. 16-bit DOS) programs, set the PCBNODE · aee4d8ff
      rswindell authored
      environment variable (to the same value as SBBSNNUM) as some door games
      (e.g. Bordello, by T&J Software) have support for this environment variable
      built into their configuration file parsing. This makes setting up multiple
      nodes much easier/faster, as you can re-use the same configuration file for
      all of them by just specifying this environment variable in the .cfg file
      (e.g. "c:\sbbs\node%PCBNODE%\door.sys"). Unfortunately, you can't use just
      *any* environment variable, it has to be one of the ones specifically supported
      by their programs (or door frame door kit?). Anyway, this simple hack can save
      a lot of time setting up some of these doors.
      I did not do this for executing native (32-bit) programs as I'm pretty sure
      there was never a 32-bit version of PCBoard, so that wouldn't make much sense.
      aee4d8ff
  15. Dec 03, 2017
  16. Dec 02, 2017
    • rswindell's avatar
      New feature: when exporting FTN netmail from the "mail" base, if the message · d1e525ce
      rswindell authored
      has a MIME-encoded file attachment, decode that attachment into a file and
      attach to the message FTN-style.
      - This allows sending of FTN file attached netmail using your Internet email
        client.
      - Only a single attachment is supported (consistent with all attachment support
        in SBBSecho).
      create_netmail() enhancements:
      Don't add the FLAGS control line if we're in FLO-mode - this line is not used
      by BSO/FLO mailers.
      If there is a file attachment, but the message contains a subject, add a
      Subject: <original subject> line to the message body, since FTN requires the
      attached filename be placed in the subject.
      d1e525ce
  17. Dec 01, 2017
  18. Nov 29, 2017
  19. Nov 28, 2017
Loading