summaryrefslogtreecommitdiff
path: root/src/ircd.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Big cleanupEuAndreh2024-02-231-18/+0
| | | | | | - delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over.
* Add support for multi-file C projectEuAndreh2023-11-151-1/+3
| | | | | | - have dynamic discovered dependencies via `mkdeps.hs`, and also move the listing of JavaScript files to it. - copy over stub C files for setting up the project skeleton.
* src/{ircd,web}.js: Init stub serversEuAndreh2023-11-111-0/+16