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
Beaudan c59b196487 Now reading messages and adding them to conversations. Some cleaning of unreachable code. Modified the message data to be encoded as base64 string before sending to server
Sending our public key in header of message

Now attaching our key to the source field when sending messages, allows messages to be decrypted with the fallback cypher

Now polling the server for messages every 5 seconds

Sending the source device with messages

Added mock respond function to request to leave it that same as the websocket stuff. RetrieveMessages now just returns the result

Polling now continues if the server responds with an error. Returning only the result from sendMessage and retrieveMessages

Revert commenting of unreachable code

Refactored http logic into own file

Revert a change to websocket-resources
7 years ago
..
storage Better handle large numbers of messages in cache on startup 7 years ago
test Eslintify all of libtextsecure 7 years ago
ProvisioningCipher.js Eslintify all of libtextsecure 7 years ago
account_manager.js Linting and other housekeeping stuff 7 years ago
contacts_parser.js Eslintify all of libtextsecure 7 years ago
crypto.js Eslintify all of libtextsecure 7 years ago
errors.js Migrate to SQLCipher for messages/cache 7 years ago
event_target.js Eslintify all of libtextsecure 7 years ago
helpers.js Eslintify all of libtextsecure 7 years ago
http-resources.js Now reading messages and adding them to conversations. Some cleaning of unreachable code. Modified the message data to be encoded as base64 string before sending to server 7 years ago
key_worker.js Eslintify all of libtextsecure 7 years ago
libsignal-protocol.js revert libsignal-protocol and convert binary-encoded string to Uint8Array later down the line 7 years ago
message_receiver.js Now reading messages and adding them to conversations. Some cleaning of unreachable code. Modified the message data to be encoded as base64 string before sending to server 7 years ago
outgoing_message.js Now reading messages and adding them to conversations. Some cleaning of unreachable code. Modified the message data to be encoded as base64 string before sending to server 7 years ago
protobufs.js Eslintify all of libtextsecure 7 years ago
protocol_wrapper.js Eslintify all of libtextsecure 7 years ago
sendmessage.js Removed unused retransmit function 7 years ago
storage.js Eslintify all of libtextsecure 7 years ago
stringview.js Linting and other housekeeping stuff 7 years ago
sync_request.js Eslintify all of libtextsecure 7 years ago
task_with_timeout.js Eslintify all of libtextsecure 7 years ago
websocket-resources.js Eslintify all of libtextsecure 7 years ago