[BREAKGLASS] A private messenger for iOS. https://signal.org
Go to file
Michael Kirk b79244affa Don't enqueue sender read receipts from self-sent messages
These messages are always already read.

Reminder, there are two types of read receipts:

1. One informs our linked devices that we've read a message on another
device.
2. The other informs the sender that we've read their message.

This change is about the latter, we'll continue to send the former to
ourself.

The proximate cause for this change was a failing assert in
OWSMessageSender#handleSendToMyself:(TSOutgoingMessage *)outgoingMessage

The assert was failing because we were sending a message to ourself
which had no body or attachment (the sender-read receipt). Rather than
filtering them out from the message sender, we should never ask the
message sender to do nonsense work (send a senderReadReceipt to ourself)

// FREEBIE
2018-02-23 13:50:40 -05:00
.github Update contributing.ms to use signal.org URLs; remove Bithub references (#2806) 2017-11-24 10:10:21 -08:00
Carthage@bd80dc48af Update Carthage for iOS8 compatible WebRTC M63 2018-02-12 12:49:09 -08:00
fastlane update ci to use latest XCode / fastlane 2017-07-11 16:36:50 -04:00
Libraries/iRate Remove FLAnimatedImage. 2017-10-10 09:50:13 -04:00
Pods@dab63d5412 Merge branch 'hotfix/2.19.7' 2018-02-16 10:49:52 -05:00
protobuf WIP: WebRTC calling 2017-01-12 09:56:05 -05:00
Scripts Respond to CR. 2018-02-09 10:31:29 -05:00
SettingsBundle Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00
Signal Respect system contact ringtones 2018-02-23 13:43:23 -05:00
Signal.xcodeproj Improve sound settings view. 2018-02-23 12:53:43 -05:00
Signal.xcworkspace Modify TSStorageManager to use separate shared read and write connections. 2017-07-05 17:01:28 -04:00
SignalMessaging Improve sound settings view. 2018-02-23 12:53:43 -05:00
SignalServiceKit Don't enqueue sender read receipts from self-sent messages 2018-02-23 13:50:40 -05:00
SignalShareExtension "Bump build to 2.21.0.0." 2018-02-23 12:29:24 -05:00
.clang-format format objc. 2016-07-14 23:15:06 -07:00
.gitattributes Supporting diffing of localizablestrings. 2015-09-14 12:26:47 +02:00
.gitignore track pod dependencies publicly 2018-02-12 12:49:09 -08:00
.gitmodules track pod dependencies publicly 2018-02-12 12:49:09 -08:00
.travis.yml CI runs SSK tests 2017-07-21 13:58:57 -04:00
BUILDING.md Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00
Cartfile Update dependencies via Carthage 2017-11-06 19:18:32 -05:00
Cartfile.resolved Update dependencies via Carthage 2017-11-06 19:18:32 -05:00
CONTRIBUTING.md Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00
Gemfile update ci to use latest XCode / fastlane 2017-07-11 16:36:50 -04:00
Gemfile.lock update third party dependencies 2017-10-06 17:56:29 -04:00
LICENSE Update license. 2017-04-11 18:09:16 -04:00
MAINTAINING.md Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00
Makefile track pod dependencies publicly 2018-02-12 12:49:09 -08:00
Podfile Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00
Podfile.lock Update cocoapods. 2018-02-13 10:53:37 -05:00
README.md Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00
SignalServiceKit.podspec Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00

Signal for iOS Build Status

Signal is a messaging app for simple private communication with friends.

Available on the AppStore

Translation

Help us translate Signal! The translation effort happens on Transifex

Contributing Code

Instructions on how to setup your development environment and build Signal-iOS can be found in BUILDING.md. Other useful instructions for development can be found in the Development Guide wiki page

We recommend going through our issues and picking out something with the help wanted label.

For larger changes and feature ideas, we ask that you propose it on the unofficial Community Forum for a high-level discussion with the wider community before implementation.

Contributing Ideas

Have something you want to say about Open Whisper Systems projects or want to be part of the conversation? Get involved in the community forum.

SignalServiceKit

Check out the SignalServiceKit README for details about using SignalServiceKit in your own app.

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

License

Copyright 2014-2017 Open Whisper Systems

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html