Commit Graph

5991 Commits (1497b829bdd30d62a92954b8b4c7bdc2065903ac)
 

Author SHA1 Message Date
Jeff Becker dd9c8c91a3 add bounds check 5 years ago
Jeff Becker 91aa488024 remove un needed check 5 years ago
Jeff Becker 9933dadb20 fix use after move 5 years ago
Jeff Becker 0b66441e07 disable accedental fec in iwp outbound messages 5 years ago
Jeff Becker 9ae743a65b 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
Ryan Tharp cbb08c762e fix make static when TOOLCHAIN isn't set 5 years ago
Jeff e685d1fcf9
Merge pull request #1232 from jagerman/stapling
Add stapling after notarization
5 years ago
Jason Rhinelander 4a0ee5c66f Add stapling after notarization 5 years ago
Jeff edc0d1a3ed
Merge pull request #1225 from majestrate/macos-cpack-setup-and-bootstrap-2020-04-10
macos cpack installer infra
5 years ago
Jeff dde4c4c67e
Merge pull request #1228 from despair86/win32-cleanup
Win32 cleanup
5 years ago
Stephen Shelton 0b1c57f650 Include macos uninstall script 5 years ago
Jason Rhinelander 6da26bfa43 NOTARIZE only has one O 5 years ago
Jason Rhinelander 9f208d2b6c Pass CMAKE_PREFIX_PATH through to lokinet-gui
Needed to build against the right Qt
5 years ago
Rick V 6eaaeab094
reeee 5 years ago
Rick V 337a21d6f6
ew stinki 5 years ago
Rick V 76aa0421ff
use a new read buffer every time 5 years ago
Rick V 1e51bfde2c
fix 5 years ago
Rick V 4e87e8dc08
correctly return true/false when writing 5 years ago
Rick V c65eecf399
are we leaking data randomly 5 years ago
Rick V 46d4ab2708
this might just crash 5 years ago
Rick V 96fc3cdd55
fix pybind 5 years ago
Rick V df634b7775
remove a ton of ded win32 code 5 years ago
Rick V 938f40efe1
probably got mangled in a patch
supposed to tick at the end
5 years ago
Jason Rhinelander 216b807cb3 Notarize has an "a" in it 5 years ago
Jason Rhinelander f8209baf50 Move release motto string into CMakeLists.txt
Right after project() which contains the version, so that version +
motto updates are basically in one place (and so that non-Makefile cmake
invocations get it).
5 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.
5 years ago
Jason Rhinelander 0032f1fdde Add simple installer readme 5 years ago
Jason Rhinelander daf0174e53 Change mac install prefix to /opt/lokinet
/usr/local is probably going to get stomped on by homebrew.
5 years ago
Jason Rhinelander ebb1950941 Add -DBUILD_PACKAGE=ON to make cpack code opt-in 5 years ago
Jason Rhinelander 93311fbc99 Build lokinet-gui with ExternalProject
Also installs it without the extra hack by specifying ../../Applications
for the destination.  (This definitely feels kind of nasty, but it works).
5 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.
5 years ago
Stephen Shelton c20d5b186d Bundle gui in mac installer 5 years ago
Stephen Shelton dd3121d8ac MacOS installer / runtime nonsense 5 years ago
Jeff Becker 88ae4bdd77 gut ui-* 5 years ago
Jeff Becker b0936830d1 add plist 5 years ago
Jeff Becker 31f74b5ffb macos post install script that bootstraps, generates configs and registers plist 5 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
5 years ago
Jeff 9d9776d5ca
Merge pull request #1224 from jagerman/snode-addr-converter-reverse
hex-to-base32z.py: add -r flag to do reverse conversion
5 years ago
Jason Rhinelander 612c65f2ab hex-to-base32z.py: add -r flag to do reverse conversion 5 years ago
Jeff 6d5b9850e6
Merge pull request #1222 from jagerman/snode-addr-converter
Add ed25519 key to snode address script to contrib
5 years ago
Jason Rhinelander 5e0a8cf738 Add ed25519 key to snode address script to contrib 5 years ago
Jeff 6a645cd277
Merge pull request #1219 from jagerman/mac-fixes
Fix errors and warnings compiling on mac
5 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