atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump websocket dep to edeca26 (cross-platform O_NONBLOCK fix)

Fixes websocket server hanging on Linux — O_NONBLOCK was hardcoded
as 0x0004 (macOS) instead of using libc.O packed struct.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 8417ace2 b9ab97a9

+3 -3
+3 -3
build.zig.zon
··· 1 1 .{ 2 2 .name = .zat, 3 - .version = "0.3.0-alpha.4", 3 + .version = "0.3.0-alpha.5", 4 4 .fingerprint = 0x8da9db57ee82fbe4, 5 5 .minimum_zig_version = "0.16.0", 6 6 .dependencies = .{ 7 7 .websocket = .{ 8 - .url = "https://github.com/zzstoatzz/websocket.zig/archive/91ad3dc.tar.gz", 9 - .hash = "websocket-0.1.0-ZPISdViqAwDqujjl-gfSTDW4G9VT2ydTBTwFLCC5fzv5", 8 + .url = "https://github.com/zzstoatzz/websocket.zig/archive/edeca26.tar.gz", 9 + .hash = "websocket-0.1.0-ZPISdSmqAwCbwcFtrAQC_q9cegdw-iHyrjCftgfMz-Nf", 10 10 }, 11 11 .@"atproto-interop-tests" = .{ 12 12 .url = "https://github.com/bluesky-social/atproto-interop-tests/archive/35bb5638ab1e5ce71fb88a0c95953fc557ef1925.tar.gz",