2026-05-05 - 2026-08-05

Overview

0 Active Pull Requests
22 Active Issues
Excluding merges, 2 authors have pushed 57 commits to master and 57 commits to all branches. On master, 86 files have changed and there have been 18893 additions and 7556 deletions.

13 Releases published by 1 user

Published v0.3.1 2026-05-29 02:04:08 +00:00

Published v0.3.0 2026-05-29 01:28:17 +00:00

Published v0.1.10 2026-05-28 00:44:05 +00:00

Published v0.1.9 2026-05-27 23:41:13 +00:00

Published v0.1.8 2026-05-27 22:30:58 +00:00

Published v0.1.7 2026-05-27 20:55:39 +00:00

Published v0.1.6 2026-05-27 20:49:30 +00:00

Published v0.1.5 2026-05-27 20:37:55 +00:00

Published v0.1.4 2026-05-27 20:21:58 +00:00

Published v0.1.3 2026-05-23 22:32:00 +00:00

Published v0.1.2 2026-05-17 20:58:30 +00:00

Published v0.1.1 2026-05-17 20:56:57 +00:00

Published v0.1.0 2026-05-17 20:31:23 +00:00

19 Issues closed from 1 user

Closed #19 Remove dead code or #[allow(dead_code)] annotation 2026-07-25 15:07:46 +00:00

Closed #20 Use typed structs for activity objects instead of inline json!() 2026-07-25 15:07:46 +00:00

Closed #18 Use existing constants instead of local redeclarations 2026-07-25 15:07:45 +00:00

Closed #17 Extract shared inbox dedup logic from broadcast methods 2026-07-25 15:07:44 +00:00

Closed #15 refactor: provide mock builder for test repo stubs 2026-07-25 15:07:43 +00:00

Closed #16 Validate base_url in builder instead of expect() on every use 2026-07-25 15:07:43 +00:00

Closed #13 refactor: consolidate DbActor construction into a single factory 2026-07-25 15:07:42 +00:00

Closed #12 refactor: reduce FollowRepository surface area with query objects 2026-07-25 15:07:41 +00:00

Closed #8 chore: add tracing spans to key code paths 2026-07-11 08:38:53 +00:00

Closed #6 fix: cache TTL silently degrades when fetched_at is None 2026-07-11 08:35:50 +00:00

Closed #14 refactor: extract Undo dispatch into type-specific handlers 2026-07-11 08:34:46 +00:00

Closed #11 refactor: deduplicate broadcast methods via generic dispatcher 2026-07-11 08:34:43 +00:00

Closed #10 refactor: extract activity dispatcher middleware to eliminate handler boilerplate 2026-07-11 08:33:53 +00:00

Closed #9 feat: delivery failure reporting for consumer-side DLQ 2026-07-11 08:30:35 +00:00

Closed #7 feat: inbound/outbound rate limiting 2026-07-11 08:28:07 +00:00

Closed #4 SSRF protection — no IP range blocking on remote dereference 2026-05-30 00:48:46 +00:00

Closed #2 feat: expose signed HTTP client for consumer use 2026-05-30 00:48:46 +00:00

Closed #3 Actor cache TTL — fetched_at stored but never checked for staleness 2026-05-30 00:48:46 +00:00

Closed #1 fix: inbound Block should persist to BlocklistRepository 2026-05-30 00:48:45 +00:00

22 Issues created by 1 user

Opened #1 fix: inbound Block should persist to BlocklistRepository 2026-05-29 09:25:46 +00:00

Opened #2 feat: expose signed HTTP client for consumer use 2026-05-29 09:25:53 +00:00

Opened #3 Actor cache TTL — fetched_at stored but never checked for staleness 2026-05-29 10:22:11 +00:00

Opened #4 SSRF protection — no IP range blocking on remote dereference 2026-05-29 10:22:27 +00:00

Opened #5 feat: pluggable content type support (polls, emoji reactions, etc.) 2026-05-30 01:22:30 +00:00

Opened #6 fix: cache TTL silently degrades when fetched_at is None 2026-05-30 01:22:30 +00:00

Opened #7 feat: inbound/outbound rate limiting 2026-05-30 01:22:31 +00:00

Opened #8 chore: add tracing spans to key code paths 2026-05-30 01:22:34 +00:00

Opened #9 feat: delivery failure reporting for consumer-side DLQ 2026-05-30 01:22:38 +00:00

Opened #10 refactor: extract activity dispatcher middleware to eliminate handler boilerplate 2026-05-30 01:32:05 +00:00

Opened #11 refactor: deduplicate broadcast methods via generic dispatcher 2026-05-30 01:32:13 +00:00

Opened #12 refactor: reduce FollowRepository surface area with query objects 2026-05-30 01:32:24 +00:00

Opened #13 refactor: consolidate DbActor construction into a single factory 2026-05-30 01:32:35 +00:00

Opened #14 refactor: extract Undo dispatch into type-specific handlers 2026-05-30 01:32:44 +00:00

Opened #15 refactor: provide mock builder for test repo stubs 2026-05-30 01:32:53 +00:00

Opened #16 Validate base_url in builder instead of expect() on every use 2026-07-25 11:18:11 +00:00

Opened #17 Extract shared inbox dedup logic from broadcast methods 2026-07-25 11:18:15 +00:00

Opened #18 Use existing constants instead of local redeclarations 2026-07-25 11:18:18 +00:00

Opened #19 Remove dead code or #[allow(dead_code)] annotation 2026-07-25 11:18:20 +00:00

Opened #20 Use typed structs for activity objects instead of inline json!() 2026-07-25 11:18:24 +00:00

Opened #21 feat: implement inbox forwarding (AP spec section 7.1.2) 2026-07-25 14:25:32 +00:00

Opened #22 feat: wire on_unknown_activity to actually dispatch unknown inbound activities 2026-07-25 15:15:04 +00:00