Skip to content
  • 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