|
|
ced69bfa4f
|
Use Ticket Controller returns Return objects
|
2026-08-26 09:56:38 -04:00 |
|
|
|
f038f7a8da
|
Error type handling
|
2026-08-24 16:06:03 -04:00 |
|
|
|
44558fb514
|
Large changes to the flow for using tickets. More formalized updating of JSON with explicit tools, instead of generic JSON functions. Orchestration returns Return objects, which are then formatted to dict for the GUI.
|
2026-08-24 15:57:42 -04:00 |
|
|
|
0983d1a68d
|
Changed bash generic commands to no longer use blocking methods to search through the terminal output to help with broken pipe errors, and instead select. But kept it non-blocking for the entire terminal itself. Also refactored Use Ticket Controller to reduce nesting if statements.
|
2026-08-24 11:24:23 -04:00 |
|
|
|
a69b87817c
|
Improved Connection Observer Feedback for all systemwide protocols
|
2026-08-21 15:31:52 -04:00 |
|
|
|
6d8b457593
|
Improved error handling and consolidation on ticket purchase flow
|
2026-08-20 18:00:58 -04:00 |
|
|
|
e1221d4c45
|
Renamed do_we_have_billing_id to ticket_config_tools
|
2026-08-20 17:25:28 -04:00 |
|
|
|
07f0cf8007
|
Cleanup of Legacy code and commented sections
|
2026-08-20 14:06:28 -04:00 |
|
|
|
bdfb933548
|
Sudo config management. Properly delete the config for protocol changes, and install it using the generic commands module
|
2026-08-20 12:23:37 -04:00 |
|
|
|
c8811c93bb
|
Linter undefined or missing import bugs
|
2026-08-19 21:40:36 -04:00 |
|
|
|
bdb4a285de
|
Delete commented out legacy functions from before the move months ago to an isolated wireguard key module
|
2026-08-18 14:58:30 -04:00 |
|
|
|
ff54373b0f
|
Failed Assassin disable raises error
|
2026-08-18 13:03:16 -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 |
|
|
|
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.
|
2026-08-15 14:09:34 -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 |
|
|
|
d9bee758a8
|
Isolated download file modules to their own module, then had both the install application versions (browsers), and install dependencies both use that same module.
|
2026-08-13 07:33:16 -04:00 |
|
|
|
01bd5f8d3f
|
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 |
|
|
|
b84bb2eefa
|
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 |
|
|
|
c291517b7f
|
Singbox Protocols can be enabled via the main ProfileController
|
2026-08-10 18:55:23 -04:00 |
|
|
|
9d0d140467
|
Singbox Orchestration! Significant progress made on singbox flow, we now have a working: 1) Configure via singbox_configure. 2) Enable/disable directly via singbox module. 3) Enable/disable with full orchestration via singbox_runner. 4) process id utils isolated. 5) Singbox takedown uses JSON & process id, but not yet coordinating a mismatch. Also in this update: Transition traditional wireguard subscription post/get requests to the new HTTPx system.
|
2026-08-10 15:49:47 -04:00 |
|
|
|
061df01a0d
|
Wireguard renegotiation now flows through the new HTTPx modules
|
2026-08-07 15:05:17 -04:00 |
|
|
|
94c4155d60
|
Get configs from controller's state, instead of reading the disk
|
2026-08-06 15:57:37 -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 |
|
|
|
1b609a9e5e
|
Fixed application_versions insert on sync
|
2026-08-06 10:58:44 -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 |
|
|
|
b70818f774
|
Added a forced sync at startup if there's no DB pre-existing, to handle a bug in GUI with no application versions. Isolated application_version database calls to their own module. And fixed a bug in SyncController to catch if application_version updates and split them into the different tables.
|
2026-08-05 02:45:52 -04:00 |
|
|
|
46c8721a1a
|
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 |
|
|
|
0e64351b5a
|
Improved systemwide speed, by Turning Wireguard subprocess commands into to recycled generic_run_commands that re-use the terminal
|
2026-08-03 19:33:22 -04:00 |
|
|
|
ed055f338d
|
Introduced Connect Module, which manages HTTPx Clients, solves network/DNS issues, and coordinates Tor Bootstraps. Introduced async & single endpoint full workflows. This version is stable and tested for DNS & Tor problems. Also modified Configuration to be Pydantic, instead of @dataclass_json, and changed the connection type to enums. Further, there's a new enum function to get the new enum types, but the legacy function exists for backwards compatability.
|
2026-08-03 16:59:39 -04:00 |
|
|
|
d68ae02335
|
Bug fix on ProfileController's disable missing the imported result type to pass on to GUI
|
2026-07-29 19:05:06 -04:00 |
|
|
|
bf22f764d0
|
Singbox takedown modules, with a graceful shutdown, then kill, then searching for processes with the phrase. And doing tunnel checks inbetween
|
2026-07-29 18:58:59 -04:00 |
|
|
|
46a84661a0
|
Improved Firewall Checks on Disable to double check and properly source the config
|
2026-07-28 17:45:40 -04:00 |
|
|
|
a76ef50ed7
|
Improved Systemwide feedback errors to GUI
|
2026-07-27 19:54:22 -04:00 |
|
|
|
19b3925bd1
|
Refactored flow for main wireguard orchestration functions. Streamlined for better error handling and removal of NoneType objects
|
2026-07-27 18:17:49 -04:00 |
|
|
|
cb11e11e49
|
Editing out the already moved & commented out Connection Controller pieces
|
2026-07-25 14:21:55 -04:00 |
|
|
|
3afd4a8f9b
|
Isolating the nmcli segments to a separate module
|
2026-07-25 14:01:37 -04:00 |
|
|
|
1baaa4042c
|
Separation of performing subprocess commands, parsing them for error strings, and handling those errors as enum types. Systemwide error handling was introduced via a wrapper to all systemwide functions requiring the sudo scripts.
|
2026-07-23 18:41:52 -04:00 |
|
|
|
ff493455b3
|
Introduced Managed DNS settings to Wireguard, which is redundant for nmcli. However, this same framework can be used for other protocols or implementations.
|
2026-07-22 14:04:50 -04:00 |
|
|
|
c4ffe9be3c
|
Integration of Firewall feature to Systemwide Wireguard
|
2026-07-21 09:44:03 -04:00 |
|
|
|
bd34f456b5
|
Introduced IP-interface-based killswitch support for systemwide wireguard, on enable only. This version is stable and working for enable only, with a test script in the fileslot. And fixed GUI's object save creation. Additionally rolled back Connection data models to previous non-enum version.
|
2026-07-20 13:07:04 -04:00 |
|
|
|
2ccbdba06b
|
Surgery on ConnectionController! Huge separation of ConnectionController & ProfileController into naked function modules for enabling a connection, registering wireguard keys, coordinating proxy configs, subscriptions, endpoint verification, and the logistical flow. Additionally enums were used for type checking, instead of polymorphic functions. This version is stable and confirmed working for systemwide and session wireguard, but not yet proxies.
|
2026-07-18 23:35:48 -04:00 |
|
|
|
9740e0f53b
|
Unused imports commented out
|
2026-07-18 19:48:26 -04:00 |
|
|
|
fd7949cea4
|
Stable working version of ConnectionController being operated on, split up into systemwide and testing_evaluating. Then ProfileController had a split off of endpoint verification to avoid circular imports
|
2026-07-18 17:47:25 -04:00 |
|
|
|
703fe57c12
|
Introduce Base profile types on load, which gradually will switch over on save/edits. Transition Connections to using Enum instead of raw strings.
|
2026-07-18 16:44:54 -04:00 |
|
|
|
00d6fc7738
|
Pushed Edit Profile GUI logic into core. Cut ProfileController's role in this, and setup an isolated update_profile function to pass saves to the model
|
2026-07-17 22:33:00 -04:00 |
|
|
|
4fb84b47d0
|
LocationController was missing some definitions. Also migrations was changed to do imports inside the function using session management tools. And finally Tor networking requests fixed DNS problem labels, increasd timeouts, and streamined ip address reuse.
|
2026-07-17 09:29:49 -04:00 |
|
|
|
3977a5b695
|
Migrations Transition Stable for old versions of the app to update the schema
|
2026-07-16 15:35:03 -04:00 |
|
|
|
a9b6b9ffe3
|
Robust Database Error Handling & Migrations System. For New Client upgrades (Operational Errors) & Old Clients with New JSON keys from an API (TypeErrors). We also added an SQL generic handling wrapper for use across any project or function.
|
2026-07-15 19:00:16 -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 |
|