Commit Graph

145 Commits

Author SHA1 Message Date
Vecna 13d098eaa0 Artificially advance time on BridgeDb 2024-06-06 16:37:16 -04:00
Vecna 766516cee3 Track memory usage in simulation 2024-06-04 06:27:59 -04:00
Vecna a19a8bb3c2 Don't write Lox context to database in simulation 2024-05-31 10:58:26 -04:00
Vecna 12524cd1e8 Test report blocked bridges: Check for missing reachability credential 2024-04-29 13:24:36 -04:00
Vecna 188c8b20f6 Format new changes 2024-04-26 23:43:44 -04:00
Vecna 080deb7974 Send test request on test interface 2024-04-26 23:12:58 -04:00
Vecna 5c0376cd56 Merge upstream changes 2024-04-26 23:05:00 -04:00
Vecna 0644431dee Add endpoint for advancing time during testing 2024-04-26 22:34:54 -04:00
onyinyang 0e28602812
Update wasm for base64 encoded invite 2024-04-17 17:38:38 -04:00
onyinyang 0a12b0fc52
Serialize, Deserialize invite as base64 string
`loxinvite` is concatenated with an underscore
to try to prevent copy errors from telegram
2024-04-17 17:35:49 -04:00
onyinyang d0407e9e5d
Update lox-context to handle Removed bridges, add test for spare removals 2024-04-16 16:47:14 -04:00
onyinyang d881cf2fec
Remove spare and unallocated bridges rather than replacing them 2024-04-16 16:45:07 -04:00
onyinyang b771a40a3d
Fix deadlock error 2024-04-16 16:45:07 -04:00
onyinyang dae68efaae
Clear extra_bridges in distributor after sync, tidy up print statements 2024-04-16 16:45:07 -04:00
onyinyang 76bb8757f5
Add basic tests for bridgetable sync with rdsys 2024-04-16 16:45:03 -04:00
onyinyang 5f34f49d17
Formatting changes from cargo fmt 2024-04-16 16:05:49 -04:00
onyinyang 5127762c2b
Add fake_resource_state crate for lox-context unit testing 2024-04-16 16:04:57 -04:00
onyinyang cee2510324
Move random Bridgeline generator function to lox_utils 2024-04-15 18:52:01 -04:00
Vecna ec5217222e Include nonce in negative reports 2024-04-12 03:13:09 -04:00
Vecna 13bf94ec17 Add date to proof of bridge knowledge in negative reports 2024-04-04 22:56:10 -04:00
Vecna eb1b4939be from_lox_credential() now returns a Result 2024-03-29 16:18:34 -04:00
Vecna 94dc1c063c Endpoint for TP system to report bridges are blocked 2024-03-15 19:31:18 -04:00
Vecna 07f0e38a40 Merge upstream changes 2024-03-15 16:48:51 -04:00
Vecna 64ada23f21 Generate tp_bridge_infos initially and whenever syncing with rdsys 2024-03-15 16:44:32 -04:00
Vecna daeeb3fdea Add function to lox_context to create fingerprint maps for TP verification 2024-03-15 16:22:43 -04:00
Vecna 4eba9df7db Add tests for positive reports 2024-03-15 13:25:13 -04:00
Vecna 684ba0a575 Add tests for invalid negative reports 2024-03-15 12:08:18 -04:00
Vecna fae8a9a74f TP renamed bridge_info::BridgeInfo 2024-03-15 11:32:51 -04:00
Vecna 6a0ff0d8a2 Begin implementing Troll Patrol handler 2024-03-15 02:30:57 -04:00
Vecna 503c026964 Move (unhashed) fingerprint to field in BridgeLine 2024-03-11 15:58:31 -04:00
Cecylia Bocovich e6b0cf842a
Pass available_bridge by value rather than reference
Allows us to pop() from extra_bridges, which is less prone to errors than
calling both last() and then remove().
2024-03-09 20:55:40 -05:00
onyinyang 3f4f79c5b7 Removed to_be_replaced vector 2024-03-06 15:00:34 +00:00
onyinyang 11c09efed4 Update ACCEPTED_HOURS_OF_FAILURE to account for rdsys expiry time 2024-03-06 15:00:34 +00:00
Vecna 65e763724b Merge changes from upstream 2024-02-20 16:45:56 -05:00
onyinyang 050e628ae7
Add endpoint to return server constants 2024-01-22 11:09:31 -05:00
onyinyang 2ad2f2e211 Make lox-distributor listening port configurable 2024-01-22 15:08:39 +00:00
onyinyang 596901b174 Fixes bug in parse_into_buckets that skips adding every 4th bridgeline 2024-01-17 16:51:53 +00:00
onyinyang 6afc557ad5 Fix length of bridge bytes and rdsys request interval 2024-01-17 16:43:39 +00:00
Vecna 0041116e65 Merge remote-tracking branch 'upstream/main' 2024-01-14 17:50:52 -05:00
onyinyang ed7c94b912
Send Response as json, errors with OK Status Code 2024-01-09 12:25:03 -05:00
onyinyang 075d51b088 Add better serde error handling to wasm functions 2023-12-21 17:00:49 +00:00
onyinyang c1f6ab0b77
Gracefully recovers from rdsys shutdown or lack of resources 2023-12-20 19:04:44 -05:00
Cecylia Bocovich 39449cabe8
Respond with error when open invitation buckets are empty
Expand the error type returns by invite() to include a new error for
when there are no available bridges for open invitation users. This
fixes a bug that previously caused a panic when we have no bridges to
distribute.

See https://gitlab.torproject.org/tpo/anti-censorship/lox/-/issues/43
2023-12-20 13:52:42 -05:00
onyinyang c8b6bb9fdd Formatting and clippy changes 2023-12-19 20:02:12 +00:00
Cecylia Bocovich 7d94b3c861
Add LoxDBError and refactor to return Result
Add a new error type to capture multiple possible database reading
errors and refactor both read_lox_context_from_db and use_last_context
to return a Result.
2023-12-18 14:20:17 -05:00
Cecylia Bocovich 5ed62d239d
Check whether lox_db is empty after recovering 2023-12-18 14:20:17 -05:00
onyinyang 472445a9a5
Add README for rdsys-backend-api, lox-utils and switch to lox-zkp crate 2023-11-23 11:44:05 -05:00
onyinyang 88a865d04c
Remove time manipulation and other fmt fixes 2023-11-21 18:41:53 -05:00
onyinyang fdde186c92
Add lox-wasm and lox-utils READMEs and other fmt fixes 2023-11-21 12:57:00 -05:00
Vecna 0bf3b30669 Merge changes from upstream 2023-11-14 14:07:29 -05:00