summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Normalize alongside other Go projectsEuAndreh2024-04-181-24/+17
* Makefile: add binder instance for port 6667EuAndreh2024-03-301-4/+7
* Makefile: rm both socket filesEuAndreh2024-03-291-2/+2
* Makefile: Reorder commands so we don't need to sleepEuAndreh2024-03-291-2/+1
* Makefile: s/main.bin/$(NAME).bin/gEuAndreh2024-03-281-4/+4
* Makefile: s/ircd/papo/gEuAndreh2024-03-281-5/+5
* Makefile: Adapt "run-*" virtual targetsEuAndreh2024-03-281-8/+12
* Adapt build and installationEuAndreh2024-03-281-30/+17
* Node.js -> GoEuAndreh2024-03-251-31/+25
* tests/rand.mjs: Add MersenneTwister random number generatorEuAndreh2024-03-201-2/+12
* Makefile: Use TCP port 6001EuAndreh2024-03-141-1/+1
* Makefile: Add "run-binder" to expose lighttpd's unix socket to a TCP portEuAndreh2024-03-141-1/+7
* src/hero.mjs: Add rmIf() and mkfifo()EuAndreh2024-03-061-12/+7
* Makefile: Let the application recreate its pipes and socketsEuAndreh2024-03-011-1/+1
* Setup user-level lighttpd reverse proxy for development and testingEuAndreh2024-03-011-1/+5
* src/ircd.mjs: Remove unix socket before recreating itEuAndreh2024-03-011-1/+0
* Normalize how modules import and name each otherEuAndreh2024-02-241-2/+9
* Implement accretion.runMigrations() and wrappings of node-sqlite3EuAndreh2024-02-231-0/+1
* Big cleanupEuAndreh2024-02-231-48/+14
* Remove C code and cleanup repositoryEuAndreh2024-02-211-131/+21
* Makefile: Include SQL migration files as installable artifactsEuAndreh2023-11-271-1/+12
* Makefile: Also recompile `src/napi-sqlite.lo` when Makefile changesEuAndreh2023-11-271-0/+1
* Makefile: Fix missing installation of the `napi-sqlite.{c,node}` source and ...EuAndreh2023-11-271-1/+2
* Makefile: Fix missing installation of the `src/cli` executableEuAndreh2023-11-271-1/+1
* Makefile: Erase $(JSLIBDIR) together with $(SRCDIR)EuAndreh2023-11-251-1/+1
* Makefile: Compose $(CFLAGS.a) with $(CFLAGS) instead of combineEuAndreh2023-11-251-11/+8
* Add WIP non-async functions to napi-sqlite.cEuAndreh2023-11-161-1/+1
* Makefile, mkdeps.sh: Enforce JS->native dependencyEuAndreh2023-11-151-0/+1
* mv src/cli src/cli.jsEuAndreh2023-11-151-3/+4
* Add support for multi-file C projectEuAndreh2023-11-151-29/+116
* src/napi-sqlite.c: Add Node-API PoCEuAndreh2023-11-131-2/+12
* tests/assert-*.sh: Reuse rebuilt assets for testsEuAndreh2023-11-131-0/+1
* tests/assert-uninstall.sh: Split from assert-install.shEuAndreh2023-11-131-3/+4
* Makefile: Clean directory symlink potential leftover before recreatingEuAndreh2023-11-131-0/+1
* src/{ircd,web}.js: Init stub serversEuAndreh2023-11-111-7/+30
* tests/js/: Run the files directlyEuAndreh2023-11-101-1/+1
* tests/js/compat.js: Remove unused fileEuAndreh2023-11-101-1/+0
* Makefile: Remove $(JSIMPL) variableEuAndreh2023-11-101-4/+3
* tests/assert-clean.sh: Enforce correctness of "make clean"EuAndreh2023-11-101-0/+1
* Makefile: s/LIST/MAILING_LIST/EuAndreh2023-11-101-6/+6
* Makefile: Install code under $(SRCDIR)EuAndreh2023-11-101-0/+9
* tests/assert-install.sh: Always to enforce correct installationEuAndreh2023-11-101-9/+14
* tests/assert-deps.sh: Enforce Makefile is always up-to-dateEuAndreh2023-11-091-7/+13
* Setup correct project install and uninstallEuAndreh2023-11-091-3/+7
* Initial project structureEuAndreh2023-11-091-0/+134