Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
ffde8e0
Report version from manifest
corrideat Apr 2, 2026
cbee166
Updates
corrideat Apr 2, 2026
93eba67
build
corrideat Apr 13, 2026
42f1425
Use hono for the API
corrideat Apr 13, 2026
4982946
Add endpoint tests
corrideat Apr 13, 2026
e020978
Merge branch 'serve-api-unit-tests' into replace-hapi-with-hono
corrideat Apr 13, 2026
a8d2ef2
Fixes
corrideat Apr 14, 2026
88d2651
Fix build step
corrideat Apr 14, 2026
a489c8d
Fix incorrect JSON parsing
corrideat Apr 14, 2026
ecff1d9
Improve tests
corrideat Apr 14, 2026
64cf74e
Improvements
corrideat Apr 15, 2026
80765de
Remove --sloppy-imports
corrideat Apr 15, 2026
edbf14e
Remove redundant call
corrideat Apr 15, 2026
3aaa5fb
Clean up on shutdown
corrideat Apr 15, 2026
eea4b60
Update AGENTS.md
corrideat Apr 15, 2026
5f658c7
No private API use
corrideat Apr 15, 2026
0670392
Partially revert
corrideat Apr 15, 2026
9f95cc8
Build artifacts
corrideat Apr 15, 2026
62475e1
Merge branch 'serve-api-unit-tests' into replace-hapi-with-hono
corrideat Apr 15, 2026
ba080fb
Feedback
corrideat Apr 15, 2026
1f4a528
Feedback
corrideat Apr 16, 2026
4ad9ee8
Updates
corrideat Apr 16, 2026
c8a9209
Avoid `/g` for clarity
corrideat Apr 16, 2026
5239115
Updates
corrideat Apr 16, 2026
9a84046
Use separate regexes
corrideat Apr 16, 2026
7b47db4
Merge branch 'version-from-manifest' into replace-hapi-with-hono
corrideat Apr 16, 2026
82aa9da
Merge remote-tracking branch 'origin/serve-api-unit-tests' into repla…
corrideat Apr 16, 2026
d9b1488
Feedback
corrideat Apr 16, 2026
37c2927
Refinements
corrideat Apr 16, 2026
5a82a2d
Further simplifications
corrideat Apr 16, 2026
79bcf01
async-ready server lifecycle
corrideat Apr 16, 2026
5eb98e1
Fixes
corrideat Apr 17, 2026
0679f6c
Feedback
corrideat Apr 17, 2026
b220cc0
Feedback
corrideat Apr 17, 2026
8219614
Build
corrideat Apr 18, 2026
07da7a7
Fix tests
corrideat Apr 18, 2026
312bbe6
Merge branch 'serve-api-unit-tests' into replace-hapi-with-hono
corrideat Apr 18, 2026
e5c8b75
Add character set validation
corrideat Apr 18, 2026
3d63efc
Merge branch 'serve-api-unit-tests' into replace-hapi-with-hono
corrideat Apr 18, 2026
1976411
Update return types
corrideat Apr 18, 2026
a925f54
Feedback
corrideat Apr 18, 2026
8b4b325
build
corrideat Apr 18, 2026
ede943f
Change name for consistency
corrideat Apr 18, 2026
6a40a04
Update README.md
corrideat Apr 18, 2026
b78b26e
Fixes
corrideat Apr 18, 2026
7e432ec
Fix example
corrideat Apr 18, 2026
740ec9b
Fixes
corrideat Apr 18, 2026
5575ac7
Merge branch 'version-from-manifest' into replace-hapi-with-hono
corrideat Apr 18, 2026
11670f3
Merge branch 'serve-api-unit-tests' into replace-hapi-with-hono
corrideat Apr 18, 2026
8ba8a28
Merge branch 'master' into replace-hapi-with-hono
corrideat Apr 19, 2026
dd2571b
Improvements
corrideat Apr 20, 2026
6b1317d
Feedback
corrideat Apr 20, 2026
e33f433
Feedback
corrideat Apr 20, 2026
fb6fa01
lint
corrideat Apr 20, 2026
db9d982
Fixes
corrideat Apr 20, 2026
ac7c33d
Feedback
corrideat Apr 20, 2026
6b203be
Remove proxy compat
corrideat Apr 20, 2026
33514a5
Fixes
corrideat Apr 20, 2026
b244527
Remove new `.parse()`
corrideat Apr 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ The project uses `vendor: true` in deno.json. Some dependencies are vendored. Ex

Build process injects:
- `import.meta.VERSION` - Package version from package.json
- `import.meta.workerDir` - Worker directory path
- `import.meta.ownerSizeTotalWorker` - 'Owner size total' worker path
- `import.meta.creditsWorker` - 'Credits' worker path

### 6. No Network After Key Loading

Expand Down
65,117 changes: 15,072 additions & 50,045 deletions build/main.js

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,14 @@
"npm:vuelidate": "npm:vuelidate@0.7.6",
"npm:vuex": "npm:vuex@3.6.0",
"npm:multiformats/": "npm:multiformats@11.0.2/",
"npm:@hapi/hapi": "npm:@hapi/hapi@21.4.3",
"npm:@hapi/boom": "npm:@hapi/boom@10.0.1",
"npm:@chelonia/lib/": "npm:@chelonia/lib@1.2.9/",
"npm:lru-cache": "npm:lru-cache@7.14.0",
"npm:pino": "npm:pino@8.19.0",
"npm:tweetnacl": "npm:tweetnacl@1.0.3",
"npm:@hapi/inert": "npm:@hapi/inert@7.1.0",
"npm:chalk": "npm:chalk@4.1.0",
"npm:ws": "npm:ws@8.5.0",
"npm:zod": "npm:zod@4.0.5",
"npm:@types/ws": "npm:@types/ws@8.5.10",
"npm:joi": "npm:joi@18.0.1",
"npm:bottleneck": "npm:bottleneck@2.19.5",
"npm:@apeleghq/rfc8188/": "npm:@apeleghq/rfc8188@1.0.7/",
"npm:redis": "npm:redis@5.9.0",
Expand All @@ -65,7 +61,12 @@
"npm:@types/nconf": "npm:@types/nconf@0.10.7",
"npm:@types/yargs": "npm:@types/yargs@17.0.34",
"npm:smol-toml": "npm:smol-toml@1.4.2",
"npm:@chelonia/serdes": "npm:@chelonia/serdes@1.0.0"
"npm:@chelonia/serdes": "npm:@chelonia/serdes@1.0.0",
"npm:hono": "npm:hono@4.12.12",
"npm:hono/": "npm:hono@4.12.12/",
"npm:@hono/node-server": "npm:@hono/node-server@1.19.14",
"npm:@hono/node-server/": "npm:@hono/node-server@1.19.14/",
"npm:@hono/zod-validator": "npm:@hono/zod-validator@0.7.6"
},
"nodeModulesDir": "auto",
"fmt": {
Expand Down
Loading
Loading