| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add reqwest HttpClient skeleton (cookies-only) | A Farzat | 2026-02-11 | 1 | -4/+1484 |
| | | | | | | | | - Build a reqwest::Client with Cookie and browser-like default headers - Wire into main without performing any HTTP calls Note: Keep cookie header internal; never log values | ||||
| * | Add a cookies module | A Farzat | 2026-02-10 | 1 | -0/+64 |
| | | | | | | This parses the cookies found in the cookies.json file, making them ready to be used in http requests. | ||||
| * | Add display and config modules | A Farzat | 2026-02-08 | 1 | -0/+369 |
