Skip to content
Snippets Groups Projects
  1. Feb 18, 2021
  2. Feb 15, 2021
  3. Feb 06, 2021
  4. Feb 05, 2021
  5. Feb 04, 2021
  6. Jan 25, 2021
  7. Jan 24, 2021
  8. Jan 11, 2021
  9. Jan 06, 2021
  10. Dec 22, 2020
    • Rob Swindell's avatar
      Remove dynamic HTML index support from FTP server · 22e8d2e3
      Rob Swindell authored
      The days of browsers rendering HTML served-up via FTP are over, so remove this feature. This also removes all JavaScript support from the FTP server and that is a bit odd as it was one of the first Synchronet components for which I added JS support.
      
      Removing this feature was pretty painless; much easier than adding it was. The main motivation was less cruft to port to the file base in the works. There should be no more references to 00index.html anywhere at this point. Bye bye cool feature, we'll miss you.
      22e8d2e3
  11. Dec 17, 2020
    • Kayz's avatar
      Improvements to linux dosemu support · 52487ec4
      Kayz authored and Rob Swindell's avatar Rob Swindell committed
      The hardcoded external.bat file has been moved to a templated
      /exec/external.bat which can be modified by the sysop. ENV
      vars are in there to be able to customize as needed. emusetup.bat
      is no longer needed, but still supported. The actual dosemu command line
      is now stored in /exec/dosemulaunch.ini and can be customized for
      fossil or i/o command lines. the keystroke is now only sent for i/o, and
      only sent as \n instead of \r which would trigger undesired behavior in
      certain programs. The above 2 files can also be placed in door dirs
      to override. ansi.com has been removed as it was not needed. default
      external.bat includes cmd lines for share, x00, etc. (user will still
      need to provide these in xtrn/dosutils).
      52487ec4
    • Rob Swindell's avatar
      Enable Message Markup (and hide markup) by default · 58b6135a
      Rob Swindell authored
      On Local and DOVE-Net subs.
      58b6135a
  12. Dec 15, 2020
  13. Dec 10, 2020
  14. Nov 24, 2020
  15. Nov 22, 2020
  16. Nov 20, 2020
    • Rob Swindell's avatar
      Increase JavaScriptMaxBytes from 8M to 160M · 27269ebe
      Rob Swindell authored
      160M is the value used by the Mozilla/SpiderMonkey JSShell project, so I'm
      rationalizing that as an acceptable default. Of course, it would be good
      to optimize memory usage in JS scripts, so we'll work on that too. So, if
      you're a JS developer, best to play with lower values here to see if/where
      you're being potentially wasteful in your memory usage, but most sysops
      just want everything "to work".
      27269ebe
  17. Nov 18, 2020
  18. Nov 14, 2020
  19. Nov 12, 2020
  20. Nov 11, 2020
  21. Nov 01, 2020
  22. Oct 25, 2020
  23. Oct 21, 2020
  24. Oct 18, 2020
  25. Oct 16, 2020
  26. Oct 15, 2020
  27. Oct 03, 2020
  28. Sep 19, 2020
  29. Sep 17, 2020
    • Rob Swindell's avatar
      Better sysop availability (for chat) visibility/toggleability · 6b993a0b
      Rob Swindell authored
      - JS system.operator_available property (read/writeable)
      - SYSAVAIL @-code which expands to LiSysopAvailable or LiSysopNotAvailable
        (use the new SYSAVAIL @-code in the chat menu to show availabilty to chat)
      - ;avail sysop command (in str_cmds.js) to toggle sysop availability
      - Changed LiSysopIs text.dat string to be a format string (include %s) and
        the trailing \r\n, so that it can be used in str_cmds.js or anywhere else
        to report sysop availability to chat, or can be set to blank string to
        display nothing (this would not work previously).
      6b993a0b
Loading