Commit Graph

8305 Commits (debian/sid)
 

Author SHA1 Message Date
Jason Rhinelander 5233c09d47
Add oxend ping delay patch 1 year ago
Jason Rhinelander a928edfc2f
ping oxend after getting identity keys 1 year ago
Jason Rhinelander bd254e1569
0.9.11 release with config patch 1 year ago
Jason Rhinelander 83a8e79854
Rediff patches
Drop 0002-Make-lokid-rpc-setting-required-in-SN-mode.patch: <REASON>
Drop 0004-Remove-another-obsolete-bootstrap.patch: <REASON>
Drop 0003-Make-Default-Required-or-Required-Hidden-compilation.patch: <REASON>
Drop 0001-Fix-missing-option-names.patch: <REASON>
1 year ago
Jason Rhinelander 1c1d50b8ee
Merge remote-tracking branch 'origin/stable' into debian/sid 1 year ago
Jason Rhinelander 81a61f3d03
Merge pull request #2080 from oxen-io/dev
0.9.11 release
1 year ago
Jason Rhinelander 8959e84595
Merge pull request #2079 from jagerman/bump-deps
Version bump for new release
1 year ago
Jason Rhinelander d9d3041dce
Bump version for fix release
In retrospect the last release really should have been called 0.10.0 and
this should be 0.10.1, but too late now.
1 year ago
Jason Rhinelander c3d212054a
Update deps to latest versions 1 year ago
majestrate e1f1b8b1c7
Merge pull request #2066 from jagerman/another-obsolete-bs
Remove another obsolete bootstrap
1 year ago
majestrate 9edda9f101
Merge pull request #2055 from jagerman/fix-option-names
Fix missing option names, make [lokid]:rpc required
1 year ago
majestrate 2c6e2e9472
Merge pull request #2076 from tewinget/more-verbose-logging
Fix Windows DNS issues
1 year ago
Thomas Winget 1e29465237 fix missing namespace 1 year ago
Thomas Winget c4c81cc9f8 I hate clang-format sometimes 1 year ago
Thomas Winget 3d71bbd1e4 log func should return a string instead 1 year ago
Thomas Winget d44ad497fd rvalue ref -> value 1 year ago
Thomas Winget 548ce5c3a2 invert packet direction on WINDIVERT_ADDRESS
We simply keep the WINDIVERT_ADDRESS struct given on recv, so when
using it for send we need to invert the direction (the Output bit)
1 year ago
Thomas Winget 5238c3f1a0 force windivert to recalc IP checksum 1 year ago
Thomas Winget 133cee0fd9 Remove obsolete/extraneous WouldLoop function
The DNS resolver code should not and can not be responsible for
preventing packet looping.
1 year ago
Thomas Winget a518e654c5 add much logging around dns and windivert 1 year ago
Jason Rhinelander 8eb1d0082b
Add obsolete bootstrap 2 years ago
Jason Rhinelander 96ba2a7d4a
Remove another obsolete bootstrap 2 years ago
Jason Rhinelander e8d1361865
Remove another obsolete bootstrap
I found another defunct obsolete boostrap file on a few foundation
service nodes; this adds it to the list.
2 years ago
Jason Rhinelander 5345c60b30
Merge pull request #2065 from Bilb/fix-min-height-gui
fix: allow GUI window height as low as 600 for small screens
2 years ago
Audric Ackermann c57d8ef091 fix: allow GUI window height as low as 600 for small screens 2 years ago
Jason Rhinelander d7b8b52c9f
Switch to non-deprecated oxend path 2 years ago
Jason Rhinelander 42bce501f9
0.9.10 release with config patch 2 years ago
Jason Rhinelander ea47eee1a9
Rediff patches
Add 0003-Make-Default-Required-or-Required-Hidden-compilation.patch: <REASON>
Add 0001-Fix-missing-option-names.patch: <REASON>
Add 0002-Make-lokid-rpc-setting-required-in-SN-mode.patch: <REASON>
2 years ago
Jason Rhinelander 1b499c6e38
Merge remote-tracking branch 'origin/stable' into debian/sid 2 years ago
Jason Rhinelander f9db657f64
Make Default&Required or Required&Hidden compilation failures
Default & Required makes no sense: if we have a default it makes no
sense to make it required.  The previous behaviour when this was
specified was to force an (uncommented) value in the config with the
value, but this was only used in the test suite.

