Commit Graph

212 Commits (87bdfa6e78fe4faa825ac71cec965e9bd6ca6127)

Author SHA1 Message Date
Jeff Becker 960aa479e9
fixes for ancient rpi toolchain 6 years ago
Jeff Becker d9e4e139ed
fix compile on ubuntu 6 years ago
despair 38f2a6b2c9 be slightly less annoying
check build rules
6 years ago
despair c5d1b32286 remove microsoft c++ crud
🤔🤔🤔🤔
6 years ago
Jeff ccead80c3d make jsonrpc server configurable on build, disabled by default.
default to client only and require explicitly run as relay to run as relay.
6 years ago
Jeff Becker de17324012
don't make tcp event code epoll specific 6 years ago
Jeff Becker d3278946f2
ipv4 bogon checking 6 years ago
cathugger 4d5f5fecfa
ip: make things fragmentation-aware, cleanup UDP handling; also format
one's complement math is pretty fun
6 years ago
Ryan Tharp 7e217366e6 fix overwrite? 6 years ago
Ryan Tharp f824ac8701 enable dotLokiLookup through router tun endpoint dnsd 6 years ago
Ryan Tharp 4b3b09736b Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
despair86 991c1d8fce fix 6 years ago
despair86 9fdde65798 make bencode ILP32/LLP64 clean (long is 32 bits outside of unix!)
actually open new RCs in binary mode
clang-format
win32 skeleton code for tun (still working on the guts)
6 years ago
despair86 8ac7d4f6dc if we didn't specify a path to save our config in, only create .lokinet on the assumption that $HOME or $APPDATA (on NT) already exist
add win32 tun glue, fix llarp timebase
(In fact, _both_ of these are guaranteed to exist on their respective platforms.)
also, tuntap is now wired up to the windows port
6 years ago
Ryan Tharp 47d71c601c fix another overwrite 6 years ago
Ryan Tharp c11e61a51d add -c for client auto-config, -f for overwrite 6 years ago
Ryan Tharp 058ed4d4ea Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp b7f4907925 update DNS* init 6 years ago
Jeff Becker 8a4b2e97a5
add lint target for makefile using clang tidy
run make format
6 years ago
Jeff Becker 2e3601b140
fucking fix -V option that didn't fucking work wtf 6 years ago
Ryan Tharp 0c6f3e19a3 fix linux header 6 years ago
Ryan Tharp 902f6f14b7 pass RC by ref, header cleanup, clang format 6 years ago
Ryan Tharp 0ad4f43fe5 header clean up and clang-format 6 years ago
Ryan Tharp 9d4d595624 compile fixes 6 years ago
Ryan Tharp 3183d5a19e make sigint work, clean up dead code, update api, format 6 years ago
Ryan Tharp 6ba51c7cc0 enable prefetch 6 years ago
Ryan Tharp 29a304f928 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Ryan Tharp 0ffd49af04 bind to port 53, get first tun interface and set it up with dns tracker 6 years ago
Ryan Tharp eebb2609b8 try to map an address 6 years ago
Jeff Becker 3938517dc6
fix creation 6 years ago
Ryan Tharp f9936b43d3 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 1d5adaf4cc
fix previous commit 6 years ago
Jeff Becker 3feb45bdf8
more fixes for main 6 years ago
Jeff Becker b00ee5203c
fix config generation with specified config file 6 years ago
Jeff Becker 58198656a3
configurable base directory for config and add option for only generating config 6 years ago
Ryan Tharp f283923cb7 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Ryan Tharp 9f33edeed0 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 43b4e1eaf3
don't sighup for windows 6 years ago
Jeff Becker e047bfa266
update readme
add sighup
6 years ago
Ryan Tharp 742a0b8da7 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker c3c388b6aa
remove iwp and start on curvecp
does not compile
6 years ago
Jeff Becker 973f86c900
it compiles 6 years ago
Jeff Becker 5228a81bae
more refactor
get rid of C api
6 years ago
Jeff Becker a11bd44a7c
update rc util import 6 years ago
Jeff Becker 435fba25fd
add parts to rcutil to print out info about RCs: ./rcutil -V self.signed 6 years ago
Ryan Tharp 70345abe18 --b32, --hex, --find to locate service address 6 years ago
Ryan Tharp e732e17f0d better .loki handling 6 years ago
Ryan Tharp a5f2f7080d Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp 94b6b828c1 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker 186bd7d573
use NTRU for introset end to end encryption 6 years ago
Ryan Tharp ec237768d7 merge 6 years ago
Ryan Tharp ab3493ba3d Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Jeff Becker d7c1c3322f
it works. 6 years ago
Ryan Tharp 3ada1e15be llarp_main_queryDHT_RC(), llarp_main_init_dnsd(), actually query DHT on dns lookup 6 years ago
Ryan Tharp c0ee5ab590 remove unused global 6 years ago
Jeff Becker 62f41d3747
initial threadpool isolation code and run make format 6 years ago
Ryan Tharp b5e136d916 fix if 10 is in use, comments and other last minute notes 6 years ago
Ryan Tharp 2aa091f98d format 6 years ago
Ryan Tharp bb13364c57 make caching work 6 years ago
Ryan Tharp 16c56ff04b Merge branch 'master' of https://github.com/majestrate/llarp + gcc 7.2 fixes 6 years ago
Jeff Becker 0d2bce2089 fix up win32 specific parts 6 years ago
Ryan Tharp 52bbf890ef move hook out of dnsd into daemon, made hook use timer, decode_answer has beginning SOA parsing support, getDNSstring() refactor 6 years ago
despair86 bdc54835c2 initial windows server port. Requires Windows 2000 Server or later.
- updated CMake build script
- builds with Microsoft C++ 19.1x. such builds require Windows 8.1 or later
  unless you have the .NET Server 2003-toolset (v141_xp)
