index
:
modlist.git
main
refactor
modpack manager for minecraft with server support
fxqnlr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
files.rs
Commit message (
Collapse
)
Author
Age
*
better error handling
refactor
fxqnlr
2024-09-04
|
*
move stuff around, remove lib.rs for overview
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
|
*
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
|
*
added fallback if no primaries, removed prints
fxqnlr
2023-04-29
|
*
version bump, cargo fmt and cargo update
FxQnLr
2023-04-27
|
*
add auto create dirs, database and default config
fxqnlr
2023-04-24
|
*
added config argument, remove devdir
fxqnlr
2023-04-23
|
*
added caching, better data location
fxqnlr
2023-04-23
|
*
cargo fmt
fxqnlr
2023-04-20
|
*
Added adding of specific mod-version
fxqnlr
2023-02-19
|
*
Fixed update shit not correctly updating
fxqnlr
2023-02-05
|
*
fixed not downloading on mod add
fxqnlr
2023-01-29
|
*
Todos; fixed input with "-"
fxqnlr
2023-01-26
|
*
Added list version cmd, fixed some todos
fxqnlr
2023-01-22
|
*
input mostly inplemented, mods missing
fxqnlr
2023-01-19
|
*
implemented more Error (dumb)
fxqnlr
2023-01-09
|
*
added devdir; better config dir
fxqnlr
2022-12-28
|
*
added download with delete; new file format
fxqnlr
2022-12-09
|
*
groundwork for downloads; cleanup
FxQnLr
2022-12-07
|
*
remove mod start
FxQnLr
2022-12-03
|
*
basically update impl; added "good" download;
fxqnlr
2022-11-28
auto dl on new mod; db to 0.4; etc