Skip to content

Commit

Permalink
draft: settings overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Nov 7, 2022
1 parent 2de8181 commit 3ab4828
Show file tree
Hide file tree
Showing 49 changed files with 3,322 additions and 957 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
/database.db
/.idea/
/config.toml
/config.toml.old
/data.db
/.vscode/launch.json
/config*/
/config.*
/local.*
38 changes: 37 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,50 @@
{
"cSpell.words": [
"AUTOINCREMENT",
"Avicora",
"Azureus",
"bencode",
"binascii",
"Bitflu",
"bufs",
"byteorder",
"canonicalize",
"canonicalized",
"chrono",
"completei",
"downloadedi",
"filesd",
"Freebox",
"hasher",
"hexlify",
"Hydranode",
"incompletei",
"intervali",
"leecher",
"leechers",
"libtorrent",
"Lphant",
"nanos",
"nocapture",
"ostr",
"Pando",
"Rasterbar",
"repr",
"rngs",
"rusqlite",
"Seedable",
"Shareaza",
"sharktorrent",
"sqllite",
"Swiftbit",
"thiserror",
"Torrentstorm",
"torrust",
"typenum"
"typenum",
"Unamed",
"untuple",
"Xtorrent",
"Xunlei"
],
"[rust]": {
"editor.formatOnSave": true
Expand Down
163 changes: 4 additions & 159 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ openssl = { version = "0.10", features = ["vendored"] }

warp = { version = "0.3", features = ["tls"] }

config = "0.13"
toml = "0.5"

log = { version = "0.4", features = ["release_max_level_info"] }
Expand Down
Loading

0 comments on commit 3ab4828

Please sign in to comment.