|
|
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 |
|
|
|
fb43228f2f
|
[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 |
|
|
|
3db70541ab
|
Refactor run_generic_command to reuse and persist the same linux subprocess terminal
|
2026-07-31 12:58:42 -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 |
|
|
|
5377b7348b
|
Introduced Singbox Proxy Feature Start Utility & Script. But it's not yet integrated to be used
|
2026-07-29 15:04:33 -04:00 |
|
|
|
46a84661a0
|
Improved Firewall Checks on Disable to double check and properly source the config
|
2026-07-28 17:45:40 -04:00 |
|
|
|
bae5bfe7f3
|
Removing whitespace at the top of the sudo scripts
|
2026-07-28 12:10:39 -04:00 |
|
|
|
7bde05d797
|
Switched setup from copying via AppImage folders, to instead writing to files, for cross package reliability
|
2026-07-28 11:50:43 -04:00 |
|
|
|
28e0bba1d8
|
Production setup paths
|
2026-07-27 21:29:37 -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 |
|
|
|
c67f12a306
|
Isolate DNS & Firewall functions for wireguard
|
2026-07-25 14:15:48 -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 |
|
|
|
4d6f810100
|
Setup Script & Actual Firewall DNS Scripts. As well as optional functions to do automated setups
|
2026-07-22 20:37:20 -04:00 |
|
|
|
dbff960aad
|
DNS going off config, not hardcoded
|
2026-07-22 14:54: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 |
|
|
|
208cb29f77
|
Improved Systemwide Firewall Disable Logic
|
2026-07-21 11:19:53 -04:00 |
|
|
|
c4ffe9be3c
|
Integration of Firewall feature to Systemwide Wireguard
|
2026-07-21 09:44:03 -04:00 |
|
|
|
9ba6d7e783
|
Version bump to 2.4.3. Stable for killswitch enable with test script
|
2026-07-20 13:08:59 -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 |
|
|
|
d8273171b5
|
Reduced redundant function for subscriptions in connection activation
|
2026-07-19 15:37:27 -04:00 |
|
|
|
a116597a38
|
Fixing proxy subscriptions
|
2026-07-19 15:33:36 -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 |
|
|
|
5235f168a3
|
Clarify/comment unused function
|
2026-07-17 12:40:38 -04:00 |
|
|
|
532a82f685
|
Added support for functions to Clear any model. It's use-case here is to clear the CachedSync model, but the function would be good for anything going forward.
|
2026-07-17 12:35:44 -04:00 |
|
|
|
c75026c834
|
Adjusted imports in migrations
|
2026-07-17 09:50:36 -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 |
|
|
|
a085586448
|
Version bump for the Migrations and Database handling
|
2026-07-15 19:02:07 -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 |
|
|
|
0e9d82d2bb
|
Tweaked the wording of client side database check messages to make them more user friendly
|
2026-07-14 20:58:23 -04:00 |
|
|
|
54c5ef9bf4
|
Increased timeout time for requests
|
2026-07-13 16:05:19 -04:00 |
|
|
|
9ebad2cc7b
|
Fat Finger Typo Fix on url path
|
2026-07-13 15:57:50 -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 |
|
|
|
f919957e48
|
Improved assset folder management
|
2026-07-12 21:32:49 -04:00 |
|
|
|
64d15ddd86
|
Assets folder is part of startup
|
2026-07-12 20:02:46 -04:00 |
|
|
|
9358106d74
|
Setting up core to use gui or cli assets folder, not vica-versa
|
2026-07-12 18:10:08 -04:00 |
|
|
|
b7cba470d3
|
Remove unused DNS imports
|
2026-07-12 17:37:27 -04:00 |
|
|
|
cc61784502
|
Improved comment clarity on DNS features
|
2026-07-12 16:55:52 -04:00 |
|
|
|
882f374937
|
Improved DNS evaluation and tools via Tor. We now support for being able to reach IPs that can't resolve through Tor, and evaluating if DNS resolutioin is blocked via Tor
|
2026-07-12 16:47:00 -04:00 |
|