Commit Graph
8 Commits
Author SHA1 Message Date
mahdium 7aab3f55ed feat: add ImageHandler and ImageService for image retrieval from channels 2026-03-13 17:18:08 +03:30
mahdium 71a2c756c2 feat: add feed cache implementation and integrate with channel handler 2026-03-11 18:13:22 +03:30
mahdium a053d577ef feat: implement rate‑limiter cleanup task and register it in the FX lifecycle. 2026-03-11 16:05:21 +03:30
mahdium 381cdd42aa feat: Add RSS feed generation for channel messages and update route handling 2026-03-10 00:23:42 +03:30
mahdium c538bfb799 feat: Add authorization handlers and improve message retrieval limits
- Introduced NewAuthHandler and integrated it into the server routes.
- Added limit query parameter with default value handling in GetLatestMessages.
- Improved error handling for invalid limit values.
- Refactored Config struct to remove unnecessary fields and clean up loading logic.
- Updated Telegram client connection handling to enhance stability.
2026-03-09 18:11:30 +03:30
mahdium b6771fe6dd Implement channel handler and simplify the main function 2026-03-09 10:44:00 +03:30
mahdium c6a7fc4676 feat: update Telegram client to support proxy configuration and enhance error handling 2026-02-24 14:16:01 +03:30
mahdium 29cbe6a38d feat: initialize project structure with configuration, logging, and Telegram integration
- Added configuration loading from environment variables with default session path handling.
- Implemented a logger using Uber's zap library.
- Created a basic HTTP server with Gin and CORS support.
- Established Telegram client and service for message retrieval.
- Introduced initial API routes and handlers.
- Added necessary dependencies in go.sum.
2026-02-24 12:38:23 +03:30