aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused models, fields, and endpointsA Farzat2026-03-081-21/+3
* Allow cookies.json in config dirA Farzat2026-03-081-4/+24
* Use XDG directories to map downloadsA Farzat2026-03-081-7/+18
* Allow skipping downloadsA Farzat2026-03-081-4/+6
* Fix chapter contents to proper xmlA Farzat2026-03-071-1/+2
* Convert URLs pointing upstream to local relativeA Farzat2026-03-041-1/+4
* Remove the sanity checksA Farzat2026-03-031-21/+1
* Generate the EPUB fileA Farzat2026-03-031-1/+4
* Add container.xml to zipA Farzat2026-03-031-8/+1
* Revert "Add a function to write mimetype"A Farzat2026-03-031-2/+1
* Add a function to write container.xmlA Farzat2026-03-031-1/+2
* Add a function to write mimetypeA Farzat2026-03-031-1/+2
* Add file download logicA Farzat2026-03-031-2/+9
* Add OPF file detectionA Farzat2026-03-031-0/+6
* Remove the search endpointA Farzat2026-03-031-16/+2
* Convert chapters and file_entries to HashMapsA Farzat2026-03-031-1/+22
* Add fetching of the spine and table of contentsA Farzat2026-03-021-1/+19
* Refactor away SearchResponse modelA Farzat2026-03-021-18/+8
* Add file and chapter details fetchingA Farzat2026-03-021-1/+33
* Add e-book metadata fetchingA Farzat2026-03-021-10/+48
* Add authentication using cookiesA Farzat2026-03-011-5/+24
* Init commit: setup project and cli parsingA Farzat2026-03-011-0/+28