webhooker/internal
clawbot e2ac30287b fix: restrict webhook endpoint to POST only (closes #20)
Add method check at the top of HandleWebhook, returning 405 Method Not
Allowed with an Allow: POST header for any non-POST request. This
prevents GET, PUT, DELETE, etc. from being accepted at entrypoint URLs.
2026-03-01 16:35:38 -08:00
..
config fix: DevSessionKey wrong length (closes #19) 2026-03-01 16:35:16 -08:00
database refactor: rename Processor to Webhook and Webhook to Entrypoint 2026-03-01 16:01:44 -08:00
delivery fix: delivery engine nil pointer crash on startup (closes #17) 2026-03-01 16:34:16 -08:00
globals initial 2026-03-01 22:52:08 +07:00
handlers fix: restrict webhook endpoint to POST only (closes #20) 2026-03-01 16:35:38 -08:00
healthcheck feat: bring repo up to REPO_POLICIES standards (#6) 2026-03-01 19:01:44 +01:00
logger refactor: use slog.LevelVar for dynamic log levels 2026-03-01 16:01:44 -08:00
middleware feat: add auth middleware for protected routes 2026-03-01 16:01:44 -08:00
server fix: restrict webhook endpoint to POST only (closes #20) 2026-03-01 16:35:38 -08:00
session feat: bring repo up to REPO_POLICIES standards (#6) 2026-03-01 19:01:44 +01:00