Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix friends opt bug by writing to config file #8

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a4317d2
Fix friends opt bug by writing to config file
mycognosist Aug 17, 2020
40048c0
remove sensor dep and code
mycognosist Nov 29, 2022
7094cbf
bump dependencies
mycognosist Nov 29, 2022
25eb758
handle compiler warnings
mycognosist Nov 29, 2022
b34c423
handle clippy warning
mycognosist Nov 29, 2022
c2e0a71
remove cargo manifest comment
mycognosist Nov 29, 2022
0211718
add in-progress notes
mycognosist Nov 29, 2022
87710e8
replace anyhow and thiserror with custom error type
mycognosist Nov 30, 2022
240a641
remove ci
mycognosist Nov 30, 2022
92e63ba
bump dependencies
mycognosist Dec 1, 2022
6fc98ae
update notes
mycognosist Dec 1, 2022
16d2ad6
fix typo
mycognosist Dec 1, 2022
eb08c90
revert to git path for kuska-ssb crate
mycognosist Dec 2, 2022
50105d9
add comments, fix typos and indentation
mycognosist Dec 2, 2022
6ea1e36
deser into msg value, not kvt
mycognosist Dec 2, 2022
fa6692d
satisfy clippy
mycognosist Dec 2, 2022
5ab2e60
allow setting sled cache size via env var (with fallback)
mycognosist Dec 2, 2022
801cf88
pass config struct as arg, instead of path
mycognosist Dec 2, 2022
b7e29a2
update lockfile and ignore list
mycognosist Dec 2, 2022
460fac9
support parsing of multiple multiaddresses from a single lan broadcas…
mycognosist Dec 2, 2022
f61a57c
Revert "support parsing of multiple multiaddresses from a single lan …
mycognosist Dec 2, 2022
b896057
fix typos
mycognosist Dec 2, 2022
eca0713
Merge pull request #1 from mycognosist/minimise
mycognosist Dec 2, 2022
6ee2e94
add jsonrpc server crate and alphabetise dependencies
mycognosist Dec 2, 2022
d628b37
fix indentation
mycognosist Dec 2, 2022
3aab087
add jsonrpc module, implement from error impls and spawn actor
mycognosist Dec 2, 2022
56aceaf
update readme and add whitespace
mycognosist Dec 2, 2022
ef40f2e
Merge pull request #2 from mycognosist/json_rpc_server
mycognosist Dec 2, 2022
75658a1
formatting
mycognosist Dec 2, 2022
3a48872
update readme and notes
mycognosist Dec 3, 2022
3f15fe7
Merge pull request #3 from mycognosist/readme_updates
mycognosist Dec 3, 2022
b6f69d8
Merge branch 'master' into fix_friends
mycognosist Dec 4, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/clippy.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/rust.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/rustfmt.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
**/*.rs.bk
go_sbot_benchmarks
Loading