Commit Graph

1134 Commits

Author SHA1 Message Date
Christien Rioux
73688014e6 update cargo.lock 2023-08-18 22:20:03 -04:00
TC Johnson
04c26e48f0 'Version update: 0.1.7 → 0.1.8' 2023-08-18 20:27:01 -05:00
Christien Rioux
7fc1e33109 Changelog for 0.1.8 2023-08-18 21:18:30 -04:00
TC
0571eca811 Merge branch 'fix-README' into 'main'
Fix Python Install Instructions

See merge request veilid/veilid!132
2023-08-19 01:02:20 +00:00
TC Johnson
f49592927e
Fix Python Install Instructions
Changed the references from veilid_python to veilid to match the
package name as it is in Pypi.
2023-08-18 19:59:44 -05:00
Christien Rioux
9a17a0f8f6 Merge branch 'get-version2' into 'main'
Fix to get server version, sorry

See merge request veilid/veilid!129
2023-08-18 22:31:45 +00:00
a1ecbr0wn
c46fcea005
Fix to get server version, sorry 2023-08-18 23:27:27 +01:00
Christien Rioux
d171bc90b1 Merge branch 'get-version2' into 'main'
Get the server version number from Cargo.toml

See merge request veilid/veilid!128
2023-08-18 22:17:03 +00:00
Christien Rioux
8a1dd1b3eb Merge branch 'banjofox/Update-INSTALL.md-Debian-Clarification' into 'main'
banjofox/Improve readability in INSTALL.MD

See merge request veilid/veilid!123
2023-08-18 22:16:10 +00:00
a1ecbr0wn
7e39d08de6
Get the server version number from Cargo.toml 2023-08-18 23:14:37 +01:00
BanjoFox
29185985cb Fix typos 2023-08-18 21:33:58 +00:00
Christien Rioux
b17875deb0 Merge branch 'banjofox/create-dev-setup-directory' into 'main'
banjofox/Create directory for dev environment setup

See merge request veilid/veilid!111
2023-08-18 21:17:05 +00:00
Banjo Fox
e9527faca4 Re-apply INSTALL.MD changes after fork sync. 2023-08-18 09:34:58 -04:00
Banjo Fox
35cf098dcc Update DEVELOPMENT.md to reflect new paths. 2023-08-18 09:27:17 -04:00
Christien Rioux
65cc254128 Merge branch 'fedora-setup' into 'main'
Fedora support in shell scripts

See merge request veilid/veilid!118
2023-08-18 05:23:59 +00:00
Christien Rioux
6f99d915d0 Merge branch 'veilidchat-work' into 'main'
make submodule path absolute

See merge request veilid/veilid!127
2023-08-18 05:13:54 +00:00
Christien Rioux
af1e4a34dc make submodule path absolute 2023-08-18 01:13:09 -04:00
Christien Rioux
242f3c0a38 Merge branch 'veilidchat-work' into 'main'
VeilidChat progress fixes

See merge request veilid/veilid!126
2023-08-18 05:06:53 +00:00
Christien Rioux
1a18201260 fix tests 2023-08-18 00:53:31 -04:00
Christien Rioux
be45a1b350 remove debugging code 2023-08-18 00:32:44 -04:00
Christien Rioux
2c779b2257 fanout debugging 2023-08-18 00:06:21 -04:00
Christien Rioux
fcd9772e00 improve timestamp 2023-08-18 00:06:21 -04:00
Christien Rioux
b2503ae789 offline work 2023-08-18 00:06:21 -04:00
Christien Rioux
435469ce94 offline subkey writes 2023-08-18 00:06:21 -04:00
Christien Rioux
684f93e6a0 fix endianness 2023-08-18 00:06:21 -04:00
Christien Rioux
8e1ed1e3f1 fix crash 2023-08-18 00:06:21 -04:00
Christien Rioux
ef327fb963 crash fix 2023-08-18 00:06:21 -04:00
Christien Rioux
042b84005a fix bug 2023-08-18 00:06:21 -04:00
Christien Rioux
7ba795132b crypto primitives 2023-08-18 00:06:21 -04:00
Christien Rioux
559ac5f162 fix server port allocation 2023-08-18 00:06:21 -04:00
Christien Rioux
79bf6fca69 fix bug 2023-08-18 00:06:21 -04:00
Christien Rioux
01aa411498 punishments 2023-08-18 00:06:21 -04:00
Christien Rioux
8913f827ff doc 2023-08-18 00:06:21 -04:00
Christien Rioux
7b25517a40 Merge branch 'fix-wasm-compile' into 'main'
Fix veilid-wasm errors so it compiles, emit TypeScript types.

