A desktop client for Cable
Find a file
lilia a2c7ac0df9 Serialize message sending per-recipient
Add a pendingMessages object to MessageSender. This object holds
one promise per recipient number. We init this promise with
Promise.resolve(), and chain on promises for message sending, replacing
the previous promise with the newly chained promise each time. If the
current promise resolves and finds that it is still the last promise
in the chain, it removes itself.
2015-10-23 15:53:19 -07:00
components 239 Auto-expand message area when typing 2015-06-23 22:45:41 +02:00
fonts Add fonts so we don't have to hit googlefonts 2015-02-11 17:37:57 -08:00
images Restyle compose button 2015-09-18 13:08:52 -07:00
js Serialize message sending per-recipient 2015-10-23 15:53:19 -07:00
libtextsecure Serialize message sending per-recipient 2015-10-23 15:53:19 -07:00
native nacl -> native 2015-01-14 11:39:36 -10:00
protos Support for group sync 2015-06-25 13:24:32 -07:00
stylesheets Fix overlapping name and timestamp 2015-10-23 15:47:32 -07:00
test Fix conversation model test 2015-10-02 15:13:13 -07:00
.bowerrc Rename bower_components 2014-10-30 16:53:08 -07:00
.gitignore Remove css maps from git 2015-08-25 17:06:00 -07:00
.jscsrc Add JSCS and run as grunt test task 2015-01-14 10:00:40 -10:00
.jshintrc Run tests on Sauce Labs 2014-11-22 20:30:57 -08:00
.travis.yml Migrate to new travis infrastructure 2015-07-28 17:19:11 -07:00
background.html Fix overlapping name and timestamp 2015-10-23 15:47:32 -07:00
bower.json Move jquery from libtextsecure components 2015-10-19 12:51:59 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-09-07 16:06:02 -07:00
conversation.html Resize icon to various resolutions 2015-05-07 17:30:29 -07:00
Gruntfile.js Move jquery from libtextsecure components 2015-10-19 12:51:59 -07:00
index.html Retool various sub-screens to fit two-column layout 2015-08-26 15:15:14 -07:00
manifest.json Tweak app icons a bit 2015-06-29 14:47:45 +02:00
options.html Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
package.json Set up production build task 2015-03-19 18:34:56 -07:00
README.md Turn up the volume on README warnings 2015-03-03 15:28:12 -08:00
register.html Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00

Build Status TextSecure for the Browser

Private text and chat for the browser.

⚠️ Warning ⚠️

This is unfinished, unreleased software.

Are you a web developer interested in contributing to this project? 👍 Please proceed to CONTRIBUTING.md for setup instructions and contributor guidelines.

Not a developer? 👷 Please refrain from installing until our first release. Follow the blog for updates.

Interoperability

TextSecure for the Browser works with Signal for iOS and TextSecure on Android.

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 Open Whisper Systems

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

Developers Developers Developers Developers!

Please see CONTRIBUTING.md for setup instructions and contributor guidelines.