Commit graph

51 commits

Author SHA1 Message Date
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
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
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
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
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
f7a05f8143 Removed dev artifacts from Tor evaluation 2026-07-07 17:09:08 -04:00
a1409fd1d5 Improved Tor Error messages 2026-07-07 17:08:01 -04:00
1d23b34ad6 Supports Flexible YAML paths from parent directory 2026-07-01 10:06:14 -04:00
74e22e7b60 Improved Tor Error Handling. And Tor IPv6 Fix with associated sp-essentails fix and version bump 2026-06-29 15:13:06 -04:00
69834d85d5 Introduced Database Compatibility checks for old or new versions with different schemas 2026-06-28 21:49:19 -04:00
2aa077a400 Big Transition: Location & Operator turned into SQLAlchemy models. This forces a change across baseprofile, Locationcontroller, and even GUIs type handling 2026-06-27 17:10:28 -04:00
2dd2324b1f Tor Folder adjustment on new features to match legacy's patterns 2026-06-23 19:28:27 -04:00
28d4f3d276 Isolated the literal Sync API function to its own module, and streamlined the sync UI feedback 2026-06-23 11:13:19 -04:00
dc46d4136a Sync streamline introduced for cached data 2026-06-22 17:30:42 -04:00
8e2ea64b6b Controller for invoice checks if an invoice already exists to avoid wiping paid ones 2026-05-22 21:10:38 -04:00
d602f251e0 Improved Ticket UI messaging and and flow 2026-05-21 13:10:51 -04:00
cf0f8cd4ea Further tweaks to the Clarity on Key Evaluation Return Messages 2026-05-16 12:05:01 -04:00
998f0dc883 Improved Clarity on Key Evaluation Return Messages 2026-05-16 11:55:52 -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
6dfd5993a2 Update and refactor existing codebase 2026-01-18 05:02:54 +01:00
b325a0d23c Apply various performance improvements 2026-01-12 16:42:30 +01:00
b2e260475b Add support for non-proxy capable locations 2025-11-18 02:40:41 +01:00
9d920b1cf6 Update location operator-related logic 2025-11-07 02:14:22 +01:00
31a70eea5e Implement support for location operators 2025-11-03 23:52:37 +01:00
8c8892bbd4 Implement support for location providers 2025-11-03 22:32:22 +01:00
06769eac62 Update and refactor existing codebase 2025-11-02 16:32:17 +01:00
f7ee1fd4fc Update client version synchronization path 2025-05-01 23:58:57 +02:00
d33a73bb96 Add support for embedded time zone data 2025-03-14 02:43:13 +01:00
fd6948a6a3 Implement support for country subdivisions 2025-03-13 19:15:23 +01:00
ac125b9cb7 Implement support for client-side key generation 2025-02-25 23:00:02 +01:00
9e9d825bb8 Remove redundant variable type check 2025-02-22 10:17:31 +01:00
fe92bbf351 Update string formating and improve file storage-related logic 2024-09-20 16:57:27 +02:00
6a066ce3f4 Update and refactor existing codebase 2024-09-19 17:54:56 +02:00
68989396cd Add support for package format revisions and file hashes 2024-09-19 00:40:52 +02:00