Commit Graph

3869 Commits (e95b9d530e490cb337a34fbd1b0d69b4bd80e7c2)

Author SHA1 Message Date
Stephen Shelton 331770b348
Add ability to tolerate (ignore) old config options
This allows us to explicitly ignore (with a warning) old options
that are no longer supported.
4 years ago
Stephen Shelton cdd4439cff
Temporary fix for [dns]bind and [dns]local-dns 4 years ago
Stephen Shelton 936fbb2424
Fix config not falling back to undeclared handler for missing option 4 years ago
Stephen Shelton 526b1320b7
Some maybe-fixes for RouterHive post config cleanup 4 years ago
Jeff 54a7843bc5
Merge pull request #1186 from notlesh/config-cleanup-2020-03-13
Config cleanup
4 years ago
Jeff edc0d1a3ed
Merge pull request #1225 from majestrate/macos-cpack-setup-and-bootstrap-2020-04-10
macos cpack installer infra
4 years ago
Rick V 6eaaeab094
reeee 4 years ago
Rick V 337a21d6f6
ew stinki 4 years ago
Rick V 76aa0421ff
use a new read buffer every time 4 years ago
Rick V 1e51bfde2c
fix 4 years ago
Rick V 4e87e8dc08
correctly return true/false when writing 4 years ago
Rick V c65eecf399
are we leaking data randomly 4 years ago
Rick V 46d4ab2708
this might just crash 4 years ago
Rick V df634b7775
remove a ton of ded win32 code 4 years ago
Rick V 938f40efe1
probably got mangled in a patch
supposed to tick at the end
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 5b1941222b
unscrew travis-ci (#1223)
* update travis ci clang-format to clang-format-9 because we use that now
add python3-dev package becuase something inside ci thinks it has python but really does not

* try using python3.6

* try working around hot garbage that is travis-ci

* add deadsnakes repo for python3.8

* prevent nullptr deference when running in unit tests

* move python3.8 to main dependancy matrix and add python3.8 to homebrew deps

* add deadsnake apt repo

* add deadsnakes and python3.8 back to previous matrix

* dev package for python

* toggle hive build in ci

* dont add pybind11 if not bulding hive

* revert setting pyenv shim for travis ci

* make native builds on by default except for windows ci

* only apply native build being off for windows release target becuase that broke macos
4 years ago
Jason Rhinelander 3c6aa002b8 Fix errors and warnings compiling on mac 5 years ago
Stephen Shelton ca24f25665
Make fewer assumptions about config state
This handles values missing when config is created through RouterHive.
5 years ago
Stephen Shelton dfcf8fb62e
Update RouterHive to reflect config changes 5 years ago
Stephen Shelton 6a10a33e9e
Revert "Remove llarp::Config::Copy()"
This reverts commit 3a1c727b9b.
5 years ago
Stephen Shelton de8e44ba21
Re-apply clang-format rules after rebasing 5 years ago
Stephen Shelton 3a1c727b9b
Remove llarp::Config::Copy()
I probably missed this in my rebase on top of The Great Wall of Blame
5 years ago
Stephen Shelton 6d001c5fd2
Opportunistically move 'netdb' to 'nodedb' 5 years ago
Stephen Shelton a66f502ed6
Remove [netdb] conf and place it under data-dir
This does three things:

1) Remove the [netdb] conf section,
2) Rename the subdir 'netdb' -> 'nodedb'
3) Place 'nodedb' under 'data-dir'
5 years ago
Stephen Shelton 3c6a127dce
Complain loudly when we can't create nodedb dirs 5 years ago
Stephen Shelton be014175e9
Consolidate logging initialization logic 5 years ago
Stephen Shelton 6909e20588
Fix logging initialization and flush at program exit 5 years ago
Stephen Shelton 2479049876
Remove dead code 5 years ago
Stephen Shelton d3bcc05aa6
Organize some constants and default values 5 years ago
Stephen Shelton 91206725cb
Inject a default bootstrap file if none in conf 5 years ago
Stephen Shelton da6bda15a1
Where did rc.signed come from?! 5 years ago
Stephen Shelton 7ea8d62640
Use fs::path over std::string for files 5 years ago
Stephen Shelton 7ce256d846
Prefer fs::path over std::string @ KeyManager 5 years ago
Stephen Shelton 0a9515a94a
Proper support for multiple values @ ConfigDefinition 5 years ago
Stephen Shelton 28c1ca9c7a
Handle missing IP address in conf properly 5 years ago
Stephen Shelton 0697d57190
Important TODO 5 years ago
Stephen Shelton 0e5e9a1222
Silently ignore config file if it exists already 5 years ago
Stephen Shelton 1fc7c61d1f
Share common conf comments for client and relay 5 years ago
Stephen Shelton 3739fc1d70
Reinstate multi-valued option 5 years ago
Stephen Shelton a6787657be
Refactor config comments to take list of strings 5 years ago
Stephen Shelton a8671cf9c7
Rename config classes for clarity
ConfigDefinition -> OptionDefiniton
Configuration -> ConfigDefinition
5 years ago
Stephen Shelton f250b7adcb
Remove pidfile support 5 years ago
Stephen Shelton 4f77080f75
Remove optional<> from block-bogons 5 years ago
Stephen Shelton 4d053231d3
Define config defaults as constexpr 5 years ago
Stephen Shelton adfcbd1d0b
Slight cleanup of k:v option maps 5 years ago
Stephen Shelton e06c2e4502
Check that [router]min-connections <= [router]max 5 years ago
Stephen Shelton 6fd270ba09
Rip out link type spec and factory
We only support IWP now, so this is all effectively dead code.
5 years ago
Stephen Shelton 9e850705b4
Add 'AssignmentAcceptor' convenience for simple config acceptors 5 years ago
Stephen Shelton f2a8dd10ce
Modernize Snapp config 5 years ago
Stephen Shelton 733efbab40
Reflect removal of accessors on config structs 5 years ago
Stephen Shelton c8c940b0f5
Replace individual file locations with dataDir 5 years ago
Stephen Shelton 5d0b53e1be
Remove environment variable support in config 5 years ago
Stephen Shelton 05257126fe
Make distinction between config dir and data dir 5 years ago
Stephen Shelton 923e73f693
Plumb isRelay CLI arg through to config 5 years ago
Stephen Shelton 028e55e997
Remove pre-refactor config test 5 years ago
Stephen Shelton 2e75e03434
Remove incomplete impl of config hot-reloading 5 years ago
Stephen Shelton 6301fefd43
Add router-specific config comments 5 years ago
Stephen Shelton 5b520a4dff
Simplify connection limit constants 5 years ago
Stephen Shelton 14e7789847
Add padding to config file generated output 5 years ago
Stephen Shelton 1273f11ce8
First pass at updating comments to lokinet config 5 years ago
Stephen Shelton 18ee23c2a3
Support for comments in config definition 5 years ago
Stephen Shelton 1653b73ee5
Clean up the logic around generating default confs 5 years ago
Stephen Shelton c5ff672c79
Use 'undeclared handler' for multi-valued 'add-node' config option 5 years ago
Stephen Shelton feacde7864
Hook up 'undeclared handlers' to mop up loosely-structured INI values 5 years ago
Stephen Shelton 9a1b7b20de
Add "undeclared value" handler to Configuration 5 years ago
Stephen Shelton e9708a5d1c
Add split(string_view, char) util function 5 years ago
Stephen Shelton ffc58fcedb
Remove dead code (serverOptions) 5 years ago
Stephen Shelton 2e47262350
Demystify LinksConfig 5 years ago
Stephen Shelton cd1e7713de
Clean up / consolidate config logging logic 5 years ago
Stephen Shelton 4c00c6238e
Join config definition and config parser 5 years ago
Stephen Shelton 653a650cf9
Fix typo 5 years ago
Stephen Shelton 9f0ae43149
Remove dead code 5 years ago
Stephen Shelton d82f5e6b93
First pass at replacing config value logic 5 years ago
Stephen Shelton 69331f1571
Remove multiValued as an argument to ConfigDefinition 5 years ago
Stephen Shelton f6d000838f
Clarity and convenience for defining config options 5 years ago
Stephen Shelton 02e31f3867
Introduce acceptor function in ConfigDefinition 5 years ago
Stephen Shelton 60d0bf2a9b
Rename function for clarity 5 years ago
Stephen Shelton 8160c13458
More documentation around Configuration/ConfigDefinition 5 years ago
Stephen Shelton 8352de7bd4
Config documentation, clarity 5 years ago
Stephen Shelton d9340a873e
Consolidate Configuration generate INI functions 5 years ago
Stephen Shelton 1b19314278
Implement Configuration::generateDefaultConfig(), maintain insertion order 5 years ago
Stephen Shelton 7dacc30862
Conveience and clarity around config definiton maps 5 years ago
Stephen Shelton 105dd30fd9
More ConfigDefinition unit tests, fixes, support std::string as type 5 years ago
Stephen Shelton 25212b929c
Add ConfigDefinition unit tests, fixes 5 years ago
Stephen Shelton a856e772c8
Stylistic clean up 5 years ago
Stephen Shelton 0fb888890f
First pass at Configuration definition classes 5 years ago
Stephen Shelton 9d71228e74
Replace config visit pattern with explicit lookups
This is an initial pass at doing explicit value checks when handling
config parsing, as opposed to using a visiting pattern. The latter
made it difficult to check for conditions such as missing required
values, multiple values, etc.

