Commit Graph

71 Commits (afe55f0932adf587f62d988fba881cb4ca77319b)

Author SHA1 Message Date
David Arnold a644b93d11
Tyops
Originally [#10](https://github.com/majestrate/llarp/pull/10)
3 years ago
Jason Rhinelander aa0f54fa07
WIP plainquic tunnels 3 years ago
Jason Rhinelander 9df6cd74c7
Add draft liblokinet TCP-over-QUIC design doc 3 years ago
Jeff 92ddda96a9
update information in exit-setup.md (#1441) 4 years ago
Jeff Becker 611cc95f2b
add docs for exit setup 4 years ago
Jason Rhinelander 216b807cb3 Notarize has an "a" in it 4 years ago
Jason Rhinelander 8d74407d11 codesigning and notarization
Codesigns and notarizes the package.  Requires a bunch of stuff to
actually get this working.  (see contrib/macos-signing.txt).

I'm currently also building with

    -DLOKINET_GUI_REPO=https://github.com/jagerman/loki-network-control-panel.git -DLOKINET_GUI_CHECKOUT=cmake

because it needs the camke-ification PR for the control panel to
properly sign everything there.
4 years ago
Jason Rhinelander 3dd3d48fbb Consolidate cmake vars & definitions
CMake will set version variables itself if you give the version in the
project(), which is cleaner.  Also removes some (nearly) duplicate
definitions and settings added in basic_definitions.cmake for unknown
reasons.

Removes some redundant settings (name, description, version) from the
cpack settings which already default to the values from the project()
call.
4 years ago
Jeff Becker 08613cca0b
speed up doc generation 4 years ago
Jeff Becker c36b6a409c
move version to cmake so docs can access it 4 years ago
Jeff Becker 0e51289228
speed up generation 4 years ago
Jeff Becker 53f0dd49e0
move file 4 years ago
Jeff Becker 00814d1a12
update cmake 4 years ago
Jeff Becker 3e7acb72e1
more docs, make doxygen work 4 years ago
Jeff Becker 1227ad3ac0
add snapp options documentation 4 years ago
Jeff Becker 20c65ac6a4
more docs 4 years ago
Jeff Becker 938c8c735e
add initial high level code docs 4 years ago
Jeff d3091cf9fc
Merge pull request #1167 from tewinget/tooling
RouterHive initial PR
4 years ago
Thomas Winget 81209669e3 typo 4 years ago
Thomas Winget 14bf2733c1 how to use a router event doc 4 years ago
Thomas Winget 4ffd42109c some tooling documentation 4 years ago
Ryan Tharp 35fe1e8866
Merge branch 'dev' into neuroci 4 years ago
Jeff Becker 9efd796145
initial wack at 0.7.0 dht fixes 4 years ago
Ryan Tharp dfa92f4602 move linux-setup/readme to docs/ 4 years ago
Thomas Winget 38fd0552d3 Adds Link-Relay Status Messages
Success case:
  - the path endpoint creates and sends a LR_StatusMessage upon
    successful path creation

Failure case:
  - an intermediate hop creates and sends a LR_StatusMessage upon
    failure to forward the path to the next hop for any reason

Both cases:
  - transit hops receive LR_StatusMessages and add a frame
    to them reflecting their "status" with respect to that path
  - the path creator receives LR_StatusMessages and decrypts/parses
    the LR_StatusRecord frames from the path hops.  If all is good,
    the Path does as it would when receiving a PathConfirmMessage.
    If not, the Path marks the new path as failed.

LR_StatusMessage is now used/sent in place of PathConfirmMessage
5 years ago
rjmalagon 6ab4cf4da0 Basic docs translations to spanish, more to go later 5 years ago
Jeff 17c1ab689e
Update api_v0.txt 5 years ago
Jeff 674f272a46
Merge pull request #630 from majestrate/master
recent stability stuff
5 years ago
Jeff c595e175fd
Update high-level.txt 5 years ago
Jeff Becker 72dbbd53d6
update docs and discard pending traffic on connect timeout to prevent memleak 5 years ago
Jeff Becker 9c96aecf3f
move llarp::Logic to std::shared_ptr
add sequence numbers to HSD messages

begin work on network isolation code

add more docs
5 years ago
Jeff Becker 7a5bb084da
more docs 5 years ago
Jeff Becker 4862dec4be
commit recent stuff 5 years ago
Jeff Becker 4b79912dc8
more 5 years ago
Jeff Becker 94eb37d490
bundle RC in build record to improve build success rates. 5 years ago
Jeff Becker 3a4d8f16a7
more 5 years ago
Jeff Becker 472b28690c
typo fix 5 years ago
Jeff Becker 8a4c0ce841
more 5 years ago
Jeff Becker 3baf89e8ce
more 5 years ago
Jeff Becker 90c8689d28
make wire protocol routable 5 years ago
Jeff Becker c6b3fa25ff
update proposed new wire protocol docs 5 years ago
Jeff Becker 4b6315dd58
update protocol docs 5 years ago
Jeff Becker 1e0d82848f
revert to use u instead of t for timestamp in RC for backwards compat reasons 5 years ago
Michael da6cdfc0b2
More refactoring to continue to make dependency graph acylic 5 years ago
Michael 6e38e85a79
Produce hierarchy of 'libraries' inside libllarp 5 years ago
Jeff Becker e88c39b9e2
more work 5 years ago
Jeff Becker a00270f8f0
add tl;dr 6 years ago
Jeff Becker cca19290de
session renegotiation, RC expiration, more utp unit tests, network isolation. 6 years ago
Jeff Becker 20be3e9eef
eh 6 years ago
Jeff Becker a80774d46e
clarify and update docs 6 years ago