Skip to content
Snippets Groups Projects
  1. May 09, 2018
  2. Apr 24, 2018
  3. Apr 01, 2018
  4. Mar 26, 2018
  5. Mar 20, 2018
  6. Mar 10, 2018
  7. Feb 28, 2018
  8. Feb 26, 2018
  9. Feb 05, 2018
  10. Feb 04, 2018
  11. Feb 03, 2018
    • rswindell's avatar
      Use cterm_lib.js and xbin_lib.js to add support for displaying BIN (*.bin) and · aeaa5fca
      rswindell authored
      XBin (*.xb) files. The display dimensions of the files may be larger (wider and
      longer) than the terminal window. You can use the arrow keys/home/end/num-pad
      equivalent (including diagnals) to move the display window around.
      If you have a recent SyncTERM 1.1b build, you'll get palette redefinitions
      and (any version of SyncTERM 1.0 and later) you'll get the custom fonts too.
      Note: the entire Bin/XBin file is loaded into JavaScript arrays/objects, so
      very large files may require increaisng your JavaScript heap size considerably.
      aeaa5fca
  12. Feb 02, 2018
  13. Jan 29, 2018
  14. Jan 28, 2018
  15. Jan 21, 2018
  16. Jan 18, 2018
  17. Jan 15, 2018
  18. Jan 13, 2018
    • nightfox's avatar
      Version 1.17 beta 53: Added support for displaying user avatars for the sender... · ad0d48c0
      nightfox authored
      Version 1.17 beta 53: Added support for displaying user avatars for the sender of a message, recently added to Synchronet.  Added the configuration option displayAvatars to toggle this feature.  For this to work, you will need to updaet your .js files in sbbs\exec and sbbs\exec\load.  This version of DDMsgReader specifically loads smbdefs.js and avatar_lib.js.
      ad0d48c0
  19. Jan 09, 2018
    • rswindell's avatar
      Use Graphic().draw() to solve the problem of viewing 80 col ANSIs on · 964b7129
      rswindell authored
      terminals > 80 columns in width (can't depend on line-wrapl).
      Still using console.printfile() for ANSIs that scroll.
      For SyncTERM, hide the cursor while viewing the ANSI.
      Change the calls to console.pause() to just console.getkey() as the
      [Hit a Key] prompt would interfere with the display of some art.
      964b7129
  20. Jan 07, 2018
  21. Jan 06, 2018
  22. Jan 04, 2018
  23. Dec 29, 2017
  24. Dec 18, 2017
    • nightfox's avatar
      Version 1.15: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN... · 92ce3318
      nightfox authored
      Version 1.15: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN variables to match what they are in sbbsdefs.js (if defined) from December 18, 2017 so that the PageUp and PageDown keys continue to work properly.  This script should still also work with older builds of Synchronet.
      92ce3318
    • nightfox's avatar
      Version 0.33 beta: Updated the definitions of the KEY_PAGE_UP and... · 33419c29
      nightfox authored
      Version 0.33 beta: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN veriables to match what they are in sbbsdefs.js (if defined) from December 18, 2017 so that the PageUp and PageDown keys continue to work properly.  This script should still also work with older builds of Synchronet.
      33419c29
    • nightfox's avatar
      Version 1.17 beta 51: Updated the definitions of the KEY_PAGE_UP and... · e131f0d4
      nightfox authored
      Version 1.17 beta 51: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN veriables to match what they are in sbbsdefs.js (if defined) from December 18, 2017 so that the PageUp and PageDown keys continue to work properly.  This script should still also work with older builds of Synchronet.
      e131f0d4
  25. Dec 10, 2017
    • nightfox's avatar
      Version 1.17 beta 50 - Fixed a bug introduced in beta 49 where it was no... · e574ea26
      nightfox authored
      Version 1.17 beta 50 - Fixed a bug introduced in beta 49 where it was no longer displaying vote stats (such as up/downvotes) for a message.  Now, it gets a message header with expanded headers again (like it did before) for viewing a message, and when applying the MSG_READ attribute (when a user reads a message to them), it gets a header without expanded headers to apply MSG_READ and save it.
      e574ea26
Loading