Jeff Becker
|
8a74b55af3
|
limit calls to service node list updates for when we are synching the chain we dont spam with list updates
|
2021-04-27 16:13:05 -04:00 |
|
Jeff
|
380adae39c
|
Merge pull request #1608 from jagerman/missing-header
Add missing <optional> header
|
2021-04-22 16:45:48 -04:00 |
|
Jason Rhinelander
|
86dcdde8d3
|
Add missing <optional> header
Reported by TechnicalTumbleweed as needed to fix a build.
|
2021-04-22 16:55:37 -03:00 |
|
Thomas Winget
|
277794950c
|
Lokinet version bump to 0.9.0
|
2021-04-21 19:21:25 -04:00 |
|
Jeff
|
537fadc9aa
|
Merge pull request #1605 from jagerman/v090-update-deps
Update submodules and static build deps
|
2021-04-21 13:52:09 -04:00 |
|
Jeff Becker
|
16ff8b4149
|
link against core foundation as a fix for static macos build
|
2021-04-21 13:03:23 -04:00 |
|
Jeff Becker
|
c4dad12f2e
|
libunbound patch no longer needed as fixes have been upstreamed
|
2021-04-21 10:38:23 -04:00 |
|
Jason Rhinelander
|
b54d608b3f
|
Fix curl hash
Hash was for the bz2 instead of xz
|
2021-04-21 11:33:57 -03:00 |
|
Jeff Becker
|
ecd41e7a31
|
bump libuv version to match the tarball fetched
|
2021-04-21 10:08:04 -04:00 |
|
Jeff
|
ddac3b2de2
|
add link to demo repo
add a link to a repo full of quick lokinet 'aware' application demos in many languages.
|
2021-04-21 09:56:50 -04:00 |
|
Jason Rhinelander
|
b2b0e904d7
|
😡
|
2021-04-21 00:24:35 -03:00 |
|
Jason Rhinelander
|
41e5cf09ed
|
ngtcp2 compat update
|
2021-04-21 00:18:46 -03:00 |
|
Jason Rhinelander
|
ed1a80170a
|
Update submodules and static build deps
Static deps:
- expat 2.3.0
- unbound 1.13.1
- sqlite 3.35.5
- libuv 1.41.0
- curl 7.76.1
Submodules:
- ghc-filesystem 1.5.4
- ngtcp2 (latest master)
- oxenmq 1.2.5
- pybind11 2.6.2
- sqlite_orm 1.6
|
2021-04-20 19:58:11 -03:00 |
|
Jason Rhinelander
|
af4ab3a7bc
|
Remove stable old debian/ dir
Debian packaging has been on separate debian/* and ubuntu/* branches for
a long time.
|
2021-04-20 19:47:20 -03:00 |
|
Jeff
|
4273fb0208
|
Merge pull request #1602 from majestrate/rpc-block-notify-fix-2021-04-20
add_command instead of add_request_command
|
2021-04-20 12:44:24 -04:00 |
|
Jason Rhinelander
|
532343bfbc
|
Merge pull request #1601 from majestrate/deconstexpr-2021-04-19
deconstexpr ip range bogon check
|
2021-04-20 13:39:21 -03:00 |
|
Jeff Becker
|
7f93b95080
|
add_command instead of add_request_command
|
2021-04-20 12:37:25 -04:00 |
|
Jeff Becker
|
a3d7590fc8
|
correct header
|
2021-04-20 09:47:29 -04:00 |
|
Jeff Becker
|
7df184eb54
|
pybind fixes
|
2021-04-20 09:45:06 -04:00 |
|
Jeff Becker
|
714f6b0183
|
macos variant fixes
|
2021-04-20 09:44:52 -04:00 |
|
Jason Rhinelander
|
73a29d3b07
|
Link lokinet-bootstrap against libssl as well
Just crypto apparently isn't enough, at least on some arches/distros.
|
2021-04-19 23:45:36 -03:00 |
|
Jason Rhinelander
|
869b362572
|
Attempt fix to work around gcc-8 warning
|
2021-04-19 13:30:00 -03:00 |
|
Jeff Becker
|
76eb2277f8
|
deconstexpr ip range bogon check
|
2021-04-19 11:39:26 -04:00 |
|
Jeff
|
466be39fb3
|
Merge pull request #1576 from jagerman/plainquic
Plainquic tunnels (WIP)
|
2021-04-19 11:26:29 -04:00 |
|
Jeff Becker
|
71391957c5
|
set up accept any plainquic handlers
|
2021-04-19 11:20:46 -04:00 |
|
Jeff Becker
|
83b0f25075
|
cleanup after rebase
|
2021-04-19 07:19:07 -04:00 |
|
Jeff Becker
|
c547cd0118
|
fixes for lokinet-bootstrap
* use schannel on windows platforms
* load ca bundle for non windows platforms
* use geteuid for detecting root user when finding default data dir
|
2021-04-19 07:08:23 -04:00 |
|
Jeff Becker
|
3d87dbff91
|
bullshit for windows and openssl with CPR
* windows static cross compile is wonky af so we add some hacks to make it work
|
2021-04-19 07:08:03 -04:00 |
|
Jeff Becker
|
ebdb9699c0
|
refactor: make lokinet-bootstrap a native executable
* pull in cpr
* tidy up windows.sh
* rename main.cpp to lokinet.cpp to satisfy my autism
* add llarp::GetDefaultBootstrap()
|
2021-04-19 07:06:15 -04:00 |
|
Jeff Becker
|
f63122272d
|
fix some compiler errors
|
2021-04-19 07:03:57 -04:00 |
|
Jeff Becker
|
b721b8d65b
|
finish wiring up config for #1595
|
2021-04-19 07:03:56 -04:00 |
|
Jeff Becker
|
0be62f0ad4
|
win32 fix
* windows does not have uint
|
2021-04-19 07:03:56 -04:00 |
|
Jeff Becker
|
37b2f0f1e3
|
rebrand and bump version
|
2021-04-19 07:03:56 -04:00 |
|
Jeff Becker
|
fedc56e3f1
|
initial commit for #1595
|
2021-04-19 07:02:46 -04:00 |
|
Jeff Becker
|
545021aa3d
|
temp commit
|
2021-04-19 07:02:46 -04:00 |
|
Jeff Becker
|
8ae0808f97
|
add forgotten files
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
bb7b46c43d
|
fixes for testnet
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
3d76e3d4bd
|
split up liblokinet headers
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
118bc9c2fb
|
formatting
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
230fb15b24
|
ensure dns srv data is valid after decoding
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
998923a48d
|
remove old deprecated files
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
a7a886e670
|
fix infinite iteration
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
44d7fa0ab1
|
remove untracked file
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
4520e7fe6c
|
remove deprecated test
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
07eaeb681a
|
try fixing deadlock
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
4889b8cddf
|
fix up client to snode codepath
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
8b2ede5fc5
|
use rxid
|
2021-04-19 07:02:45 -04:00 |
|
Jeff Becker
|
1ea77e6a68
|
more client to snode quic fixes
|
2021-04-19 07:02:44 -04:00 |
|
Jeff Becker
|
0ee40c1720
|
use rxid
|
2021-04-19 07:02:44 -04:00 |
|
Jeff Becker
|
e1f90e5e5a
|
use rx id on snode side of paths
set protocol on reply routing messages
|
2021-04-19 07:02:44 -04:00 |
|