Commit graph

21 commits

Author SHA1 Message Date
Jason Rhinelander
688d01f83a Fix grammatically incorrect 'due to'
"due to" works as an adjective that follows a noun (not verbs/verb
phrases) and is being used incorrectly in all the error messages fixed
here.
2021-10-11 20:23:45 -03:00
Maxim Shishmarev
cddd614167 Check onion request blob size 2021-06-29 10:14:19 +10:00
Maxim Shishmarev
fd43521b0b Fix a bunch of lint warnings 2021-05-14 14:22:33 +10:00
Niels Andriesse
023d134067 Make file handling async 2021-04-01 10:32:25 +11:00
Niels Andriesse
57ea49e30e Use appropriate log levels 2021-04-01 09:55:47 +11:00
nielsandriesse
acc81729ef Fix remaining misleading async usage 2021-03-31 15:12:32 +11:00
Maxim Shishmarev
3e28962645 remove unnecessary async 2021-03-31 14:15:28 +11:00
Niels Andriesse
f9ffd8c463 Don't use nightly 2021-03-25 11:38:06 +11:00
Niels Andriesse
8079ab47e4 Make comment work with auto-formatting 2021-03-25 11:04:11 +11:00
Niels Andriesse
edca4b9e95 Add .rustfmt.toml 2021-03-25 10:56:16 +11:00
Niels Andriesse
0cf470c8f9 Fix OR response 2021-03-23 13:04:38 +11:00
Niels Andriesse
7478c4a312 Fix RPC call parsing 2021-03-23 11:13:32 +11:00
Niels Andriesse
02916a7bc4 Always respond with JSON 2021-03-19 16:44:07 +11:00
Niels Andriesse
1e93f9472e Prepare for rooms implementation 2021-03-18 15:04:56 +11:00
Niels Andriesse
195f1195da Implement get challenge endpoint 2021-03-16 16:25:59 +11:00
Niels Andriesse
8f067453bc Don't use regex 2021-03-16 14:33:55 +11:00
Niels Andriesse
0c1b430116 Clean 2021-03-16 14:22:33 +11:00
Niels Andriesse
b522812c12 Implement response encryption 2021-03-15 13:59:54 +11:00
Niels Andriesse
9d3fbb88a5 Lay the foundation for response encryption 2021-03-15 13:39:25 +11:00
Niels Andriesse
9671a6891f Make private key and public key lazy static variables 2021-03-15 09:50:29 +11:00
nielsandriesse
c50f58269f Minor refactoring 2021-03-12 18:55:37 +11:00
Renamed from src/lsrpc.rs (Browse further)