1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
Commit graph

88 commits

Author SHA1 Message Date
Jeff
0fe716e1dd more docs 2022-02-19 16:08:09 -05:00
Jeff
54f431c9e8 make doxybook2 run from PATH if installed on our system 2022-02-17 18:01:53 -05:00
Jeff
6bb438ca33 make comments with colins in them not have them in it 2022-02-17 18:01:53 -05:00
Jeff
c39bd827d0 remove markdown extension that is not required 2022-02-17 18:01:53 -05:00
Jeff
283eabd1a8 use COPYONLY for the non templated configure_file targets 2022-02-17 18:01:53 -05:00
Jeff
97f4545fd5 make CI pipline generate docs with doxygen, doxybook2 and mkdocs. 2022-02-17 18:01:53 -05:00
majestrate
c0f47063cb
Delete llarp.png
remove unused image
2022-02-12 19:08:01 -05:00
Jeff
fe07665ac5
remove duplicate file 2021-12-10 16:42:19 -05:00
Jeff
9c68f64929
add deps to doxygen 2021-12-10 16:42:19 -05:00
Jeff
be47299b5d
more docs 2021-12-10 16:42:13 -05:00
Jeff
4bbf5522b4
spaces 2021-12-10 15:29:58 -05:00
Jeff
479fba6bd0
add big chunks of docs 2021-12-10 15:29:53 -05:00
Jeff
2772a32907
* fix up lokinet cli help opts
* document doxygen
2021-12-10 10:40:18 -05:00
Jeff Becker
29df7bec74
remove old out of date documentation 2021-12-10 10:09:06 -05:00
Jeff
ce8b3c83a7
Update high-level.txt
add notice to file as very out of date.
2021-11-28 14:01:12 -05:00
Jeff
c30538a381
Update exit-setup.md
`hops=1` is not supported anymore.
2021-09-12 11:07:10 -04:00
Jeff
94912ba21b fix up docs generation 2021-06-29 12:17:33 -04:00
David Arnold
a644b93d11
Tyops
Originally [#10](https://github.com/majestrate/llarp/pull/10)
2021-05-06 10:33:47 +10:00
Jason Rhinelander
aa0f54fa07
WIP plainquic tunnels 2021-04-19 06:57:45 -04:00
Jason Rhinelander
9df6cd74c7
Add draft liblokinet TCP-over-QUIC design doc 2021-04-19 06:55:36 -04:00
Jeff
92ddda96a9
update information in exit-setup.md (#1441) 2020-11-02 08:17:06 -05:00
Jeff Becker
611cc95f2b
add docs for exit setup 2020-08-24 20:19:50 -04:00
Jason Rhinelander
216b807cb3 Notarize has an "a" in it 2020-04-20 00:28:32 -03:00
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.
2020-04-19 23:18:48 -03:00
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.
2020-04-19 23:16:23 -03:00
Jeff Becker
08613cca0b
speed up doc generation 2020-04-07 13:16:22 -04:00
Jeff Becker
c36b6a409c
move version to cmake so docs can access it 2020-04-07 13:16:22 -04:00
Jeff Becker
0e51289228
speed up generation 2020-04-07 13:16:22 -04:00
Jeff Becker
53f0dd49e0
move file 2020-04-07 13:16:22 -04:00
Jeff Becker
00814d1a12
update cmake 2020-04-07 13:16:22 -04:00
Jeff Becker
3e7acb72e1
more docs, make doxygen work 2020-04-07 13:16:22 -04:00
Jeff Becker
1227ad3ac0
add snapp options documentation 2020-04-07 13:15:47 -04:00
Jeff Becker
20c65ac6a4
more docs 2020-04-07 13:15:47 -04:00
Jeff Becker
938c8c735e
add initial high level code docs 2020-04-07 13:15:46 -04:00
Jeff
d3091cf9fc
Merge pull request #1167 from tewinget/tooling
RouterHive initial PR
2020-04-07 13:13:02 -04:00
Thomas Winget
81209669e3 typo 2020-03-03 19:57:09 -05:00
Thomas Winget
14bf2733c1 how to use a router event doc 2020-03-03 19:57:09 -05:00
Thomas Winget
4ffd42109c some tooling documentation 2020-03-03 19:57:09 -05:00
Ryan Tharp
35fe1e8866
Merge branch 'dev' into neuroci 2020-02-24 16:38:47 -08:00
Jeff Becker
9efd796145
initial wack at 0.7.0 dht fixes 2020-01-27 11:54:51 -05:00
Ryan Tharp
dfa92f4602 move linux-setup/readme to docs/ 2020-01-19 17:38:36 -08:00
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
2019-07-25 17:46:56 -04:00
rjmalagon
6ab4cf4da0 Basic docs translations to spanish, more to go later 2019-07-20 18:01:07 -05:00
Jeff
17c1ab689e
Update api_v0.txt 2019-07-02 14:51:17 -04:00
Jeff
674f272a46
Merge pull request #630 from majestrate/master
recent stability stuff
2019-05-29 08:20:25 -04:00
Jeff
c595e175fd
Update high-level.txt 2019-05-24 16:24:42 -04:00
Jeff Becker
72dbbd53d6
update docs and discard pending traffic on connect timeout to prevent memleak 2019-05-24 11:06:07 -04:00
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
2019-05-22 12:20:03 -04:00
Jeff Becker
7a5bb084da
more docs 2019-05-21 10:57:21 -04:00
Jeff Becker
4862dec4be
commit recent stuff 2019-05-19 10:39:50 -04:00