Skip to content
Snippets Groups Projects
  1. Nov 28, 2007
  2. Jul 25, 2007
  3. Jul 10, 2007
  4. Jul 08, 2007
  5. Jul 07, 2007
  6. Apr 11, 2007
  7. Feb 11, 2007
  8. Dec 29, 2006
  9. Sep 07, 2006
  10. Aug 29, 2006
  11. Aug 28, 2006
  12. May 10, 2006
    • rswindell's avatar
      Added FTP server option: Lookup Passive IP · 2a6b87d9
      rswindell authored
      (enabled by adding LOOKUP_PASV_IP to the "Options" value in the [ftp] section
      of your ctrl/sbbs.ini.
      This option tells the FTP server to perform a hostname lookup (on the BBS's
      hostname) to determine the correct/current public IP address to use in
      PASV responses. This is one more kludge to work around stupid NAT devices
      (consumer firewalls/routers).
      2a6b87d9
  13. Apr 25, 2006
  14. Jan 31, 2006
  15. Jan 11, 2006
  16. Jan 10, 2006
  17. Oct 13, 2005
  18. Oct 07, 2005
  19. Sep 05, 2005
  20. Jul 03, 2005
  21. Jun 30, 2005
    • runderwo's avatar
      · b0b19193
      runderwo authored
      Fix spelling error which keeps spreading to new files.
      b0b19193
  22. May 07, 2005
  23. Apr 21, 2005
  24. Apr 18, 2005
  25. Mar 26, 2005
  26. Feb 18, 2005
    • rswindell's avatar
      Overhaul of temp directory usage: · 7b29a54b
      rswindell authored
      No more temp files in data or data/temp.
      ctrl_dir/../temp (e.g. sbbs/temp) is the new default temp dir.
      Each server has its own separately configurable temp dir.
      BBS events (e.g. QWK packet processing) now have their own exclusive-use
      temp dir (e.g. sbbs/temp/event).
      All server threads will attempt to create and verify the validity of their temp dir.
      System temp dir is only the default global temp dir for Unix (i.e. /tmp), since
      the Windows default temp dir (e.g. C:\DOCUME~1\Rob\LOCALS~1\Temp) is not
      particularly friendly or attractive.
      7b29a54b
    • rswindell's avatar
      Create tempory transfer files in the (*gasp*) temporary directory (instead of · 05339817
      rswindell authored
      data_dir).
      Use more unique temporary transfer filenames (includes the local hostname).
      05339817
  27. Feb 09, 2005
  28. Feb 08, 2005
  29. Jan 07, 2005
  30. Dec 17, 2004
  31. Nov 18, 2004
    • rswindell's avatar
      Work-around problem in src/sbbs3/GNUmakefile: · 64283d35
      rswindell authored
      Macros in sbbsdefs.mk should only be defined when building libsbbs.so. This is
      the cause of the "static declaration of 'x' follows non-static declaration" GCC
      warnings. While harmless warnings now, in GCC 3.5, this condition has been
      elevated to a compile error. :-(
      The real fix needs to be made in GNUmakefile someday (Deuce). :-)
      64283d35
  32. Nov 16, 2004
Loading