The HydraVeil core library exposes core logic to higher-level components. https://simplifiedprivacy.com
Find a file
2026-08-20 10:18:16 -04:00
assets/yaml_mappings 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. 2026-08-04 20:17:45 -04:00
core 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 2026-08-20 10:18:16 -04:00
.gitignore 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). 2026-08-12 14:19:55 -04:00
change_log.md 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. 2026-08-18 12:54:54 -04:00
LICENSE.txt Add LICENSE.txt 2025-02-24 23:23:05 +01:00
pyproject.toml importlib for assets such as yaml 2026-08-06 15:29:26 -04:00
README.md Update README.md 2026-03-24 16:37:04 +01:00

sp-hydra-veil-core

The sp-hydra-veil-core library exposes core logic to higher-level components.

Build Instructions

Presumptions

  • Your system is configured to use the Simplified Privacy package registry [1].

Prerequisites

  • build
  • twine

To install them, activate your venv, if necessary, and run:

pip install build twine

Build Steps

  • Activate your venv, if necessary, and run:
rm -rf ./dist/*
python3 -m build
python3 -m twine upload --repository forgejo ./dist/*

[1] https://forgejo.org/docs/v14.0/user/packages/pypi/#configuring-the-package-registry