| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Archive repoHEADmaster | A Farzat | 2026-03-03 | 1 | -0/+4 |
| | | |||||
| * | Add license | A Farzat | 2026-03-03 | 1 | -0/+21 |
| | | |||||
| * | Add unit tests for epub.rs | A Farzat | 2026-02-14 | 3 | -1/+190 |
| | | |||||
| * | Group skeleton initialization into one function | A Farzat | 2026-02-14 | 2 | -9/+9 |
| | | |||||
| * | Add functions to create the EPUB skeleton | A Farzat | 2026-02-14 | 2 | -2/+48 |
| | | | | | The base directories and files needed to create the EPUB file output. | ||||
| * | Create the basic directory structure for epub | A Farzat | 2026-02-13 | 4 | -0/+103 |
| | | | | | | | The directory name needs to be sanitized such that it is valid on all major Operating systems and filesystems. This includes replacing invalid characters and limiting the filename to 255 bytes. | ||||
| * | Add the ability to fetch book info | A Farzat | 2026-02-12 | 4 | -3/+135 |
| | | |||||
| * | Add a login check | A Farzat | 2026-02-11 | 4 | -2/+52 |
| | | | | | Try to access the profile page to see if the cookies work or not. | ||||
| * | Add reqwest HttpClient skeleton (cookies-only) | A Farzat | 2026-02-11 | 5 | -6/+1606 |
| | | | | | | | | - 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 | ||||
| * | Make dependency versions less specific | A Farzat | 2026-02-10 | 1 | -3/+3 |
| | | |||||
| * | Add a cookies module | A Farzat | 2026-02-10 | 4 | -3/+225 |
| | | | | | | 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 | 5 | -0/+467 |
| | | |||||
| * | Add CLI parsing | A Farzat | 2026-02-07 | 3 | -0/+75 |
| | | |||||
| * | Add README | A Farzat | 2026-02-06 | 1 | -0/+8 |
| | | |||||
| * | Init commit | A Farzat | 2026-02-06 | 2 | -0/+7 |
