SimplifiedPrivacy Support
  • Joined on 2024-09-11
Support pushed to master at Support/sp-hydra-veil-core 2026-08-06 14:59:16 +00:00
1b609a9e5e Fixed application_versions insert on sync
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-05 17:17:33 +00:00
aecfdbad33 Add custom messages to connection observer
Support pushed to master at Support/sp-hydra-veil-core 2026-08-05 17:16:34 +00:00
8f184272b4 Integrated connect.singleendpoint() with the start of bulk sync getting metadata sync. Also improved observer feedback
Support pushed to master at Support/sp-hydra-veil-core 2026-08-05 16:03:21 +00:00
8da4978498 Linter bug fixes. Mostly undeclared, unused, or missing imports. One or two outright typos. There's still issues with undeclared types that need to be fixed after api connection refactor is fully implemented.
Support pushed to master at Support/sp-hydra-veil-cli 2026-08-05 12:23:37 +00:00
61cefbfc2c Version bump
8199297e25 version bump
Compare 2 commits »
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-05 12:19:18 +00:00
745c465cf2 Version Bump
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-05 07:05:38 +00:00
40eba5b41b Error catching on failed gui load after a forced sync. And added connection type setting
Support pushed to master at Support/sp-hydra-veil-core 2026-08-05 07:04:04 +00:00
a5f57f4f5e Let async bulk skip verification if they just came from verification via single api
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-05 06:48:05 +00:00
1d886728e0 New sync workflow. Sync goes to a new function. Forced DB Sync at startup with an empty database
Support pushed to master at Support/sp-hydra-veil-core 2026-08-05 06:46:10 +00:00
b70818f774 Added a forced sync at startup if there's no DB pre-existing, to handle a bug in GUI with no application versions. Isolated application_version database calls to their own module. And fixed a bug in SyncController to catch if application_version updates and split them into the different tables.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-05 00:18:12 +00:00
46c8721a1a Sync from the main app streamlines into the Connect module, to do async bulk sync. Additionally ApplicationVersion was transitioned from manual SQL to the ORM, for easier compatibility with the newer sync system. The side effect functions of this have been tested to be stable.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-03 23:33:43 +00:00
0e64351b5a Improved systemwide speed, by Turning Wireguard subprocess commands into to recycled generic_run_commands that re-use the terminal
Support pushed to master at Support/sp-hydra-veil-core 2026-08-03 21:00:05 +00:00
ed055f338d Introduced Connect Module, which manages HTTPx Clients, solves network/DNS issues, and coordinates Tor Bootstraps. Introduced async & single endpoint full workflows. This version is stable and tested for DNS & Tor problems. Also modified Configuration to be Pydantic, instead of @dataclass_json, and changed the connection type to enums. Further, there's a new enum function to get the new enum types, but the legacy function exists for backwards compatability.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-02 09:45:31 +00:00
fb43228f2f [200~Elaborate HTTPx feature-rich strategy with HTTPx Client Reuse, Tor Management, Tor bootstrap monitor & retry. HTTPx clients can be managed across modules and reused. There's an elaborate HTTPx retry strategy based on status codes. Tor management tries to use the existing Tor default ports, then checks the Tor config, before finally bootstrapping. There is now a ThreadPool futures executor, which even works with Tor, to batch API requests.
Support pushed to master at Support/sp-hydra-veil-core 2026-07-31 16:58:56 +00:00
3db70541ab Refactor run_generic_command to reuse and persist the same linux subprocess terminal
Support pushed to master at Support/sp-hydra-veil-core 2026-07-29 23:05:15 +00:00
d68ae02335 Bug fix on ProfileController's disable missing the imported result type to pass on to GUI
Support pushed to master at Support/sp-hydra-veil-core 2026-07-29 22:59:18 +00:00
bf22f764d0 Singbox takedown modules, with a graceful shutdown, then kill, then searching for processes with the phrase. And doing tunnel checks inbetween
Support pushed to master at Support/sp-hydra-veil-core 2026-07-29 19:08:00 +00:00
26b2562415 Changelog and version bump for Singbox features coming out
Support pushed to master at Support/sp-hydra-veil-core 2026-07-29 19:04:58 +00:00
5377b7348b Introduced Singbox Proxy Feature Start Utility & Script. But it's not yet integrated to be used
46a84661a0 Improved Firewall Checks on Disable to double check and properly source the config
Compare 2 commits »
Support pushed to master at Support/sp-hydra-veil-core 2026-07-28 16:11:08 +00:00
bae5bfe7f3 Removing whitespace at the top of the sudo scripts
7bde05d797 Switched setup from copying via AppImage folders, to instead writing to files, for cross package reliability
Compare 2 commits »