Commit Graph

1402 Commits

Author SHA1 Message Date
Christien Rioux
794c6306a6 Merge branch 'boostrapTypo2023-10-14' into 'main'
Fix boostrap in bootstrap.rs comment

See merge request veilid/veilid!220
2023-10-14 18:12:56 +00:00
Christien Rioux
1c7cfcf0cb Merge branch 'overlaopsTypo2023-10-14' into 'main'
Fix overlaops in assembly_buffer.rs comment

See merge request veilid/veilid!219
2023-10-14 18:12:37 +00:00
Christien Rioux
3797442456 Merge branch 'android-debugging' into 'main'
Android debugging

See merge request veilid/veilid!225
2023-10-14 18:11:36 +00:00
Christien Rioux
2fc4247be6 try different dialinfo for bootstrap 2023-10-14 13:50:34 -04:00
Haley Weslin
514f9aa60d Fix boostrap in bootstrap.rs comment
This fixes a typo of "boostrap" for "bootstrap" in a comment
in veilid-core/src/routing_table/tasks/bootstrap.rs.
2023-10-14 17:13:44 +00:00
Haley Weslin
f50c9ed4a8 Fix overlaops in assembly_buffer.rs comment
This fixes a typo of "overlaops" for "overlaps" in a comment
in veilid-tools/src/assembly_buffer.rs.
2023-10-14 17:05:42 +00:00
Christien Rioux
f456f418d2 testing cleanup 2023-10-13 19:45:03 -04:00
Christien Rioux
c8555df863 fix apple 2023-10-13 18:41:11 -04:00
John Smith
cf6a139928 linux fixes 2023-10-13 18:17:10 -04:00
John Smith
d922bc1f5d windows upnp work 2023-10-13 17:57:38 -04:00
Christien Rioux
ebd36d82ef network interface changes cleanup 2023-10-12 21:17:47 -04:00
Christien Rioux
54c403ebfb keep network from going down when external ip addresses haven't changed 2023-10-11 23:12:54 -04:00
Christien Rioux
084d4ae98b remove crap 2023-10-10 09:56:56 -04:00
Christien Rioux
c80a473fdb missing symbols on x86_64 android emulator 2023-10-10 09:56:56 -04:00
Christien Rioux
86dee2b6ed xfer 2023-10-10 09:56:56 -04:00
Christien Rioux
ff56634667 Merge branch 'blackbird-fix-warnings' into 'main' 2023-10-10 02:54:54 +00:00
Trent Waddington
72889b8f1a Fix warnings. 2023-10-10 12:51:11 +10:00
John Smith
1fec1a5008 windows cleanup 2023-10-07 23:00:28 -04:00
Christien Rioux
dca7f66c6f revert encoding 'fix' and add unit test. 2023-10-07 20:34:21 -04:00
Christien Rioux
bb78723ce8 Merge branch 'clarify-wasm-limitations' into 'main'
Clarify that WASM bootstrap uses ws, not wss or DNS

See merge request veilid/veilid!205
2023-10-07 19:16:00 +00:00
Christien Rioux
0464b92f3d Merge branch 'firefox_snap' into 'main'
allow testing with Firefox snap

See merge request veilid/veilid!210
2023-10-07 19:10:11 +00:00
Christien Rioux
abf0e18c77 Merge branch 'timestamps' into 'main'
Timestamps

See merge request veilid/veilid!201
2023-10-07 19:09:10 +00:00
Christien Rioux
e939e2976f Merge branch 'fix-wasm-generation' into 'main'
The wasm_build.sh script is now more resilient to failures in finding llvm-dwarfdump

See merge request veilid/veilid!212
2023-10-07 19:05:35 +00:00
Christien Rioux
536b5a5839 Merge branch 'kyanha-encodingfix' into 'main'
Add change to veilid_encoding.dart to fix base64

See merge request veilid/veilid!213
2023-10-07 14:27:10 +00:00
Kyle H
4bd5e9a46f Add change to veilid_encoding.dart to fix base64 2023-10-07 14:27:10 +00:00
Christien Rioux
a6a3e6e77f Merge branch 'typo' into 'main'
fix typos

