SimplifiedPrivacy Support
  • Joined on 2024-09-11
Support pushed to master at Support/sp-hydra-veil-core 2026-08-14 23:36:51 +00:00
31488f790e Introduced Ticket/Billing-Code Respawn, with dual paths on the ticket prep orchestration, it's helper functions, and the main prep controller. This introduced the functions, which were tested with a demo CLI client and local server, and appears to be stable. Server-side endpoints will be pushed as well. Note: This update couples profile slot ids more closely with which ticket slot id is being used for it, but they are not yet officially tied. In the future, they should be.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-13 12:24:41 +00:00
1695e0314e Download of file deletes the temp folder from setup
73c74d339f Improved use of connection observers & fixed a bug in compare versions if it was the same version
1d8c508c52 Isolate connect's bootstrap, so non-connect users can bootstrap when making clients outside connect
d9bee758a8 Isolated download file modules to their own module, then had both the install application versions (browsers), and install dependencies both use that same module.
b5e72ae7f6 More clear variable names and docs on Make HTTPx Client. But it always returned boolean
Compare 5 commits »
Support pushed to master at Support/sp-hydra-veil-cli 2026-08-13 12:24:04 +00:00
56b2836ecf Improved Connection Observer support for Tor bootstrap feedback, and error handling of the sudo setup
Support pushed to master at Support/sp-hydra-veil-core 2026-08-12 19:57:57 +00:00
951802fe5c Improved Singbox Setup Error handling for edge cases
Support pushed to master at Support/sp-hydra-veil-cli 2026-08-12 19:57:04 +00:00
f527b39e26 Singboxsetup added to the sudo setup script
Support pushed to master at Support/sp-hydra-veil-core 2026-08-12 18:20:03 +00:00
01bd5f8d3f ApplicationController transitioned to the HTTPx Client system, instead of using requests library proxy for Tor. Also the GUI's observers now do strings to be more neutral to what object type is being downloaded (application_version objects vs dependency).
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-12 18:19:22 +00:00
b023b9faf7 GUI's observers now do strings to be more neutral to what object type is being downloaded (application_version objects vs dependency)
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-12 17:21:57 +00:00
184728a948 Improved Migration detection and launch on app start
Support pushed to master at Support/sp-hydra-veil-core 2026-08-12 17:11:22 +00:00
b84bb2eefa Singbox setup modules, which includes installation, download, move to sudo folder, and sudo setup scripts. Added a model, endpoint, and the ability to sync that model. (Related note: Server-side prepared the endpoint, and stocked with real data.) And also the sync service modules were adjusted to handle new data types more smoothly, before they had errors. As part of that sync flow change, the CachedSync metadata model was transitioned to ints instead of strings, with default 0 values. This should in theory migrate all clients without further changes needed.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-10 22:55:34 +00:00
c291517b7f Singbox Protocols can be enabled via the main ProfileController
Support pushed to master at Support/sp-hydra-veil-core 2026-08-10 21:58:42 +00:00
c3b50460cd IP address checking for singbox enforced in singbox runner
2a6b1eacd5 Support for auto-retry on Singbox enable
Compare 2 commits »
Support pushed to master at Support/sp-hydra-veil-core 2026-08-10 19:50:07 +00:00
9d0d140467 Singbox Orchestration! Significant progress made on singbox flow, we now have a working: 1) Configure via singbox_configure. 2) Enable/disable directly via singbox module. 3) Enable/disable with full orchestration via singbox_runner. 4) process id utils isolated. 5) Singbox takedown uses JSON & process id, but not yet coordinating a mismatch. Also in this update: Transition traditional wireguard subscription post/get requests to the new HTTPx system.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-10 19:46:06 +00:00
2cf61f672d Singbox Orchestration! Significant progress made on singbox flow, we now have a working: 1) Configure via singbox_configure. 2) Enable/disable directly via singbox module. 3) Enable/disable with full orchestration via singbox_runner. 4) process id utils isolated. 5) Singbox takedown uses JSON & process id, but not yet coordinating a mismatch. Also in this update: Transition traditional wireguard subscription post/get requests to the new HTTPx system.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-10 19:33:27 +00:00
bae8b5583b Singbox Orchestration! Significant progress made on singbox flow, we now have a working: 1) Configure via singbox_configure. 2) Enable/disable directly via singbox module. 3) Enable/disable with full orchestration via singbox_runner. 4) process id utils isolated. 5) Singbox takedown uses JSON & process id, but not yet coordinating a mismatch. Also in this update: Transition traditional wireguard subscription post/get requests to the new HTTPx system.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-07 19:06:45 +00:00
3b1bf630f7 Changelog update
061df01a0d Wireguard renegotiation now flows through the new HTTPx modules
Compare 2 commits »
Support pushed to master at Support/sp-hydra-veil-core 2026-08-07 00:59:09 +00:00
320037a2b1 EncryptedProxy configuration path setup, but not yet functional. Pydantic models for each protocol are being setup.
94c4155d60 Get configs from controller's state, instead of reading the disk
Compare 2 commits »
Support pushed to master at Support/sp-hydra-veil-core 2026-08-06 19:29:42 +00:00
983924303d importlib for assets such as yaml
Support pushed to master at Support/sp-hydra-veil-core 2026-08-06 16:24:45 +00:00
4fe26db1db change log
c4802d3c7d Transition ticket prep from old requests-based GET/POST system to the new httpx one
Compare 2 commits »
Support pushed to master at Support/sp-hydra-veil-core 2026-08-06 15:41:41 +00:00
83857a0dcd Minor bootstrap log tweaks
Support pushed to master at Support/sp-hydra-veil-core 2026-08-06 15:28:25 +00:00
e981a748e5 Tor Bootstrap Uses a new fresh config file.