|
|
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 |
|
|
|
6d8b457593
|
Improved error handling and consolidation on ticket purchase flow
|
2026-08-20 18:00:58 -04: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
|
2026-08-20 17:20:37 -04: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.
|
2026-08-18 12:54:54 -04: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.
|
2026-08-15 17:34:08 -04: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.
|
2026-08-14 19:36:22 -04:00 |
|
|
|
c4802d3c7d
|
Transition ticket prep from old requests-based GET/POST system to the new httpx one
|
2026-08-06 12:22:57 -04:00 |
|
|
|
8da4978498
|
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 |
|
|
|
1722905e62
|
Added Support for Retries of Tor DNS failures with a custom HTTPX DNS resolver using DoH Quad9 via Tor, to then go direct. And setup ticket and sync modules to use this new error solver.
|
2026-07-13 15:50:04 -04:00 |
|
|
|
c6a189c360
|
Revamp of GET/POST API requests for both Tor and Clearweb. Why: Move towards more clear Tor API error feedback. And reduce redundancy. Status: Stable, works for both clear/tor and GET/POST. Still Needs: UI feedback, DNS Tor improvements
|
2026-07-11 20:37:11 -04:00 |
|
|
|
d602f251e0
|
Improved Ticket UI messaging and and flow
|
2026-05-21 13:10:51 -04:00 |
|
|
|
38226f149a
|
Fixed Key saving bug
|
2026-05-15 20:10:08 -04:00 |
|
|
|
75d026651a
|
Introduced Anonymous Ticket Billing Options
|
2026-05-04 15:33:50 -04:00 |
|