mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 04:25:21 +00:00
* Add encryption export compliance to Info.plist
Set ITSAppUsesNonExemptEncryption to false for TestFlight submission
* Revert "Add encryption export compliance to Info.plist"
This reverts commit 2cfbb1679d.
* fix: prevent spurious handshake requests from rotated peers and cover traffic
- Clean up connection states and pending messages during peer ID rotation
- Filter out rotated peer IDs in keep-alive timer to prevent validation attempts
- Add session check before sending cover traffic dummy messages
- Disable cover traffic by default (was sending without user knowledge)
- Only send screenshot notifications when session exists
- Add logging to track automatic message triggers
- Fix compilation errors (SecureLogger.privacy -> security)
* Fix lazy handshake behavior and re-enable cover traffic
- Re-enable cover traffic for privacy protection
- Start handshake immediately when opening PM conversation
- Remove handshake request system notifications
---------
Co-authored-by: jack <jackjackbits@users.noreply.github.com>