Moxie Marlinspike
c9a1386a55
Fix for PubSub channel.
...
1) Create channels based on numbers rather than DB row ids.
2) Ensure that stored messages are cleared at reregistration
time.
2014-07-26 20:41:25 -07:00
Moxie Marlinspike
4eb88a3e02
Server side support for delivery receipts.
2014-07-25 15:48:34 -07:00
Moxie Marlinspike
4cd098af1d
Switch to GCM CCS and add support for APN feedback processing.
2014-07-23 18:00:49 -07:00
Moxie Marlinspike
820a2f1a63
Break FederationController into V1 and V2
2014-07-16 17:24:01 -07:00
Moxie Marlinspike
06f80c320d
Introduce V2 API for PreKey updates and requests.
...
1) A /v2/keys controller.
2) Separate wire protocol PreKey POJOs from database PreKey
objects.
3) Separate wire protocol PreKey submission and response POJOs.
4) Introduce a new update/response JSON format for /v2/keys.
2014-07-10 18:06:45 -07:00
Moxie Marlinspike
885af064c9
Support unrecognized properties.
2014-06-29 18:16:43 -07:00
Moxie Marlinspike
7a33cef27e
Updated iOS message delivery.
...
1) Use WebSockets for delivery if a client is connected.
2) If a client isn't connected, write to a redis queue and send
an APN push.
2014-06-26 16:08:29 -07:00
Moxie Marlinspike
b433b9c879
Upgrade to dropwizard 0.7.
2014-06-26 16:08:29 -07:00
Moxie Marlinspike
f14c181840
Add host system metrics.
2014-04-12 14:14:18 -07:00
Moxie Marlinspike
aea3f299a0
JSON metrics reporting.
2014-03-19 14:31:31 -07:00
Moxie Marlinspike
67e5794722
Support DataDog Reporting.
2014-02-21 09:14:05 -08:00
Moxie Marlinspike
f4ecb5d7be
Add support for "registrationId" session enforcement.
2014-02-20 09:32:42 -08:00
Moxie Marlinspike
a6463df5bb
Make WebSocket optional, disabled by default. Add tests.
2014-02-12 14:39:45 -08:00
Moxie Marlinspike
7bb505db4c
Refactor WebSocket support to use Redis for pubsub communication.
2014-01-24 12:33:40 -08:00
Moxie Marlinspike
74f71fd8a6
Initial multi device support refactoring.
...
1) Store account data as a json type, which includes all
devices in a single object.
2) Simplify message delivery logic.
3) Make federated calls a pass through to standard controllers.
4) Simplify key retrieval logic.
2014-01-18 23:45:07 -08:00
Matt Corallo
d3830a7fd4
Split Account into Device and Account definitions.
2014-01-11 13:59:49 -10:00
Matt Corallo
bd6cf10402
Auto refactor Only: s/Account/Device/g
2014-01-11 10:56:29 -10:00
Matt Corallo
e39016ad35
Add CORS header to allow any origin.
...
We don't need CORS protection because we don't use cookies at all
(so a different origin cant exploit cookie saving to steal our
session).
2014-01-10 22:16:34 -10:00
Matt Corallo
40a988c0cd
/v1/devices
2014-01-08 17:29:57 -10:00
Matt Corallo
5845d2dedd
Move /v2/keys/{number} to /v1/keys/multikeys/{number}
2014-01-08 17:14:01 -10:00
Matt Corallo
ef1160eda8
New API to support multiple accounts per # (FREEBIE)
2014-01-08 14:46:33 -10:00
Moxie Marlinspike
96435648d3
Change SMS/Voice code delivery priorities.
...
1) Honor a twilio.international configuration boolean that
specifies whether to use twilio for international destinations.
2) If a nexmo configuration is specified, and Twilio fails to
deliver, fall back and attempt delivery again with nexmo.
2013-12-10 16:35:25 -08:00
Moxie Marlinspike
4ad0dad3d9
Squashed History
2013-12-08 23:11:09 -08:00