signal-desktop/libtextsecure
Daniel Gasienica ba4d8952c6 Revert "Use protocol buffer module for libtextsecure"
This does not work with `ArrayBuffer` out of the box and will need to be
investigated and tested more before switching.

Some APIs also seemed to have changed:
- Before (OOP): `new textsecure.protobuf.WebSocketMessage(…).encode();`
- After (functional):
  ```
  textsecure.protobuf.WebSocketMessage.encode(
    new textsecure.protobuf.WebSocketMessage(…)
  );
  ```

This reverts commit d758119d9de4f99742ea941e86180b1d600c2f22.
2018-05-07 21:53:41 -04:00
..
storage Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
test Revert "Use protocol buffer module for libtextsecure" 2018-05-07 21:53:41 -04:00
account_manager.js Let's make it all pretty, shall we? 2018-05-02 13:40:57 -07:00
api.js Let's make it all pretty, shall we? 2018-05-02 13:40:57 -07:00
contacts_parser.js Let's make it all pretty, shall we? 2018-05-02 13:40:57 -07:00
crypto.js Let's make it all pretty, shall we? 2018-05-02 13:40:57 -07:00
errors.js Let's make it all pretty, shall we? 2018-05-02 13:40:57 -07:00
event_target.js Let's make it all pretty, shall we? 2018-05-02 13:40:57 -07:00
helpers.js Let's make it all pretty, shall we? 2018-05-02 13:40:57 -07:00
key_worker.js Let's make it all pretty, shall we? 2018-05-02 13:40:57 -07:00
libsignal-protocol.js Update to libsignal-protocol-javascript v1.3.0 (#2050) 2018-02-14 12:24:17 -08:00
message_receiver.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
outgoing_message.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
protobufs.js Revert "Use protocol buffer module for libtextsecure" 2018-05-07 21:53:41 -04:00
protocol_wrapper.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
ProvisioningCipher.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
sendmessage.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
storage.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
stringview.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
sync_request.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
task_with_timeout.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
websocket-resources.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00