SimplifiedPrivacy Support
  • Joined on 2024-09-11
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-20 21:58:41 +00:00
42560e9174 1st Wipe ticket prompt actually wipes
Support pushed to master at Support/sp-hydra-veil-core 2026-08-20 21:25:36 +00:00
e1221d4c45 Renamed do_we_have_billing_id to ticket_config_tools
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-20 21:24:58 +00:00
dea5aada0c Renamed do_we_have_billing_id to ticket_config_tools
Support pushed to master at Support/sp-hydra-veil-core 2026-08-20 21:20:43 +00:00
e18fec84f2 Fixed Repeat 'already have ticket, do you want to wipe?' errors, by actually wiping it before starting over. Not just starting over directly, like before
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-20 21:19:28 +00:00
5cc93ed77b Fixing ticket wipe logic
Support pushed to master at Support/sp-hydra-veil-core 2026-08-20 18:06:38 +00:00
07f0cf8007 Cleanup of Legacy code and commented sections
fe19044928 Singbox enable now reads the output file to confirm it's up
bdfb933548 Sudo config management. Properly delete the config for protocol changes, and install it using the generic commands module
Compare 3 commits »
Support pushed to master at Support/sp-hydra-veil-core 2026-08-20 14:18:23 +00:00
5923cc8a7f Vless is now working. Config Parsing and setup is stable, and increased the wait time for connection testing. But this is a temporary solution. The real answer is not a static time check, but a dynamic result reading for when to test. Which then has it's own timeout time
Support pushed to master at Support/sp-hydra-veil-core 2026-08-20 01:40:43 +00:00
c8811c93bb Linter undefined or missing import bugs
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-19 19:20:06 +00:00
99eea377f2 Updated car size fix & transparent icons
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-18 20:52:55 +00:00
c3de90c313 High quality mini icons with transparent backgrounds, and choices in color
Support pushed to master at Support/sp-hydra-veil-core 2026-08-18 19:55:54 +00:00
bdb4a285de Delete commented out legacy functions from before the move months ago to an isolated wireguard key module
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-18 17:57:55 +00:00
44fd824292 Hysteria2 cars
Support pushed to master at Support/sp-hydra-veil-core 2026-08-18 17:27:40 +00:00
24c4648054 Bug-Typo Fix: interface_name changed to interface to match the other singbox module
Support pushed to master at Support/sp-hydra-veil-core 2026-08-18 17:03:30 +00:00
ff54373b0f Failed Assassin disable raises error
Support pushed to master at Support/sp-hydra-veil-core 2026-08-18 16:55:29 +00:00
6dac98835f Assassin mode Introduced! The assassin_tools allows for creation/use of a session profile with random attributes, ephemeral wireguard config, and coordinates using a ticket for it. This tools module also allows for wiping the assassin's ticket & wireguard config on disable. Additionally, this git commit sees ProfileController using these assassin_tools functions for a working implementation if the profile is marked assassin=True. Also the associated eco-system of ApplicationController starting apps, the existing non-ticket legacy subscription handlers, and even GUI needed to be adjusted to allow for this new assassin flow. Finally, the generic JSON utilities have been improved to make this feature more robust and reliable.
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-18 13:48:55 +00:00
86fc3ca56c Introduced Assassin Mode in core, and this commit added support for it in the GUI. This involved passing in ticket observers when a profile is enabled or disabled, getting the max screen size via PyQt, and adding a check prior to using a random ticket.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-15 21:45:18 +00:00
a78747e8e5 Bug fix in subscriptions missing re import after the prior isolation transition to the new module
Support pushed to master at Support/sp-hydra-veil-core 2026-08-15 21:34:27 +00:00
5ab57ab287 When a profile is deleted, it now automatically respawns the ticket if it's a ticket profile. Also fixed some bugs with fetching the server's public key with the APIResponse object being used, when it expected a regular dictionary. This is a left-over from the prior transition to API objects.
Support pushed to master at Support/sp-hydra-veil-core 2026-08-15 18:09:51 +00:00
829feb5939 The profile object now has a ticket field. It's now none by default. Also the profile object is passed in, for the use of tickets, both for GUI and core.
Support pushed to master at SimplifiedPrivacy/hydraveil-gui 2026-08-15 18:06:42 +00:00
db1f903b0b Including the profile when using tickets (use_ticket function), so core can save which profile has which ticket for future features such as respawn.