Skip to content
Snippets Groups Projects
  1. Jun 29, 2019
  2. Jun 28, 2019
    • rswindell's avatar
      Initial support for UTF-8 terminals. At this time, just performs charset · 11d3f59f
      rswindell authored
      translation from CP437 -> UTF-8 and only when using high-level text output
      functions - so the output from native/DOS doors and scripts that use low-level
      output methods won't be translated.
      UTF-8 is auto-detected (only) at this time during answer (before login) by
      sending a ZWNBSP and checking (via ANSI) if the cursor position moved - an
      idea "borrowed" from Ozz Nixon (aka SqZ).
      
      This commit requires the new "encode" library (src/encode), so you may need
      to perform a cvs checkout to get that module!
      11d3f59f
  3. Jun 06, 2019
  4. Jun 05, 2019
  5. Jun 03, 2019
  6. Oct 17, 2018
    • rswindell's avatar
      Added missing JS_LIBS argument to JSexec link command. This resolves the · 4d84fd7f
      rswindell authored
      following error when building with 'make JSLIB=mozjs185':
      /usr/bin/ld: gcc.linux.../jsexec.o: undefined reference to symbol 'JS_EndRequest'
      //usr/lib/libmozjs185.so.1.0: error adding symbols: DSO missing from command line
      collect2: error: ld returned 1 exit status
      GNUmakefile:209: recipe for target 'gcc.linux.../jsexec' failed
      make: *** [gcc.linux.../jsexec] Error 1
      4d84fd7f
  7. Oct 08, 2018
  8. Mar 17, 2018
  9. Feb 12, 2018
  10. Nov 26, 2015
  11. Oct 28, 2015
    • deuce's avatar
      Add new "jsdoor" binary which has no dependencies on libsbbs.so or the ctrl · 2937264d
      deuce authored
      directory.  This is the beginnings of the ability to write a door in JS for
      all BBSes, not just Synchronet (door kit pending).
      
      This requires moving js_CreateCommonObjects() into main.cpp, which requires
      constifying the name parameter to js_CreateClientObject() due to C++ being
      more paranoid about using a string literal as a char * parameter
      (warning fix).
      2937264d
  12. Sep 02, 2015
  13. Feb 07, 2015
  14. Jun 23, 2014
  15. Sep 30, 2013
  16. Jun 01, 2012
  17. Mar 15, 2012
  18. Oct 26, 2011
  19. Oct 21, 2011
  20. Oct 19, 2011
  21. Oct 13, 2011
  22. Sep 05, 2011
  23. Apr 02, 2010
  24. Oct 15, 2007
  25. Oct 05, 2007
  26. Oct 02, 2007
  27. Sep 17, 2007
  28. Aug 31, 2007
  29. Aug 13, 2007
  30. Jul 11, 2007
  31. Jan 03, 2007
Loading