This website requires JavaScript.
Explore
Help
Sign In
Support
/
sp-hydra-veil-core
Watch
2
Star
0
Fork
You've already forked sp-hydra-veil-core
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
39efcaa174
sp-hydra-veil-core
/
core
History
SimplifiedPrivacy
39efcaa174
Cython for Miller's Loop Cryptography first introduced, which dramatically reduces verification times. Includes a setup.py option for manual builds if desired. README for manual compile if desired. And a fallback import using the legacy python-only system.
2026-08-22 20:48:22 -04:00
..
assets
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.
2026-08-12 13:11:12 -04:00
controllers
Improved Connection Observer Feedback for all systemwide protocols
2026-08-21 15:31:52 -04:00
errors
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.
2026-08-14 19:36:22 -04:00
models
Fallback for AppImage to preloaded YAMLs via pathlib
2026-08-21 12:38:32 -04:00
observers
services
Cython for Miller's Loop Cryptography first introduced, which dramatically reduces verification times. Includes a setup.py option for manual builds if desired. README for manual compile if desired. And a fallback import using the legacy python-only system.
2026-08-22 20:48:22 -04:00
utils
Fallback for AppImage to preloaded YAMLs via pathlib
2026-08-21 12:38:32 -04:00
__init__.py
Constants.py
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.
2026-08-14 19:36:22 -04:00
Errors.py
Helpers.py