Commit graph

11 commits

Author SHA1 Message Date
713a96501d Add error logging to awp-cli with configurable log file
- Route all log output to AWP_LOG_FILE (from .env) if set, else stderr
- Log errors explicitly before returning so they appear in the log file
- Replace log.Fatal in fetch.go with proper error return so callers control logging
- Remove chatty success/no-op log lines that would bloat cron log files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-30 16:45:56 -04:00
04f687a278 Fix build errors and upgrade templ to v0.3.1020
- Add missing bcc argument to NewEmail call in pkg/email/fetch.go
- Upgrade github.com/a-h/templ from v0.3.833 to v0.3.1020 to match generator
- Add player management routes (add/delete/edit) and playershandler
- Update templates and loaddata with pending changes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 20:05:53 -04:00
4a778b1dc0 Add uncommitted changes before migration 2025-12-21 12:25:17 -05:00
a36ef9d8f6 Fixing templates 2024-04-28 15:11:16 -04:00
3b30333835 Sends notice to player if they send in an email that the system can't process. 2024-01-31 11:22:32 -05:00
cb7835fb45 Updated to send GM notifications when player email found 2024-01-29 14:10:15 -05:00
3e1e091356 Fixed bug where looks for attending status in 1st line, but not always there 2024-01-21 01:01:38 -05:00
1bbbbd0dd3 Spelling error in filename 2024-01-20 22:20:22 -05:00
605d1c69ec Updated README and example players.json 2024-01-20 22:19:42 -05:00
9f894671b0 Full app, v1.0. Contains web app and cli. 2024-01-20 21:45:53 -05:00
Harry Culpan
9f310f98db
Initial commit 2024-01-17 10:11:38 -05:00