Commit Graph

7691 Commits (391494ed11c97d52a0a3fbdf3e188be6a50a0285)
 

Author SHA1 Message Date
necro-nemsis 391494ed11 Change patch address to localhost. 2 years ago
necro-nemesis c64a3316b1
Update lokinet.spec 2 years ago
necro-nemsis f54274fa4e Merge branch 'fedora/34' into fedora/35 2 years ago
necro-nemsis 179e6d3d7e Merge remote-tracking branch 'upstream/stable' into fedora/35 2 years ago
necro-nemsis dc7f635e20 remove dead patches 2 years ago
necro-nemsis 042e227f95 Update patch and SPEC 2 years ago
necro-nemsis 11040080a9 Revert "Change default port to 953"
This reverts commit cdad3e7f09.
2 years ago
necro-nemesis 7c5c30f32b
include default-dns.patch 2 years ago
necro-nemesis cbf7e31806
Create default-dns.patch from jammy patch 2 years ago
necro-nemesis fe7657c8fb
backup patch 2 years ago
necro-nemesis f61515dae5
Update lokinet.spec 2 years ago
necro-nemesis 6548ac4981
Update lokinet.spec 2 years ago
necro-nemesis 0439bde6d4
Update lokinet.spec 2 years ago
necro-nemsis 67e80929e1 Comment regarding lokinet/cmake/Version.cmake 2 years ago
necro-nemsis 5043c1a97d Merge branch 'rpm/patch' of https://github.com/necro-nemesis/lokinet into rpm/patch 2 years ago
necro-nemsis f3ed998bb1 Disable version-as-rpm patch 2 years ago
necro-nemesis 3487401983
update default-dns patch 2 years ago
necro-nemsis cdad3e7f09 Change default port to 953 2 years ago
necro-nemsis 55866f8b81 Merge v0.9.9 2 years ago
necro-nemsis 0a205fa9e3 Merge remote-tracking branch 'upstream/stable' into fedora/34 2 years ago
Jason Rhinelander 440b547d2c
Merge pull request #1924 from oxen-io/dev
v0.9.9
2 years ago
majestrate 229e1277fd
Merge pull request #1923 from majestrate/replace-llarp-proto-verison-macros-2022-05-26
final fixups before 0.9.9 tag
2 years ago
Jeff 2576b87c5d
version bump to 0.9.9 2 years ago
Jason Rhinelander 34c3b8d0de
Add oxen repo to bionic for updated cmake version
Also rename the arg from loki_repo to oxen_repo
2 years ago
Jeff 73a49f5473
do not build liblokinet in windows, exe gets too big 2 years ago
Jason Rhinelander 6a2114fa1d
Don't be dynamic for win32 rc crap 2 years ago
Jeff 1dfc2e883b
bump verions of all deps
bump submodules

Fix dynamic version generation

   - GIT_FOUND OR Git_FOUND wasn't available because we hadn't done a
     find_package(Git) yet.
   - required version variables weren't being passed through to the cmake
     script
2 years ago
Jeff 065e52ab80
move windows nsis parts for cpack into external files 2 years ago
Jeff e480e36f3d
generate windows rc for each executable target so we can set the executable name right for each one 2 years ago
Jeff f05c2ebc71
macro removals
clean up version cmake stuff

clean up generated cpp version stuff

make all the windows rc stuff get generated by cmake

bump release motto message

properly inject release motto into version
2 years ago
Jeff 1eba0f836e
replace LLARP_PROTO_VERSION macro 2 years ago
majestrate 0331db494e
Merge pull request #1905 from majestrate/connect-out-2022-04-28
connect to routers even if we are decomissioned
2 years ago
Jeff 33a2226079
footcannon prevention: check for invalid address family.
throw if we pass in a bogus af value when getting a sockaddr for all interfaces
2 years ago
Jeff 98b3860655
set source ip on service nodes for outbound link to not use all interfaces 2 years ago
Jeff 60ada470db
format systemd status as time deltas from now 2 years ago
Jeff 18e1272c76
add gossip info to systemd status
* adds next and last gossip datetimes
* adds a few things for time points, like ostream operator overloads for time point
2 years ago
Jeff 3c44a06403
publish our rc out to the network when we regenerate them 2 years ago
Jeff 5f496259b7
if we are decommissioned or deregistered, do not test other routers so we do not spam them.
disambiguiate error message to distinguish between decomissioned and deregistered.
2 years ago
Jeff 706e34c082
connect to routers even if we are decomissioned 2 years ago
majestrate d9a8710ccf
Merge pull request #1909 from majestrate/bump-ci-ubuntu-debs-2022-05-02
[chore] bump ci to make jammy debs
2 years ago
Jeff 994c6e1a21
remove focal deb build from ci 2 years ago
Jeff 0df26fe81c
bump ci to make jammy debs 2 years ago
Jeff 0d0295e2dc
remove unneeded submodule 2 years ago
majestrate 608dced827
typofix 2 years ago
majestrate f16c2ecd43
use oxenc submodule in android 2 years ago
majestrate 8529ab2c62
Merge pull request #1920 from majestrate/fixup-link-layer-state-machine-2022-05-20
state machine fix for link layer
2 years ago
Jeff a61e9636b2
state machine fix for link layer
if a pending inbound session did not complete a handshake after an unclean close from a previous session the
remote udp endpoint would remain stuck mapped as authed and thus any further attempts from the remote would
be silently dropped as it entered a stuck state in the state machine. this was happening as a small part
of the state machine was hidden in the implementation details of iwp, but instead should be in the super type
as it is logic exclusively outside the details which every dialect would have regardless of its details.

this commit will unmap the udp endpoint every time it needs to in the link layer state machine, independat of
the implementation details of the diact.
2 years ago
majestrate a149e6e384
Merge pull request #1918 from majestrate/fixup-win32-2022-05-19
fixup edge case on windows
2 years ago
Jeff 3fccb3ab0c
fixup edge case on windows
* add platform detection constexprs
* add quark for platforms without native ipv6 like windows, exit mapping cannot work with ipv6 yet
2 years ago
majestrate e3aedda4c8
Merge pull request #1917 from majestrate/ip-fixups-2022-05-18
clean up ip packet code
2 years ago