summaryrefslogtreecommitdiffhomepage
path: root/ios/PacketTunnel/WireGuardAdapter/WgAdapter.swift
AgeCommit message (Expand)AuthorFilesLines
2025-04-29Remove special Same IP loggingmojganii1-28/+0
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-3/+3
2024-12-19Use IAN TCP connection for ephemeral peer exchangeEmīls1-1/+16
2024-11-06Add a pingableGateway addressBug Magnet1-1/+2
2024-09-18Add IAN-based TunnelPinger refactoring the pinger protocol accordinglyAndrew Bulhak1-0/+4
2024-09-06Enable Daita in the PacketTunnel actorBug Magnet1-6/+9
2024-07-25Apply multihop for normal connectionmojganii1-0/+36
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-4/+1
2024-02-07Always destroy tunnel when reconfiguringEmīls1-1/+2
2023-12-20Fix Swiftlint warningsJon Petersson1-2/+5
2023-10-13Log same-ip on each connection attemptAndrej Mihajlov1-2/+19
2023-10-09PacketTunnel: introduce proper state and blocked stateAndrej Mihajlov1-0/+151