Skip to content
Snippets Groups Projects
  1. Apr 24, 2020
  2. Apr 23, 2020
  3. Apr 22, 2020
  4. Apr 21, 2020
    • rswindell's avatar
      3 new configurable system loadable modules: · fce75e15
      rswindell authored
      - nodelist (default: "nodelist")
      - who's online (default: "nodelist -active")
      - private message (default: "privatemsg")
      fce75e15
    • rswindell's avatar
      Revert back to calling the Baja functions NODELIST_ALL and NODELIST_USERS · 4a5fd785
      rswindell authored
      rather than the exec_bin hack to nodelist.js, as this is now the default
      "List Nodes" and "Who's Online" module setup in SCFG->System->Loadable
      Modules.
      4a5fd785
    • rswindell's avatar
      These modules no longer need manual "install". They are the defaults for the · 055320ad
      rswindell authored
      newly added SCFG->System->Loadable Modules: List Nodes, Who's Online, and
      Private Msg.
      055320ad
    • rswindell's avatar
      3 new configurable system loadable modules: · df3de69c
      rswindell authored
      - nodelist (default: "nodelist")
      - who's online (default: "nodelist -active")
      - private message (default: "privatemsg")
      
      This allows the nodelist and private message modules to be "installed" without
      over-riding global hot key events (SCFG->External Programs->Global Hot Key
      Events), allows the Baja functions NODELIST_ALL, NODELIST_USERS, and
      PRIVATE_MESSAGE and JS bbs.list_nodes(), bbs.whos_online(), and
      bbs.private_message() methods to use external modules (JS or Baja)
      automatically.
      
      The old C++ logic remains for these features if the module's are cleared (set
      to a blank string) in SCFG, but at some point, that code will likely be removed.
      df3de69c
Loading