summaryrefslogtreecommitdiff
path: root/src/ircd.mjs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Node.js -> GoEuAndreh2024-03-251-19/+0
|
* src/ircd.mjs: Remove unix socket before recreating itEuAndreh2024-03-011-4/+10
|
* Normalize how modules import and name each otherEuAndreh2024-02-241-1/+0
| | | | | Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application.
* Big cleanupEuAndreh2024-02-231-0/+14
- delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over.