Raven Scott
2d10e0a4a9
auto clean ledger on boot
2026-05-28 00:12:32 -04:00
Raven Scott
322812804f
Remove automatic cleanup on launch
2026-05-28 00:10:31 -04:00
Raven Scott
aac69de4cf
Updates peer.paste
2026-05-28 00:03:52 -04:00
Raven Scott
60d17a7b91
Update docs peer.paste
2026-05-27 23:58:04 -04:00
Raven Scott
345dbf2156
visual polish peer.paste
2026-05-27 23:54:46 -04:00
Raven Scott
aebbdd43ed
Updates peer.paste
2026-05-27 23:49:13 -04:00
Raven Scott
22d9926c52
E2EE syntax highlight peer.paste
2026-05-27 23:45:55 -04:00
Raven Scott
371fce2847
Updates peer.paste
2026-05-27 23:43:05 -04:00
Raven Scott
55b7547b3a
peer paste syntax highlight viewer
2026-05-27 23:39:43 -04:00
Raven Scott
0ab92f1922
updates for peer.paste
2026-05-27 23:36:49 -04:00
Raven Scott
01dc6a5221
Auto detect lang - peer.paste
2026-05-27 23:33:36 -04:00
Raven Scott
16e33c02c4
Updates peer.paste
2026-05-27 23:29:04 -04:00
Raven Scott
206493ecd4
bump
2026-05-27 23:23:20 -04:00
Raven Scott
b168342fea
fixes for peer.paste
2026-05-27 23:23:05 -04:00
Raven Scott
996969de19
Fix DB peer.paste
2026-05-27 23:20:35 -04:00
Raven Scott
83b7f210a3
Update Peer.paste
2026-05-27 23:18:05 -04:00
Raven Scott
bf911b5cdc
Update peer.paste
2026-05-27 23:15:26 -04:00
Raven Scott
30153bf958
peer paste updates
2026-05-27 23:08:45 -04:00
Raven Scott
1974145b79
Bump Peer.paste
2026-05-27 22:59:49 -04:00
Raven Scott
c7ecffd3e4
Paste Bump DB
2026-05-27 22:56:33 -04:00
Raven Scott
e901dea9ee
E2EE for peer.paste
2026-05-27 22:55:37 -04:00
Raven Scott
7b4e1a2391
Updates
2026-05-27 22:49:04 -04:00
Raven Scott
aee3920654
reset on boot ensure good storage cores
2026-05-27 22:46:23 -04:00
Raven Scott
276eb4e015
Updates
2026-05-27 22:43:41 -04:00
Raven Scott
8b6789805c
Update peer.paste
2026-05-27 22:34:35 -04:00
Raven Scott
e802bbcf64
Introduce peer.paste
2026-05-27 22:23:30 -04:00
Raven Scott
396bba5bb2
Update Docs
2026-05-27 22:15:33 -04:00
Raven Scott
1d1bf83e2b
Updates to Holesail
2026-05-27 21:55:25 -04:00
Raven Scott
d57433d3e0
Modernize Holepunch stack for HyperDB 6 and current replication APIs
...
Align P2NS with current Autopass, Hypercore, Hyperdrive, and Protomux behavior:
add plugin DB recovery for incompatible persisted HyperDB data, stop
unconditional spec rebuilds via fingerprinting, update SDK replication paths,
and align proxy invite channels with p2ns.core-* protocols without replicating
Autopass over the p2ns topic.
2026-05-27 21:02:17 -04:00
Raven Scott
7cd98231f7
Remove invite cache
2026-05-27 20:46:41 -04:00
Raven Scott
bcdc912b77
Version Update
2026-05-27 20:44:17 -04:00
Raven Scott
ef7abcaf95
Updates
2026-05-27 20:36:13 -04:00
Raven Scott
41b218c3fd
Update
2026-05-27 20:30:49 -04:00
Raven Scott
d46558e659
Updates
2026-05-27 20:27:12 -04:00
Raven Scott
f60de776a0
Caching
2026-05-27 20:19:51 -04:00
Raven Scott
b000e34016
Updates
2026-05-27 20:15:25 -04:00
Raven Scott
05e388d525
Updates
2026-05-27 20:13:06 -04:00
Raven Scott
8849a432b3
Updates
2026-05-27 20:09:22 -04:00
Raven Scott
14a2373c4c
Updates
2026-05-27 20:06:36 -04:00
Raven Scott
3d35f148c5
Updates
2026-05-27 20:03:25 -04:00
Raven Scott
dbc6997219
Fixes
2026-05-27 19:59:45 -04:00
Raven Scott
229350e066
Bug fix
2026-05-27 19:53:48 -04:00
Raven Scott
54cbee254d
Updates
2026-05-27 19:47:06 -04:00
Raven Scott
c8334a8d63
Fix Atomic state
2026-05-27 19:44:05 -04:00
Raven Scott
3ece7abe9f
Autopass updates
2026-05-27 19:41:21 -04:00
Raven Scott
bfc51b8edb
Upgrade Holepunch P2P stack and npm dependencies
...
Align p2ns with current Holepunch ecosystem versions: autopass 3,
hyperdb 6, hyperschema 1.21, hyperdrive 13, corestore 7.10, hyperswarm
4.17, protomux 3.11, and compact-encoding 3 (with npm overrides).
Also bump Tailwind/PostCSS, ws, node-forge, and related tooling; add
express and holesail-logger; remove unused install/npm packages.
Use cache/plugin-spec when plugin spec dirs are not writable, and
update docs and proxy install notes. Rebuild admin CSS for Tailwind 4.3.
Existing P2P storage must be wiped (--clean) after upgrading.
2026-05-27 19:33:06 -04:00
Raven Scott
022eeea263
fix: break circular dependency in domains.js
...
Move getInternalDomains import to lazy load inside addDomain function to resolve the circular dependency chain: plugin-handler → sdk → domains → plugin-handler.
2026-02-20 21:05:04 -05:00
Raven Scott
8bed09a537
fix: prevent EADDRINUSE double-bind on Holesail client startup
...
Add global activeClientKeys Set to track all active clients and prevent
race conditions between domain init and cache restore paths. Add EADDRINUSE
error handling in holesail.js, holesail_child.js
2026-02-20 19:53:16 -05:00
snxraven
8d0efde1cc
revert 6499e745d7
...
revert first commit
2025-12-31 03:50:46 -05:00
Raven Scott
6499e745d7
first commit
2025-12-31 03:19:10 -05:00