Required & Hidden makes no sense either: if it's required to be
specified we definitely don't want to hide it from the generated config
file.

These are now compile-time failures.
2 years ago
Jason Rhinelander 68bb74a95d
Make [lokid]:rpc setting required in SN mode
When running as a service node we can't do anything without a lokid rpc
URL, and we don't necessarily have a good default for it.

This makes it required so that we fail with an appropriate error message
(rather than connect timeouts) if it is not specified.
2 years ago
Jason Rhinelander c8ce78315d
Fix missing option names
At some point between 0.9.9 and 0.9.10 we removed the printing of option
names when a value doesn't have a default, but this means the config is
littered with things like:

    # This option sets the greater foo value.

with no actual option name printed out when there is no default.

This fixes it by always printing the option name in such a case, just
with an empty value, e.g.:

    # This option sets the greater foo value.
    #big-foo=
2 years ago
Jason Rhinelander a49f128b45
0.9.10 release 2 years ago
Jason Rhinelander 367fbb05c0
Make dmg background retina capable
The bg has to get encoded in a multi-format TIFF to make it work.

Also increase the vertical size a bit so that it still looks okay in
case you are a crazy person with a bunch of toolbars and other junk
cluttering up the window.
2 years ago
Jason Rhinelander 8c46d44b89
Add mac .dmg background 2 years ago
Thomas Winget a3651eb2c8
when in rome, remove duplicate includes 2 years ago
Jeff Becker bb9ee1fb35
add omitted header
certain files needed to include either fstream and our shim for std::filesystem.
this includes fstream into our shim and includes this shim in places
that require fstream. this is done because some toolchains (cough
cough broke af arch linux amalgums) can have weird subsets of the
requirements of C++17 that overlap, except when they dont, denoted by
unknowable undisclosed circumstances.

this issue was reported by a user in the wild, and this fixes it.
2 years ago
Jason Rhinelander 5c36dd07db
Bump apple network extension sub-version 2 years ago
Jason Rhinelander 1e5e34bd24
Merge pull request #2052 from oxen-io/dev
v0.9.10
2 years ago
Jason Rhinelander 7906fac4f0
Merge pull request #2053 from jagerman/mac-dmg-bg
Make dmg background retina capable
2 years ago
Jason Rhinelander 7f3cb0ff38 Make dmg background retina capable
The bg has to get encoded in a multi-format TIFF to make it work.

Also increase the vertical size a bit so that it still looks okay in
case you are a crazy person with a bunch of toolbars and other junk
cluttering up the window.
2 years ago
majestrate 4b5ab4bde3
Merge pull request #2051 from jagerman/mac-dmg-bg
Add mac .dmg background
2 years ago
Jason Rhinelander 135664ccb0 Add mac .dmg background 2 years ago
majestrate 27fd4d8faf
Merge pull request #2049 from majestrate/add-omitted-header-2022-11-08
add omitted header
2 years ago
Thomas Winget bb14a7bd09
when in rome, remove duplicate includes 2 years ago
Jeff Becker 259114b51d
add omitted header
certain files needed to include either fstream and our shim for std::filesystem.
this includes fstream into our shim and includes this shim in places
that require fstream. this is done because some toolchains (cough
cough broke af arch linux amalgums) can have weird subsets of the
requirements of C++17 that overlap, except when they dont, denoted by
unknowable undisclosed circumstances.

this issue was reported by a user in the wild, and this fixes it.
2 years ago
Jason Rhinelander 77fa34ca4d Bump apple network extension sub-version 2 years ago
Jason Rhinelander 7818a1a0e5
Remove bootstrap.signed from generated default configs
We now how the bootstrap in the binary itself.

This doesn't remove the installed bootstrap files, though, for backwards
compat: existing configs may be referencing the system path.
2 years ago
Jason Rhinelander 415529fc24
0.9.10 2 years ago
Jason Rhinelander b4f846951d
Rediff patches
Drop 0001-proper-handling-of-public-ips.patch: <REASON>
2 years ago