Session Desktop - Onion routing based messenger
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
lilia 25ee61d3cb Fix timers after suspend/resume/pause
We use timers to decide when to query and delete expired messages or
when to perform signed key rotations.

Internally, timers are counters that get updated when the CPU ticks, so
if the CPU sleeps, the timer will stop counting, and start again after
it wakes up, ignoring the intervening passage of wall clock time.

To fix this, without having to query the database or other potentially
high overhead operations too often, use an interval to frequently check
the wall clock time. If time jumps forward, trigger a global event so
other listeners can update their possibly-inaccurate timers.

https://stackoverflow.com/questions/6346849/what-happens-to-settimeout-when-the-computer-goes-to-sleep
https://stackoverflow.com/questions/4079115/can-any-desktop-browsers-detect-when-the-computer-resumes-from-sleep

// FREEBIE
8 years ago
.github Add Signal version number hint to issue template 9 years ago
_locales Update translations 8 years ago
audio Add an option to play audio notifications 8 years ago
components Update libphonenumber 9 years ago
fonts Add fonts so we don't have to hit googlefonts 10 years ago
images Dark theme tweaks 8 years ago
js Fix timers after suspend/resume/pause 8 years ago
libtextsecure Fix key change errors while retrying key change errors 8 years ago
protos Add CallMessage protos 8 years ago
stylesheets Moving the error badge to the right corner in ios theme 8 years ago
test Add attachment_views_test.js tests 8 years ago
.bowerrc Rename bower_components 11 years ago
.gitignore Ignore .tx/ 9 years ago
.jscsrc Fix minor style errors 9 years ago
.jshintrc Disable unsafe character check in jshint 9 years ago
.travis.yml Migrate to new travis infrastructure 10 years ago
CONTRIBUTING.md Add link to iOS build instructions 8 years ago
Gruntfile.js Add audio to prod build 8 years ago
README.md Add bithub badge to readme 8 years ago
background.html Fix timers after suspend/resume/pause 8 years ago
bower.json Upgrade emoji support and switch to apple emoji 9 years ago
conversation.html Resize icon to various resolutions 10 years ago
index.html Retool various sub-screens to fit two-column layout 10 years ago
manifest.json Bump version 8 years ago
options.html Confirm device name with enter key 8 years ago
package.json Add build support for expiring old releases 9 years ago
register.html Use larger icon on register.html 10 years ago

README.md

Build Status Signal Desktop

Get Signal Private Messenger on the Chrome Web Store!

Signal Desktop is a chrome packaged app that links with your Signal Android or Signal iOS app.

Got a question?

The best place to ask questions is http://support.whispersystems.org.

Found a Bug?

Please search the existing issues for your bug and create a new one if the issue is not yet tracked!

https://github.com/WhisperSystems/Signal-Desktop/issues

Contributing Translations

Interested in helping to translate Signal? Contribute here:

https://www.transifex.com/projects/p/signal-desktop

Contributing Code

Please see CONTRIBUTING.md for setup instructions and contributor guidelines. And don't forget to sign the CLA.

This repository is set up with BitHub, so you can make money for committing to Signal. The current BitHub price for an accepted pull request is:

Current BitHub Price

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!

Contributing Funds

Donate

You can add funds to BitHub to directly help further development efforts.

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

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