Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | better error handlingrefactor | fxqnlr | 2024-09-04 |
| | |||
* | move stuff around, remove lib.rs for overview | fxqnlr | 2024-09-04 |
| | |||
* | add config crate, slight cleanup | fxqnlr | 2024-09-04 |
| | |||
* | remove allow module_name_repetition and fix itHEADmain | fxqnlr | 2024-09-04 |
| | |||
* | remove allow too_many_lines and fix them | fxqnlr | 2024-09-04 |
| | |||
* | remove `# Panics` and fix clippy | fxqnlr | 2024-09-04 |
| | |||
* | do nearly anything to shut clippy up | fxqnlr | 2024-09-04 |
| | |||
* | clippy --fix | fxqnlr | 2024-09-04 |
| | |||
* | pushing as 1.0 so I can rework as 2v1.0.0 | fxqnlr | 2024-09-03 |
| | |||
* | Merge pull request 'multithreaded' (#6) from multithreaded into master | fx | 2023-05-29 |
|\ | | | | | | | Reviewed-on: http://raspberrypi.fritz.box:7920/fx/modlist/pulls/6 | ||
| * | cargo fmt and add fmt file | fxqnlr | 2023-05-29 |
| | | |||
| * | removed all println! | fxqnlr | 2023-05-26 |
| | | |||
| * | added full progress? cargo fmt | fxqnlr | 2023-05-26 |
| | | |||
| * | added mod add progress | fxqnlr | 2023-05-25 |
| | | |||
| * | more progress instead of print, more references | fxqnlr | 2023-05-25 |
| | | |||
| * | changed a whole lot og references, fuck rust | fxqnlr | 2023-05-25 |
| | | |||
| * | added more progress | fxqnlr | 2023-05-25 |
| | | |||
| * | added multithreaded downloads and progressbar | fxqnlr | 2023-05-21 |
|/ | |||
* | Merge pull request 'todos' (#5) from todos into master | fx | 2023-05-13 |
|\ | | | | | | | Reviewed-on: http://raspberrypi.fritz.box:7920/fx/modlist/pulls/5 | ||
| * | minimally better logging | fxqnlr | 2023-05-13 |
| | | |||
| * | removed todos, fixed get version set | fxqnlr | 2023-05-13 |
| | | |||
| * | impl of set_version import | FxQnLr | 2023-05-13 |
| | | |||
| * | fix quilt implementation | FxQnLr | 2023-05-10 |
| | | |||
| * | added list for lists | fxqnlr | 2023-05-09 |
| | | |||
| * | added list check on default change | fxqnlr | 2023-05-09 |
|/ | |||
* | add list toggles to update and download; | fxqnlr | 2023-05-09 |
| | | | | add mod remove output and fix errors | ||
* | Merge pull request 'config' (#4) from config into master | fx | 2023-05-04 |
|\ | | | | | | | Reviewed-on: http://raspberrypi.fritz.box:7920/fx/modlist/pulls/4 | ||
| * | removed todo | fxqnlr | 2023-05-04 |
| | | |||
| * | added id to db lookup | fxqnlr | 2023-05-03 |
| | | |||
| * | added async trait? WHY | fxqnlr | 2023-05-03 |
| | | |||
| * | fuck serde, plus maybe added quilt | fxqnlr | 2023-05-03 |
| | | |||
| * | added config option for default mc version | fxqnlr | 2023-05-02 |
| | | | | | | | | changed version input system | ||
| * | added modloader default to config | fxqnlr | 2023-04-30 |
| | | |||
| * | fixed config directories, moved to own folder | fxqnlr | 2023-04-30 |
|/ | |||
* | added fallback if no primaries, removed prints | fxqnlr | 2023-04-29 |
| | |||
* | remove planmodlist | fxqnlr | 2023-04-27 |
| | |||
* | Merge pull request 'cache' (#3) from cache into master | fx | 2023-04-27 |
|\ | | | | | | | Reviewed-on: http://raspberrypi.fritz.box:7920/fx/modlist/pulls/3 | ||
| * | version bump, cargo fmt and cargo update | FxQnLr | 2023-04-27 |
| | | |||
| * | Update 'Cargo.toml' | fx | 2023-04-27 |
| | | |||
| * | add auto create dirs, database and default config | fxqnlr | 2023-04-24 |
| | | |||
| * | Merge pull request 'added config argument, remove devdir' (#2) from dev into ↵ | fx | 2023-04-23 |
| |\ | | | | | | | | | | | | | | | | cache Reviewed-on: http://raspberrypi.fritz.box:7920/fx/modlist/pulls/2 | ||
| | * | added config argument, remove devdir | fxqnlr | 2023-04-23 |
| |/ | |||
| * | added caching, better data location | fxqnlr | 2023-04-23 |
|/ | |||
* | Merge pull request 'clap' (#1) from clap into master | fx | 2023-04-23 |
|\ | | | | | | | Reviewed-on: http://raspberrypi.fritz.box:7920/fx/modlist/pulls/1 | ||
| * | added todo | fxqnlr | 2023-04-23 |
| | | |||
| * | cargo fmt | fxqnlr | 2023-04-20 |
| | | |||
| * | remove generate again | fxqnlr | 2023-04-18 |
| | | |||
| * | add shell completion | fxqnlr | 2023-04-18 |
| | | |||
| * | removed old input entirely | fxqnlr | 2023-04-17 |
| | | |||
| * | added clap cli, modified (basically) all user interface functions; | fxqnlr | 2023-04-17 |
| | | | | | | | | changed some functions to easier string handling |