|
|
1695e0314e
|
Download of file deletes the temp folder from setup
|
2026-08-13 08:24:33 -04:00 |
|
|
|
73c74d339f
|
Improved use of connection observers & fixed a bug in compare versions if it was the same version
|
2026-08-13 08:09:38 -04:00 |
|
|
|
1d8c508c52
|
Isolate connect's bootstrap, so non-connect users can bootstrap when making clients outside connect
|
2026-08-13 07:59:27 -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 |
|
|
|
b5e72ae7f6
|
More clear variable names and docs on Make HTTPx Client. But it always returned boolean
|
2026-08-13 06:11:14 -04:00 |
|
|
|
951802fe5c
|
Improved Singbox Setup Error handling for edge cases
|
2026-08-12 15:57:51 -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 |
|
|
|
c3b50460cd
|
IP address checking for singbox enforced in singbox runner
|
2026-08-10 17:58:31 -04:00 |
|
|
|
2a6b1eacd5
|
Support for auto-retry on Singbox enable
|
2026-08-10 16:25:45 -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 |
|
|
|
3b1bf630f7
|
Changelog update
|
2026-08-07 15:06:33 -04:00 |
|
|
|
061df01a0d
|
Wireguard renegotiation now flows through the new HTTPx modules
|
2026-08-07 15:05:17 -04:00 |
|
|
|
320037a2b1
|
EncryptedProxy configuration path setup, but not yet functional. Pydantic models for each protocol are being setup.
|
2026-08-06 20:58:36 -04:00 |
|
|
|
94c4155d60
|
Get configs from controller's state, instead of reading the disk
|
2026-08-06 15:57:37 -04:00 |
|
|
|
983924303d
|
importlib for assets such as yaml
|
2026-08-06 15:29:26 -04:00 |
|
|
|
4fe26db1db
|
change log
|
2026-08-06 12:24:34 -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 |
|
|
|
83857a0dcd
|
Minor bootstrap log tweaks
|
2026-08-06 11:41:26 -04:00 |
|
|
|
e981a748e5
|
Tor Bootstrap Uses a new fresh config file.
|
2026-08-06 11:27:50 -04:00 |
|
|
|
1b609a9e5e
|
Fixed application_versions insert on sync
|
2026-08-06 10:58:44 -04:00 |
|
|
|
8f184272b4
|
Integrated connect.singleendpoint() with the start of bulk sync getting metadata sync. Also improved observer feedback
|
2026-08-05 13:16:02 -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 |
|
|
|
a5f57f4f5e
|
Let async bulk skip verification if they just came from verification via single api
|
2026-08-05 03:03:52 -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 |
|
|
|
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 |
|
|
|
26b2562415
|
Changelog and version bump for Singbox features coming out
|
2026-07-29 15:07:52 -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 |
|
|
|
e37d351d4c
|
version bump
|
2026-07-26 21:40:26 -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 |
|