summaryrefslogtreecommitdiffhomepage
path: root/ios/PacketTunnelCore/Actor/Protocols
AgeCommit message (Expand)AuthorFilesLines
2026-01-27Use constant for IPs in tunnel settingsEmīls1-1/+1
2025-12-29Apply tunnel settings only when neededEmīls2-0/+119
2025-10-08Do not override ip on certain obfuscationsJon Petersson1-1/+1
2025-09-30Apply new swift format rules to codebaseSteffen2-2/+1
2025-09-16Bypass obfuscation when not supportedBug Magnet1-0/+6
2025-02-04Update copyright string in switft filesOskar4-4/+4
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet2-5/+5
2024-12-27Use DAITAv2 on iOSEmīls1-2/+7
2024-12-19Change key exchange to be asynchronousEmīls1-3/+3
2024-11-06Add a pingableGateway addressBug Magnet1-0/+1
2024-09-06Enable Daita in the PacketTunnel actorBug Magnet2-3/+5
2024-08-15Add DAITA into TunnelSettingsmojganii1-21/+45
2024-07-26Apply PQ key exchanging for multihopmojganii1-0/+14
2024-07-25Apply multihop for normal connectionmojganii1-0/+6
2024-07-11Allow relay selector to select an entry peerJon Petersson1-44/+0
2024-06-13Add multi-hop toggle to settings viewmojganii1-2/+14
2024-06-04Upgrade settings to associate with multi-hopmojganii1-1/+6
2024-05-21Implement PQ PSKEmīls2-1/+11
2024-03-18Add preSharedKey to TunnelPeer, pass it to TunnelConfiguration if presentAndrew Bulhak1-0/+1
2024-02-13Resurface the list of allowedIPs to make it configurableBug Magnet1-0/+1
2023-11-30Have the PacketTunnel use UDP-over-TCP ObfuscationBug Magnet2-5/+15
2023-11-14remove importing namespaces partiallyMojgan1-3/+1
2023-10-26Prevent iOS from stopping the tunnel if it remains in connecting state for to...Jon Petersson1-12/+0
2023-10-13PacketTunnelCore: Introduce SelectedRelay and remove dependency on RelaySelec...Andrej Mihajlov1-3/+32
2023-10-09PacketTunnel: introduce proper state and blocked stateAndrej Mihajlov4-0/+130