- windows port requires a C++17 compiler since cpp17::filesystem is POSIX-only
- HAVE_CXX17_FILESYSTEM manual toggle in CMake. You must manually specify where
  std::[experimental::]filesystem is defined in LDFLAGS or CMAKE_x_LINKER_FLAGS.
- IPv6 support can be added at any time, and the windows sdk still has that
  inline getaddrinfo(3) if it can't find a suitable IPv6 stack.
- inline code for mingw-w64: there's a few bits and pieces still missing simply because
  mingw-w64 derives its windows sdk from wine and reactos, and then writing all the newer
  stuff into it by hand straight from the MSDN manpages.
- misc. C++11 stuff (nullptr and friends)
- Internal file handling code takes UTF-8 or plain 8-bit text, NTFS is UTF-16, so
  std::filesystem::path::c_str() is wchar_t. That's no good unless you first
  call std::filesystem::path::string().
- implemented getifaddrs(3) and if_nametoindex(3) on top of GetAdapters[Info|Addresses](2).
- updated readme with new info

BONUS: may implement Solaris/illumos IOCP someday...

-despair86
6 years ago
Ryan Tharp de56a32069 another DNS clean up pass 6 years ago
Ryan Tharp 0b32bad7b9 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker d011fb550e have logic and netio run in same thread for now 6 years ago
Ryan Tharp 05e34e7b2f hook to get dnsd_context it was called from 6 years ago
Jeff Becker 48cfdab63c get rid of wizard and autogenerate configs if not present with sane defaults 6 years ago
Ryan Tharp 604d1ade0e make upstream dns server configurable, handle -c/o params 6 years ago
Ryan Tharp bd229be656 handleBaseCmdLineArgs() refactor 6 years ago
despair86 bbe0634edc this should get things going on UNIX :D 6 years ago
Jeff Becker 17ad12cd2c * don't heap allocate llarp_rc
* store rc into network database cache on connect
6 years ago
Jeff Becker f9db26adee add mingw stl threading lib
run make format
6 years ago
Jeff Becker f222f002f4 Merge remote-tracking branch 'loki/master' 6 years ago
Jeff Becker ff7facf3b6 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa 6 years ago
Jeff Becker 2cbb8a75c1 include algorithm 6 years ago
Ryan Tharp 14ad9cab11 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Ryan Tharp b93ea8a087 fix intercept api, implement new intercept api, logging clean up 6 years ago
Ryan Tharp a9e8584acd clang-format (finally :) 6 years ago
Ryan Tharp eadca4b4fc "fixed" DNS multithreaded 6 years ago
Ryan Tharp dd4b3fa9a1 continue llarpification (StackBuffer) and other refactor 6 years ago
Jeff Becker 02ca1796b2 all the files 6 years ago
Ryan Tharp b4353e0a48 heap allocate llarp_udp_io 6 years ago
Jeff Becker 4b748a29f3 fix dns 6 years ago
Jeff Becker f48acbc23e Merge remote-tracking branch 'ryan/libdns' into hidden-service-dht
also run make format
6 years ago
Ryan Tharp 077c22150f fix response bug, libev refactor 6 years ago
Jeff fafcc2c2ef remove warnings 6 years ago
Jeff Becker a68cfefaa6
make it compile and run make format 6 years ago
Ryan Tharp e5c1caf5b3 dns client and server 6 years ago
Ryan Tharp cfb69224b5 Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp e1a4c2f32c Merge branch 'hidden-service-dht' of https://github.com/majestrate/llarp 6 years ago
Ryan Tharp ccc6300849 logLevel and read support 6 years ago
Ryan Tharp 86db6256b8 support -c and -o 6 years ago
Jeff Becker dfa567e816
Merge remote-tracking branch 'sachaaaa/refactor' into hidden-service-dht 6 years ago
sachaaaaa 7442387307 renamed .c to .cpp 6 years ago
Ryan Tharp 37d9e774a3 clean up 6 years ago
Ryan Tharp 961f1a858b displayRC refactor, --locate show RC if found, --LogLevel support, make --locate lookups iterative, fix short option arguments 6 years ago
Ryan Tharp 00e56ecfd2 Merge branch 'hidden-service-dht' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker 21a2ffdeaf
* refactor log functions
* add more stuff for hidden service dht
6 years ago
Ryan Tharp 6fb3634734 proper quit on DHT locate result 6 years ago