Commit graph

1558 commits

Author SHA1 Message Date
Daniel
636c0dc228
Merge pull request #821 from safing/feature/spn-improvements
SPN Routing Improvements (and housekeeping)
2022-08-30 17:18:33 +02:00
Daniel
535ac22804 Increase linter timeout in CI 2022-08-30 17:15:13 +02:00
Daniel
7ce746fdfe Update SPN 2022-08-30 17:10:27 +02:00
Daniel
8cf882f4d4 Update Go, deps and linter 2022-08-30 16:13:26 +02:00
Daniel
44b5375bb4 Show update failed notification only after some failed tries 2022-08-30 16:12:38 +02:00
Daniel
0e3dde4cf1 Switch to zipfs lib for loading files from a zip 2022-08-30 16:11:52 +02:00
David
ed8ac7f121
Try to fix FUNDING.YML 2022-08-30 13:55:14 +00:00
David
f1949a44f8
Fix FUNDING.yml 2022-08-30 13:47:26 +00:00
David
5ee488ada0
Add FUNDINGY.yml 2022-08-30 13:45:15 +00:00
Daniel
092b1cd8a0 Move resolving unbreak filter list IDs to filterlists module 2022-08-30 13:54:34 +02:00
Daniel
8a98f69fca Improve logging of loaded intel data 2022-08-30 13:29:57 +02:00
Daniel
62729cc889 Add new geoip metadata fields 2022-08-30 13:29:40 +02:00
Daniel
770ce61b84 Set tunneling options for (not) using community nodes 2022-08-30 13:27:18 +02:00
Daniel
c459b0f4af
Merge pull request #820 from safing/fix/add-wayland-args-on-linux-only
Add special Wayland args to Electron on Linux only
2022-08-29 15:47:19 +02:00
Daniel
ccb6b3d418 Add special Wayland args to Electron on Linux only 2022-08-29 15:39:15 +02:00
Daniel
ab0f693b55 Bump versions 2022-08-24 15:25:24 +02:00
Daniel
05e97af0e7 Update deps 2022-08-24 15:24:07 +02:00
Daniel
5024fa0412
Merge pull request #809 from safing/fix/custom-list-setting-wording
Improve wording of custom filter list setting
2022-08-24 15:17:54 +02:00
Daniel
b0bc410d47
Merge pull request #787 from safing/dependabot/go_modules/github.com/oschwald/maxminddb-golang-1.10.0
Bump github.com/oschwald/maxminddb-golang from 1.9.0 to 1.10.0
2022-08-24 15:03:05 +02:00
Daniel
7a8964699e Improve wording of custom filter list setting 2022-08-24 14:56:34 +02:00
dependabot[bot]
3ba8550977
Bump github.com/oschwald/maxminddb-golang from 1.9.0 to 1.10.0
Bumps [github.com/oschwald/maxminddb-golang](https://github.com/oschwald/maxminddb-golang) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/oschwald/maxminddb-golang/releases)
- [Commits](https://github.com/oschwald/maxminddb-golang/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/oschwald/maxminddb-golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24 11:45:17 +00:00
Daniel
2d9c013de6
Merge pull request #788 from safing/dependabot/go_modules/github.com/safing/spn-0.4.15
Bump github.com/safing/spn from 0.4.14 to 0.4.15
2022-08-24 13:44:15 +02:00
Daniel
b26ee9af58
Merge pull request #793 from safing/fix/iptables-blocking
Use correct ICMP message for blocking connections in iptables
2022-08-24 13:43:57 +02:00
Daniel
3b9a1b099a
Merge pull request #802 from safing/fix/start-issues
Fix wayland options and disable restarting of UI components
2022-08-24 13:40:10 +02:00
Daniel
6520e4d192
Merge pull request #784 from safing/fix/abort-delayed-restart
Abort restarts if updated version is rolled back
2022-08-24 13:39:00 +02:00
Daniel
510febce74
Merge pull request #783 from safing/feature/update-defaults
Update defaults
2022-08-24 13:35:28 +02:00
Daniel
e9598520f0 Disable restarting on failure for UI components 2022-08-19 10:46:47 +02:00
Daniel
75d8639aa5 Enable WaylandWindowDecorations feature for electron run on wayland 2022-08-19 10:45:07 +02:00
Daniel
57c23c7e07 Use correct ICMP message for blocking connections in iptables 2022-08-12 13:26:11 +02:00
dependabot[bot]
640d59f2fb
Bump github.com/safing/spn from 0.4.14 to 0.4.15
Bumps [github.com/safing/spn](https://github.com/safing/spn) from 0.4.14 to 0.4.15.
- [Release notes](https://github.com/safing/spn/releases)
- [Commits](https://github.com/safing/spn/compare/v0.4.14...v0.4.15)

---
updated-dependencies:
- dependency-name: github.com/safing/spn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 01:25:32 +00:00
Daniel
60230c0d6d Abort restarts if updated version is rolled back 2022-08-05 16:33:52 +02:00
Daniel
0b815c3c08 Enable filter list category Unbreak Popular Websites by default 2022-08-05 15:52:00 +02:00
Daniel
f9171babc1 Set default log level to warning for portmaster-core 2022-08-05 15:50:12 +02:00
Daniel
47cb67e032 Bump core version 2022-08-04 12:03:03 +02:00
Daniel
1a33927883
Merge pull request #779 from safing/fix/prepared-stmt-cache
Fixed unstable SQL statement causing memory leaks due to prepared stmt caching
2022-08-04 10:56:40 +02:00
Patrick Pacher
37951c2cff
Fixed unstable SQL statement causing memory leaks due to prepared stmt caching 2022-08-03 16:54:48 +02:00
Daniel
0a46f541db Bump core version 2022-08-02 16:39:27 +02:00
Daniel
fa830e4968
Merge pull request #776 from safing/fix/custom-filter-list-key
Improve custom filter list config key
2022-08-02 16:38:52 +02:00
Daniel
5c6fc6ee9c Improve custom filter list config key 2022-08-02 16:35:33 +02:00
Daniel
e0e729230a Bump versions 2022-08-02 14:28:21 +02:00
Daniel
f7eb03006f Update deps + SPN 2022-08-02 14:28:14 +02:00
Daniel
c58da92cc8
Merge pull request #774 from safing/fix/layered-profile-deadlock
Fix layered profile deadlocks
2022-08-02 14:13:31 +02:00
Patrick Pacher
66a8258a5b
Merge pull request #773 from safing/sqlite-conn-pooling
Add connection pooling for sqlite database access
2022-08-02 14:09:36 +02:00
Patrick Pacher
01f7ab24b3
Fix write/readonly connection usage and linter error 2022-08-02 14:04:12 +02:00
Daniel
1dda4bd432 Add metadata to special responder responses 2022-08-02 13:59:38 +02:00
Daniel
0b81fb5516 Mitigate double read locks on the layered profile 2022-08-02 13:59:13 +02:00
Patrick Pacher
6a86596736
Use a dedicated write connection for persisting in sqlite and switch pool to read-only 2022-08-02 10:46:16 +02:00
Patrick Pacher
84b66e9949
Remove locking from SQlite access 2022-08-02 10:13:12 +02:00
Patrick Pacher
912ad59b9e
Add connection pooling for sqlite database access 2022-08-02 10:07:13 +02:00
Daniel
0390ab55ab
Merge pull request #769 from safing/fix/microtasks
Use new microtask functions
2022-08-02 09:49:56 +02:00