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.
session-desktop/libtextsecure
Scott Nonnenberg acc94edd23
Add proxy support based on environment variables (#1855)
We pull proxy settings from environment variables:

- HTTPS_PROXY for sending, profile pulls, and attachment download/upload
- WSS_PROXY for connecting to the websocket for receiving messages
- ALL_PROXY to provide one server for both

More details on our proxy handling:

- https://github.com/Rob--W/proxy-from-env#environment-variables
- https://github.com/TooTallNate/node-proxy-agent

This is the natural way of things for Linux. My understanding is that
most proxies on MacOS are system-wide and transparent, so it's not so
urgent. But Windows will likely require further UI for configuration.
Will need to do some testing with Windows users.
8 years ago
..
storage Cache messages on receipt, remove from cache when processed 9 years ago
test Profiles (#1453) 8 years ago
ProvisioningCipher.js Feature: Blue check marks for read messages if opted in (#1489) 8 years ago
account_manager.js rotateSignedPrekeys: Fix 'res is not defined' error 8 years ago
api.js Add proxy support based on environment variables (#1855) 8 years ago
components.js Update autosize, which should fix stack overflow error (#1560) 8 years ago
contacts_parser.js Profiles (#1453) 8 years ago
crypto.js Profiles (#1453) 8 years ago
errors.js Decrypt any IncomingIdentityKeyError still sticking around 8 years ago
event_target.js Animated loading screens on startup and first conversation load 9 years ago
helpers.js Move, rename, and simplify toArrayBuffer helper 10 years ago
key_worker.js
libsignal-protocol.js Proper session reset: Delete sessions before and after (#1796) 8 years ago
message_receiver.js Proper session reset: Delete sessions before and after (#1796) 8 years ago
outgoing_message.js Feature: Blue check marks for read messages if opted in (#1489) 8 years ago
protobufs.js Protobufs: More logging on failure to load protobufs, fix tests 8 years ago
protocol_wrapper.js Update libsignal-protocol v0.9.0 10 years ago
sendmessage.js Proper session reset: Delete sessions before and after (#1796) 8 years ago
storage.js
stringview.js
sync_request.js Add logging to help track down problems with Sync 8 years ago
task_with_timeout.js createTaskWithTimeout: Don't log expiration if task threw (#1412) 8 years ago
websocket-resources.js Better handling of online/offline behavior, socket shutdown (#1593) 8 years ago