It was also generally less readable (think declarative) which further
made it difficult to get a grasp for what our actual configuration file
requirements were.
5 years ago
Stephen Shelton 858e252820
Add stringify() to util/str 5 years ago
Stephen Shelton ca67c12928
Why template when we only use one type?? 5 years ago
Stephen Shelton 273270916e
The Great Wall of Blame
This commit reflects changes to clang-format rules. Unfortunately,
these rule changes create a massive change to the codebase, which
causes an apparent rewrite of git history.

Git blame's --ignore-rev flag can be used to ignore this commit when
attempting to `git blame` some code.
5 years ago
Jeff Becker 4375df2f7d
add forgotten files for generating docs 5 years ago
Jeff Becker c36b6a409c
move version to cmake so docs can access it 5 years ago
Jeff Becker 3e7acb72e1
more docs, make doxygen work 5 years ago
Jeff d3091cf9fc
Merge pull request #1167 from tewinget/tooling
RouterHive initial PR
5 years ago
Jeff Becker 2190da8c81
cpack win32 5 years ago
Jeff d3c3aebeaf
Merge pull request #1194 from majestrate/disable-iwp-fec-2020-03-23
disable accedental fec in iwp outbound messages
5 years ago
Jeff Becker 3b424f76f1
strict check of bounds 5 years ago
Jeff Becker 67883aa945
when we have an inbound session and we do a forward dns lookup
we should not look up the descriptor on the network as we
already have a session with them
5 years ago
Jeff Becker b398076bc6
add bounds check 5 years ago
Jeff Becker b96700579e
remove un needed check 5 years ago
Jeff Becker 53e7397935
fix use after move 5 years ago
Jeff Becker 769bafd281
disable accedental fec in iwp outbound messages 5 years ago
Jeff b1f036bb7f
Merge pull request #1188 from majestrate/call-jsonrpc-server-cleanup-2020-03-16
fix memleak in jsonrpc
5 years ago
Jeff Becker 1e434c03f8
cleanup 5 years ago
Jeff Becker d1f8752b7c
fix memleak in jsonrpc
llarp_tcp_acceptor ticker wasn't being called so connections where not
being cleaned up
5 years ago
jeff 7089996ac5 discard unknown fields in introset for future use 5 years ago
Stephen Shelton 8a12da8bd5
Remove some .cpp files related to RouterEvents
The motivation is to reduce the raw amount of code required to create
and maintain events.
5 years ago
Stephen Shelton 4c6be3c8d1
Add PathBuildRejectedEvent to RouterHive 5 years ago
Stephen Shelton ea835405c5
Refactor NotifyRouterEvent() to forward args, event code cleanup
This template-ifies Router::NotifyRouterEvent() up so that it accepts
the arguments to instantiate the specified event type, forwarding them
to std::make_unique. This would allow (in the future) the function to
no-op the call and avoid memory allocation. It also slightly reduces
the amount of code required to fire an event.

