Skip to content
Snippets Groups Projects
  1. Jan 06, 2020
  2. Jan 05, 2020
  3. Jan 02, 2020
  4. Dec 19, 2019
  5. Dec 11, 2019
  6. Dec 08, 2019
  7. Dec 03, 2019
    • rswindell's avatar
      Added support for new configuration keyword: auto_areas · 0c75fae7
      rswindell authored
      When present, all sub-boards flagged as Internet/NNTP networked will
      automatically be included as a newslink'd area (no "area" line needed).
      If the sysop wants to override the configured/default newsgroup name,
      the flags or the attachment directory for a specific sub-board/area, they
      can still use the "area" keyword to specify those values for a sub-board.
      Fixed the long standing UNRECOGNIZED KEYWORD: null error upon a blank
      line. Apparently truncsp(null) will return "null".
      0c75fae7
  8. Dec 01, 2019
  9. Nov 20, 2019
  10. Nov 18, 2019
  11. Nov 17, 2019
  12. Nov 14, 2019
  13. Oct 30, 2019
  14. Oct 17, 2019
  15. Oct 14, 2019
  16. Oct 13, 2019
  17. Oct 09, 2019
  18. Oct 08, 2019
  19. Oct 02, 2019
  20. Sep 29, 2019
  21. Sep 26, 2019
  22. Sep 25, 2019
  23. Sep 23, 2019
  24. Sep 21, 2019
    • rswindell's avatar
      Moved KEY_* definitions from sbbsdefs.js to (new file) key_defs.js. · 357a9742
      rswindell authored
      Using require() and 'const' as appropriate.
      Added KEY_ESC (escape key) definition.
      Added CTRL_A through CTRL_Z definitions.
      This file can be loaded like var keydef = load({}, 'key_defs.js') and then
      use keydef.KEY_UP, keydef.CTRL_Z, etc., or just use them globally as defined
      when load('sbbsdefs.js') is used.
      357a9742
Loading