sp-hydra-veil-core/core
2026-08-07 15:05:17 -04:00
..
assets importlib for assets such as yaml 2026-08-06 15:29:26 -04:00
controllers Wireguard renegotiation now flows through the new HTTPx modules 2026-08-07 15:05:17 -04:00
errors [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. 2026-08-02 05:44:10 -04:00
models EncryptedProxy configuration path setup, but not yet functional. Pydantic models for each protocol are being setup. 2026-08-06 20:58:36 -04:00
observers Introduced Anonymous Ticket Billing Options 2026-05-04 15:33:50 -04:00
services Wireguard renegotiation now flows through the new HTTPx modules 2026-08-07 15:05:17 -04:00
utils 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. 2026-08-05 12:03:11 -04:00
__init__.py
Constants.py [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. 2026-08-02 05:44:10 -04:00
Errors.py
Helpers.py