This commit also simplifies some of the RouterEvent code to reduce
redundancy.
5 years ago
Jeff Becker 4452b152aa
add an A Record for random.snode so that it works 5 years ago
Jeff Becker 7ba30eec25
squash commits 5 years ago
Jeff ac80357552
Merge pull request #1175 from majestrate/limit-snode-session-build-rate-2020-03-09
limit path builds on snode sessions
5 years ago
Jeff 3f4b2a53fa
add additional case (#1180)
* add additional case for if we are near the end and all elements are in the exlcude set

* fix stop condition in second loop
5 years ago
Jeff Becker a1e8500035
use for loop 5 years ago
Jeff Becker 1ea210ace6
typo fix 5 years ago
Jeff bf82740c08
only try fetching identity key once so we can interrupt lokinet (#1178) 5 years ago
Jeff c6fd007688
Merge pull request #1176 from majestrate/randomize-hop-selection-more-2020-03-10
fully randomize hop selection
5 years ago
Jeff Becker 9cdc7f498d
remove dead code 5 years ago
Jeff Becker 69126c67df
code dedup 5 years ago
Stephen Shelton 6664202868
Add FindRouterSentEvent and FindRouterReceivedEvent to RouterHive 5 years ago
Jeff Becker 6047d578f8
fully randomize hop selection 5 years ago
Jeff bc85082502
Merge pull request #1171 from majestrate/prune-nodedb-as-client-2020-03-08
better nodedb pruning logic
5 years ago
Jeff a6a3d77bb4
Merge pull request #1174 from notlesh/reduce-rr-decode-fail-verbosity-2020-03-09
Reduce log verbosity when DNS RR decode fails
5 years ago
Jeff Becker 677e19e6a9
limit path builds on snode sessions 5 years ago
Jeff Becker 5191af1525
typo fix 5 years ago
Jeff Becker 5d86587aab
typo fix 5 years ago
Jeff Becker bce5cd7b0f
add additional case check and documentation comments for pruning logic 5 years ago
Jeff Becker b3f2c71617
add comment 5 years ago
Jeff Becker d8da3f0a83
simplify logic 5 years ago
Jeff Becker 327ab6f178
prune nodedb as client and service node with no whitelist 5 years ago
Jeff Becker 51516f751b return NS record for localhost.loki to squash errors in host lookups 5 years ago
Jason Rhinelander 6715b86d51 Fix IPv6 lookups to return empty response
The logic here wasn't quite right and was returning an A record in
response to an AAAA lookup.

This returns nothing, which is better, but not quite enough: this gives
empty responses, which produces warnings in host/dig.
5 years ago
Jeff f3d23d6fb6
strip rr from dns reply for .snode and .loki (#1172)
fix dns replies so that extra RR for edns are not included.
5 years ago
Stephen Shelton f40ce505a8
Reduce log verbosity when DNS RR decode fails 5 years ago
Thomas Winget 84a1d7dbcc clang format....... 5 years ago
Rick V 26d1001e53
fix logging 5 years ago
Rick V b449e03f43
So as of GCC 9.2, std::random_device on Windows is RtlGenRandom()
....which is precisely the thing i patch out in libsodium to use CryptoAPI
documented interfaces instead (which fall through to RtlGenRandom() on
such devices _anyway_)
we can just use libsodium directly, i happened to patch it out in libstdc++
as a side effect (since my local toolchain can target any version of windows)
5 years ago
Rick V c9f2f90e13
move these out of the way 5 years ago
Rick V 9b0ec0935a
bump for next release 5 years ago
Rick V 8e9842f4b2
bindaddr a common field on the machine-independent side 5 years ago
Rick V db0920d921
use backport fork for release installer only
move all invariant assets to common repo

remove ded code, libuv patches can be swapped in at build time for debug/release builds
5 years ago
Rick V b4d6f89452
try extracting dns bind addr from INI on windows 5 years ago
Jeff abff5c35cb
Merge pull request #1160 from majestrate/dns-rebinding-fix-2020-03-04
add llarp.admin.die rpc call to gracefully kill router
5 years ago
Jeff Becker 99c814e6b0
fix dns rebinding vuln in jsonrpc 5 years ago
Jason Rhinelander 3b0927ce13
Merge pull request #1140 from despair86/cmake-cleanup
some light cmake cleanup for win32
5 years ago
Jason Rhinelander a78a7fbb17
Merge pull request #1158 from majestrate/prune-routers-2020-03-03
Prune non routers from nodedb
5 years ago
Jason Rhinelander 6707037909
Merge pull request #1157 from majestrate/fix-systemd-status-2020-03-03
fix status line
5 years ago
Thomas Winget 695784b2b6 more hive things
DHT PubIntroSentEvent
some helper functions added to RouterHive (C++ class) as well as RouterHive(Python class)
hive.py main() continues to be a testbed for new event types
some more internal classes in pybind
5 years ago
Thomas Winget 6d472d2423 rc gossip delay adjustment for hive
allows enough time for every relay (at least in a hive of 50) to connect
to the bootstrap node so all will get all gossips, but not too long so
tests can run relatively quickly.
5 years ago
Jason Rhinelander c87fd66386 Fix lookup filter to filter second, not first, lookup 5 years ago
Jeff Becker 08de84d40b
remove non public routers from nodedb 5 years ago
Thomas Winget 6fc05ca1ff RCGossipSentEvent 5 years ago
Thomas Winget f01624d10a 2ms between hive router spin-up instead of 20ms 5 years ago
Thomas Winget a58a8c9a61 hive.py now defaults to 1000 relays because f your box.
also check for error on uv_async_init...

may want to `ulimit -Sn $(ulimit -Hn)`...
5 years ago
Thomas Winget c8c66f0a5f some refactoring of tooling code, added RCGossipReceivedEvent 5 years ago
Thomas Winget 88c80dc2ee add cxxopts to shared_lib dependencies 5 years ago
Thomas Winget df0380e746 LRSM RouterEvent, added to hive test and test passes. 5 years ago
Thomas Winget 771d0b4489 hive pytest framework in place (and path build test works)! 5 years ago
Thomas Winget 04c1f67f78 more structure to python hive code 5 years ago
Thomas Winget ee7b7e917d hive can now instantiate and start relays/clients separately 5 years ago
Thomas Winget 2bbb274131 superfluous class declaration 5 years ago
Stephen Shelton 4741d81051 Add GotIntro event to RouterHive 5 years ago
Thomas Winget 68c1ae52b3 add ShortHex function to AlignedBuffer 5 years ago
Thomas Winget 341d03bcf8 changes 5 years ago
Jeff Becker e7689b40a7 dht pub intro message router event thiny doo 5 years ago
Thomas Winget 5672c42f20 RouterEvent::ToString in parent class 5 years ago
Thomas Winget a9882ad475 PathRequestReceivedEvent implemented 5 years ago
Thomas Winget c9a278c0de some more changes to pybind/hive code, read below
hive.py is currently largely for testing the pybind stuff, so changes to it will likely
be frequent and arbitrary for now.

Added pybind for llarp::path::PathHopConfig, but not every member -- just rc and upstream routerID

Hive now uses std::queue with mutex instead of our lockless queue.

Removed some functions from Hive that will not be necessary as things are being handled from python.
5 years ago
Thomas Winget 5cf35769b4 don't have python try to intercept stdout/stderr 5 years ago
Jeff Becker 32dbe6b1ad more shiz 5 years ago
Jeff Becker 877443d95c more introspection code 5 years ago
Thomas Winget 931ff521d1 working toward full testnet of routers (not clients yet) in hive/pybind setup
Not working yet -- some sort of RC issue.  Checkout the commit prior to this if you want something that 'works' that you can play with.
5 years ago
Thomas Winget 1e04decb66 can ping on lokinet running in python context! 5 years ago
Thomas Winget 5e498e962f working on more pybinds 5 years ago
Thomas Winget 0f34a950a9 pybind config object, working 5 years ago
Thomas Winget 9b3bf833e0 revert nop logging -- un-revert later 5 years ago
Thomas Winget a5c2b369b7 nop logging on hive build for now
a bunch of routers logging to stdout at the same time is a complete
charlie foxtrot.  until we take the time to make logger not a singleton
(and probably make each router able to log to its own file rather than stdout)
just make it not log.

Note: this is very temporary, as the logs will be annoying for testing the
pybind stuff and shouldn't be necessary for debugging it
5 years ago
Thomas Winget 0007996fde using instead of typedef 5 years ago
Jeff Becker a5dc41b049 OMG IT DOES STUFF :DDDDDD 5 years ago
Thomas Winget f712acc486 huzzah it builds, time to test soon! 5 years ago
Jeff Becker da79b14703 make it compile 5 years ago
Thomas Winget 8dc5dabe49 working toward compilation, still has include issue 5 years ago
Jeff Becker 26c1670af7 make it compile 5 years ago
Jeff Becker 35bea37fd1 make it compile 5 years ago
Jeff Becker 1fdb8b4c94 initial pybind11 introspection code 5 years ago
Thomas Winget 8d03e6dd3c more router hive stuff, read below the fold
Router now has a hive pointer if LOKINET_HIVE is set.
llarp::Context has a method InjectHive to give Router the pointer.
Router has a method NotifyRouterEvent which does:
  - when LOKINET_HIVE is set, passes the event to RouterHive
  - else when LOKINET_DEBUG is set, prints the event at a low log level
  - else NOP
5 years ago
Jeff Becker add305b9f4
use size / 2 as the number of transit paths 5 years ago
Jeff Becker 05082e2507
fix status line 5 years ago
Rick V 4cd7a22ca3
fix libsodium cross compile 5 years ago
Jeff Becker 61ffbc0643
std::vector reserve does not resize 5 years ago
Stephen Shelton 321314b456
Remove re-propagation of introsets when we are wrong candidate 5 years ago
Jeff Becker 32e768d7dd
change log 5 years ago
Jeff Becker d4ccf895e3
Merge branch 'fix-up-introset-lookup-fails-2020-03-02' of ssh://github.com/majestrate/loki-network into fix-up-introset-lookup-fails-2020-03-02 5 years ago
Jeff Becker 79746e3719
remote lookup limiting of 500ms per address 5 years ago
Stephen Shelton 9be8050854
Make format 5 years ago
Stephen Shelton 886a981997
Consolidate introset publishing constants 5 years ago
Jeff Becker a09bb89d15
dont put multiple outbound contexts 5 years ago
Jeff Becker d3f222ddcc
revert relay side dedup parameter 5 years ago
Stephen Shelton bbee45118e
Remove redundant lookup logic from relays 5 years ago
Jeff Becker 158a9018f3
rename variable 5 years ago
Jeff Becker 9ff31f6402
spelling is hard 5 years ago
Jeff Becker 8f4362f092
fix up introset lookups 5 years ago
Jason Rhinelander 806d43c34e
Merge pull request #1147 from notlesh/diagnose-pubintro-round2-2020-02-28
Diagnose pubintro round2
5 years ago
Jason Rhinelander d46a880150
Merge pull request #1145 from majestrate/remove-convotags-right-away-2020-02-27
Remove convotags right away when outbound context dies
5 years ago
Jason Rhinelander b60adc909d Make IntroSet publish confirmed less verbose
Essentially just rate limit the confirmation message to one message per
second.
5 years ago
Jason Rhinelander cfee824a79 Don't republish when we have extra paths
This caused some unwanted behaviour:

- on initial startup we often get two publishes in quick succession
because we're publishing and building paths at the same time

- at the 10m mark we enter a publish loop every 5 seconds because we
have paths with lifetimes < 10min that was triggering this condition,
and yet those paths will never actually be included in the introset
because they are expiring in <10m.
5 years ago
Jason Rhinelander c0eb0c4db4 Avoid unnecessary copy 5 years ago
Jeff Becker 45fa9bebbc
wrong txid 5 years ago
Jeff Becker e3b5fb4dd9
add local publish intro message to send reply down path 5 years ago
Jason Rhinelander 58fe7ac801 De-static constants
We don't need separate copies of these per compilation unit.
5 years ago
Jason Rhinelander 823c17206f Add min intro set paths, slightly increase spread speed
This should ensure that we have enough shortly after startup for initial
path builds.

The spread speed here gets slightly increased to lifetime/5 (=4min)
instead of lifetime/4 (=5min) so that our "normal" number of paths is 5
with occassional momentary drops to 4, but should always keep us >= the
new minimum of 4.

Because the path spread happens over time, this shouldn't result in a
rebuild of several paths: we'll build 4 quickly, then another at +4m,
another at +8m, etc.  When the initial 4 expire, we'll be dropping from
9 to 5 established but that's still above the minimum (4) so we won't
need to reconnect to several at once, and the spread builds should keep
us at 5 all the time.
5 years ago
Jeff Becker 5b075259e6
revert 5 years ago
Jeff Becker b4a59a0b1a
make format 5 years ago
Jeff Becker dd21cba1fe
dedup via txid not keyspace location 5 years ago
Jason Rhinelander 76608b6b90 Logic simplification 5 years ago
Jason Rhinelander 27b8743107 Add warns for introset publish failures 5 years ago
jeff f76b9f3042 make format 5 years ago
jeff 49e69d7087 remove uneeded code 5 years ago
Stephen Shelton 2ebd9bbd95
Implement PublishServiceJob::SendReply() 5 years ago
Stephen Shelton 638ea2e0fd
Make format 5 years ago
Stephen Shelton d09fd13dd6
Calculate 'candidateNumber' when we should store Introset 5 years ago
Stephen Shelton 37ca564005
Log when DHTSendTo fails @ Router::SendToOrQueue 5 years ago
Stephen Shelton 62014de91c
Handle PubIntro relayOrder logic on client-side 5 years ago
Stephen Shelton 61d19179f7
Remove dead code 5 years ago
Stephen Shelton a8623f09e9
Properly deserialize PubIntroMessages' relayed var 5 years ago
Stephen Shelton c0fbe06c0f
Require 'From' and 'relayed' in PublishIntroMessage ctor 5 years ago
Stephen Shelton f61cd1a7da
Add some notes/comments about DHT message handling 5 years ago
Stephen Shelton 6b906de00d
Judicious removal of dead code 5 years ago
Jeff Becker ce335dc47d
remove convotags on dead outbound context 5 years ago
Jeff Becker dea78d2326
change function signature for dht context to exclude time parameter 5 years ago
Jeff Becker 7a84bbe459
remove dht explore timer 5 years ago
Jason Rhinelander df7a173649 Shorten version and prefix with v
So we get `v0.7.0` instead of `lokinet-0.7.0-abcdef12`; the latter is
useful for devs, but not so much for random operators (and you can
always go get the full version from the binary).
5 years ago
Jason Rhinelander d5eed90a3c Fix systemd compilation & enable systemd on travis 5 years ago
Jason Rhinelander f1aa27e616 fix speeling mistack 5 years ago
Jeff a8ce76f6e4
Merge pull request #1094 from majestrate/upstream-cname-monkey-patch-dns-2020-02-12
monkey patch upstream dns to rewrite .loki cname answers
5 years ago
Jeff da780658e1
Merge pull request #1134 from majestrate/systemd-status-2020-02-25
remove uneeded members
5 years ago
Jeff Becker d50a0149f9
use std::chrono 5 years ago
Jeff Becker 9c30ff7a26
handle snode and clean up codepath for hooked dns 5 years ago
Jeff Becker 1d5c712adb
monkey patch upstream dns to rewrite .loki cname answers 5 years ago
Jeff Becker 9d5dbbc0ad
remove uneeded members 5 years ago
Jeff 9dc86372b5
Merge pull request #1131 from majestrate/systemd-status-2020-02-25
Systemd status reporting
5 years ago
Jeff Becker 66181d8a8f
systemd status 5 years ago
Linux User fd23fd6894
32-bit linux patches 5 years ago
Jeff 19a751c41b
Merge pull request #1127 from notlesh/spread-snapp-path-builds-evenly-2020-02-24
Spread snapp path builds evenly
5 years ago
Jeff 4f29405e9e
Merge pull request #1115 from majestrate/handle-multiple-responses-per-lookup-2020-02-20
handle multiple responses per hidden service lookup
5 years ago
Stephen Shelton abe4015986
Use constants for path build timing 5 years ago
Stephen Shelton 230037b9f3
Increase default path timeout from 10min to 20min 5 years ago
Stephen Shelton f0374eb2b7
Use existing 'lastBuild' var for spacing path builds 5 years ago
Stephen Shelton c2c010dbad
Make format 5 years ago