See merge request veilid/veilid!216
2023-10-07 14:16:53 +00:00
Bruno Bigras
20442f7b9a fix typos 2023-10-05 12:11:42 -04:00
Kai Renken
301a0ba5ec fixing merge conflict 2023-10-01 23:39:53 +02:00
Kai Renken
c6da80c598 cleanup 2023-10-01 23:28:16 +02:00
Kai Renken
395d105640 cleanup for timestamps in ui and refactor to function 2023-10-01 23:20:39 +02:00
Mike Phipps
2dbd793878 The wasm_build.sh script is now more resilient to failures in finding llvm-dwarfdump 2023-10-01 15:57:58 -04:00
Christien Rioux
f59c4509ea rework public address detection timing 2023-09-30 22:42:06 -04:00
Christien Rioux
c357a7499e fix recommended bootstrap config to exclude routes 2023-09-29 17:21:26 -04:00
Christien Rioux
3d50f7ef11 Merge branch 'typo' into 'main'
fix minor typo

See merge request veilid/veilid!209
2023-09-29 19:56:02 +00:00
Christien Rioux
0120b99ae0 Merge branch 'onceTypo2023-09-28' into 'main'
Fix "have been the once" in bucket_entry.rs

See merge request veilid/veilid!207
2023-09-29 19:55:05 +00:00
Christien Rioux
ac003e2ee3 Merge branch 'otherTypo2023-09-27' into 'main'
Fix "from one message and other" - assembly_buffer

See merge request veilid/veilid!206
2023-09-29 19:54:42 +00:00
Christien Rioux
0528eda9ff Merge branch 'evenTypo2023-09-28' into 'main'
Fix "in the even we" in public_address_check.rs

See merge request veilid/veilid!208
2023-09-29 19:54:26 +00:00
Christien Rioux
7bb4d50972 Merge branch 'veilidchat-work' into 'main'
Veilidchat Work

See merge request veilid/veilid!211
2023-09-29 18:04:44 +00:00
Christien Rioux
27c0f6e73a fix dial info filter 2023-09-29 09:38:12 -04:00
Derrick Oswald
15e4b75986 allow testing with Firefox snap
The snap version of Firefox cannot write to the /tmp location.
Recommended workaround is to set TMPDIR environment variable to location that both geckodriver and firefox can write to e.g. $HOME/tmp.
See https://github.com/mozilla/geckodriver/releases/tag/v0.31.0 and https://github.com/mozilla/geckodriver/issues/2010

This change adds the TMPDIR environment to allow testing with the Snap version of Firefox.
The downside is a possibly orphan directory (~/tmp) containing geckodriver and v8-compile-cache-1000.
2023-09-29 10:33:04 +02:00
Derrick Oswald
5f3fb954d8 fix minor typo
Fixes the Progressive Web App configuration doc comment which has a typo in the word Progressive.
2023-09-29 08:11:49 +02:00
Christien Rioux
91031531e4 address type detection 2023-09-28 21:54:31 -04:00
Haley Weslin
b8980756b2 Fix "in the even we" in public_address_check.rs
This fixes a wordo (even for event) in public_address_check.rs.
2023-09-29 01:32:45 +00:00
Haley Weslin
6883607ff8 Fix "have been the once" in bucket_entry.rs
This fixes a wordo (once for one) in bucket_entry.rs.
2023-09-29 00:59:36 +00:00
Christien Rioux
bbfd21edee some debugging 2023-09-28 15:44:06 -04:00
Christien Rioux
b9505c031c xfer 2023-09-28 12:52:49 -04:00
Haley Weslin
327ae80b11 Fix "from one message and other" - assembly_buffer
This fixes the "other" wordo in "from one message and other" in
assembly_buffer.rs.
2023-09-28 03:09:57 +00:00
Rivka Segan
7c0a06b630 Clarify that WASM bootstrap uses ws, not wss or DNS
This fixes the logic error of "bootstrapping via TXT record also will
work."

This also adds a clarification that, because DNS is unavailable, the
only option today is ws:// (Veilid currently does not allow wss://
with an IP address. Specifically, try_wss will fail with
apibail_parse_error! and then RPCError::map_protocol.) This
clarification saves time for any users who would otherwise be tempted
to get a certificate for an IP address (at least one free Certificate
Authority supports this, and the resulting certificate can be added
to a veilid-server configuration.)

try_wss failure:
bd4b4233bf/veilid-core/src/network_manager/types/dial_info/mod.rs (L199-L202)
bd4b4233bf/veilid-core/src/rpc_processor/coders/dial_info.rs (L52-L56)

see also:
bd4b4233bf/veilid-core/src/network_manager/types/dial_info/mod.rs (L58-L59)

In addition, several spelling errors are fixed.
2023-09-27 05:46:22 +00:00
Christien Rioux
437e21b0fe encryption tools 2023-09-25 22:59:41 -04:00
Christien Rioux
069926aba8 fixes 2023-09-25 22:59:41 -04:00