See merge request veilid/veilid!124
2023-08-18 04:02:52 +00:00
Christien Rioux
5d523dac54 Merge branch 'clap_refactor' into 'main'
add derived cmd line arg parsing to veilid-cli

See merge request veilid/veilid!119
2023-08-18 03:54:32 +00:00
Christien Rioux
8f0c655924 Merge branch 'cy6erlion/ignore-emacs-backups' into 'main'
Ignore emacs backup files

See merge request veilid/veilid!112
2023-08-18 03:11:05 +00:00
TC
87c666db9e Merge branch 'fix-readme-typos' into 'main'
fix: README typos

See merge request veilid/veilid!117
2023-08-16 23:52:12 +00:00
TC
ae1ac6f140 Merge branch 'd1str01-main-patch-67856' into 'main'
DEVELOPMENT.md to use HTTPS over SSH on git clone by default

TC added: This change clarifies that one may clone the project without being logged in to Gitlab.

See merge request veilid/veilid!113
2023-08-16 23:50:32 +00:00
Brandon Vandegrift
18dfe99e09 use as_human_base64 to serialize VeilidRouteBlob 2023-08-16 10:29:59 -04:00
Brandon Vandegrift
fae12b234d Fix veilid-wasm errors so it compiles, emit TypeScript types.
- `wrap_api_future` function did not exist, so I used `wrap_api_future_plain` since the return type appears to be a base64 encoded string.
- Argument order for `create_dht_record` was incorrectly swapped.
- `veilid_core::json_as_base64` does not exist, don't exactly know what to replace it with for serde serialization, but I commented it out for now.
- Removed `--no-typescript` flag from `wasm-buildgen` so that TypeScript types are emitted.
2023-08-15 13:47:26 -04:00
Inanna Malick
99008ac03e minimize scope of changes by reverting change to settings.rs 2023-08-13 14:46:09 -07:00
Inanna Malick
e9e362d4bd cleanup 2023-08-13 14:42:27 -07:00
Inanna Malick
5bc1410bd6 Quick sketch adding derived cmd line arg parsing to veilid-cli
Quick sketch showing cmd line args via clap-derive (same underlying
parser, but simplifies cmd line parsing logic and reduces surface area
for potential bugs)
2023-08-13 14:26:28 -07:00
Zach C
382b4f9786 protoc distribution cannot make install
so do the `cp -r` just like the checkinstall part does
2023-08-13 12:25:15 -05:00
Zach C
33c77c7e13 Fedora support in building 2023-08-13 12:04:11 -05:00
Jason Ribble
b24b6e23f0 doc: fix typo
- cruicial -> crucial in INSTALL
2023-08-12 21:24:12 -07:00
Jason Ribble
bbf2f0e2e6 fix: README typos
- netowrk -> network
- cruicial -> crucial
2023-08-12 21:17:31 -07:00
Brady Sullivan
bb5d31dd96 Update DEVELOPMENT.md to use HTTPS over SSH on git clone 2023-08-12 19:20:04 +00:00
Jackson G. Kaindume
1fd99ac18a Ignore emacs backup files 2023-08-12 18:10:32 +02:00
Christien Rioux
2d2983e16e remove .vscode 2023-08-11 10:50:36 -07:00