A vibe coded tangled fork which supports pijul.
Go
78.3%
HTML
17.8%
Nix
2.7%
CSS
1.1%
JavaScript
0.3%
Other
0.1%
182
50
25
Clone this repository
https://tangled.org/dzming.li/core
https://tangled.org/did:web:dzming.li/core
git@knot.dzming.li:dzming.li/core
git@knot.dzming.li:did:web:dzming.li/core
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
Reconnection is now handed by cancelling the connCtx context. This is a
lot cleaner and the jetstream client package honors context
cancellation.
Saving of last time_us is also simplified now. We only save (update,
rather) after the last seen event by incrementing the event's time_us by
1 (this is ok since it's a monotonic clock). We pick up from here upon
reconnect and don't save last time_us for any other reason.
Lastly, outside of first boot, we should only ever use UpdateLastTimeUs.