Commit Graph

13 Commits

Author SHA1 Message Date
jay b8a2d47846 Remove root honeybee package; promote inbound and outbound as primary API
- Delete honeybee.go (coincidental-strength re-export module)
- Add Socket, InboxMessage, NormalizeURL re-exports to inbound/pool.go
- Add InboxMessage, Dialer, NormalizeURL re-exports to outbound/pool.go
- Add Socket, Dialer re-exports to honeybeetest/mocks.go
- Update README, CONFIG, EXTEND to reflect new import structure
2026-05-18 09:25:55 -04:00
jay 89ec7e2ab7 removed pool errors channels 2026-05-12 10:59:50 -04:00
jay c87a8cce6f Add timestamp to pool events. 2026-05-06 15:23:30 -04:00
jay efdbf7b37f promote inbox message to a shared type 2026-05-03 10:41:11 -04:00
jay 6a3ba05fd5 introduce statistics collection 2026-04-24 13:48:52 -04:00
jay 4ac2c488ad various improvements 2026-04-24 10:59:33 -04:00
jay 0ac8d9facd Added logging to pools and workers. 2026-04-23 20:58:57 -04:00
jay 2a6cd3a487 Add granunal logging config controls. 2026-04-23 18:48:47 -04:00
jay 727dc18b57 Add slog attributes at pool, worker, and connection levels. 2026-04-23 17:58:40 -04:00
jay daf9f7534e Various performance and correctness improvements. 2026-04-20 22:41:37 -04:00
jay 2c7b22b3d9 Removed wg from worker start. Fixed various races. 2026-04-20 17:54:03 -04:00
jay aaf8571b9f Enum and field renames. 2026-04-20 17:43:40 -04:00
jay eea208738a completed inbound pool. Refactored to inbound/outbound semantics. 2026-04-20 14:19:50 -04:00