Commit graph

26 commits

Author SHA1 Message Date
c4ffe9be3c Integration of Firewall feature to Systemwide Wireguard 2026-07-21 09:44:03 -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
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
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
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
531f5cdf3c Add support for stateful Tor sessions 2026-01-18 05:15:18 +01:00
f32d0a8986 Improve connection management-related logic 2026-01-08 22:40:23 +01:00
321ddbd8f0 Add support for security incident artifact compilation 2025-11-05 17:54:39 +01:00
18f50c67fb Add support for WireGuard endpoint verification 2025-11-05 02:24:21 +01:00
70d3905117 Improve exception override-related logic 2025-11-04 20:45:40 +01:00
3ff73cd079 Update and refactor existing codebase 2025-04-23 14:31:30 +02:00
fd6948a6a3 Implement support for country subdivisions 2025-03-13 19:15:23 +01:00
7f9c6ab1a9 Add support for conditional persistent state preservation 2025-03-12 02:11:44 +01:00
ac125b9cb7 Implement support for client-side key generation 2025-02-25 23:00:02 +01:00
5468fe4998 Improve exception handling-related logic 2025-02-25 14:11:40 +01:00
f8c92f0f92 Implement initial support for session renegotiation 2024-10-13 19:40:27 +02:00
6a6210ecb7 Make profile sessions synchronous by default 2024-09-28 04:56:28 +02:00
cb122c7dc0 Implement support for synchronous profile sessions 2024-09-28 04:22:25 +02:00
c744d9329d Update and refactor existing codebase 2024-09-24 02:47:50 +02:00
e422c3202c Improve profile modification-related logic 2024-09-23 22:50:53 +02:00
2174123e6c Add support for persistent profile data deletion 2024-09-20 04:26:36 +02:00
d8d54d88d1 Update and refactor existing codebase 2024-09-20 02:41:41 +02:00
2683a1655a Update and refactor connection-related logic 2024-09-19 01:56:19 +02:00
68989396cd Add support for package format revisions and file hashes 2024-09-19 00:40:52 +02:00
d6c9664345 Initial commit 2024-09-11 19:39:33 +02:00