Commit Graph

43 Commits

Author SHA1 Message Date
Ian Gulliver
bd103b15bf Fix result of send_message() when chaos monkey intervenes post-request. 2015-07-03 22:16:42 +00:00
Ian Gulliver
ac4437b7b2 Restructure promise API, use it in cosmo, add test. 2015-07-01 04:48:25 +00:00
Ian Gulliver
13fe1a07ce Actually start calling promises. 2015-06-28 12:22:23 -07:00
Ian Gulliver
f2a3b3c677 TODO about locking issues 2015-06-28 11:56:41 -07:00
Ian Gulliver
d1a4510d2b Refactoring for sanity, avoid some unnecessary copies. 2015-06-28 11:55:09 -07:00
Ian Gulliver
a3b6977088 More promise plumbing. 2015-06-28 11:43:17 -07:00
Ian Gulliver
4b79ef06de Plumbing for promise integration. 2015-06-28 11:18:05 -07:00
Ian Gulliver
b29690734a Move command queue to our own linked list, so we can attach promises.
Fix OS X build.
2015-06-28 09:54:03 -07:00
Ian Gulliver
1482d81883 Strengthen some SSL options, pave the way for future options and public key pinning. 2015-06-24 04:01:32 +00:00
Ian Gulliver
e04f06e2e5 Autogenerate client IDs to make instantiation easier. Set us up for client ID rotation later. 2015-06-24 03:01:24 +00:00
Ian Gulliver
494a1060f9 Debug log callbacks fired. 2015-06-20 15:37:21 +00:00
Ian Gulliver
a994c7e7ec Clean up debug logging story. 2015-06-20 15:32:57 +00:00
Ian Gulliver
33ce1fe805 More resilient method for determining when we've reconnected. 2015-06-20 05:45:26 +00:00
Ian Gulliver
aa5751c89d Bulk subscribe support (mainly just to mirror JS) 2015-06-20 01:16:50 +00:00
Ian Gulliver
65c118ce6c Debugging support. 2015-06-19 22:57:11 +00:00
Ian Gulliver
457cc92e1e Add login callback. 2015-06-19 22:27:28 +00:00
Ian Gulliver
a850c79817 Hide cosmo struct definition from the public API. 2015-06-19 22:18:24 +00:00
Ian Gulliver
d89d1cc2f6 disconnect callback 2015-06-18 05:43:05 +00:00
Ian Gulliver
d0d0ed1e21 Add a connect callback. 2015-06-18 04:27:17 +00:00
Ian Gulliver
c72f2ff30e Add resubscription after reconnect, with a test. 2015-06-18 04:11:13 +00:00
Ian Gulliver
601c82427a Framework for resubscribing on reconnect, some parsing cleanups. 2015-06-16 04:24:43 +00:00
Ian Gulliver
2790b6bce1 Subscription state tracking, some parsing cleanups. 2015-06-16 02:15:17 +00:00
Ian Gulliver
4a6cb1f9bd Boom, real passing tests. 2015-06-15 03:26:41 +00:00
Ian Gulliver
a006375441 Polling and acks. 2015-06-15 02:27:03 +00:00
Ian Gulliver
0a7adb63a6 Start of polling. 2015-06-14 22:19:18 +00:00
Ian Gulliver
c20605d3c2 Start of move to polling. 2015-06-14 22:12:03 +00:00
Ian Gulliver
43b59c713a Minor fixes. 2015-06-14 00:21:32 +00:00
Ian Gulliver
2ea3dcee71 More portable random number generation. 2015-06-13 20:56:36 +00:00
Ian Gulliver
d94b3d08ae Add passthrough pointer, better Makefile. 2015-06-10 19:50:26 -07:00
Ian Gulliver
b9564576d3 Decode incoming message JSON. 2015-06-09 21:32:34 -07:00
Ian Gulliver
8d9683a00c Callback framework, message callback. 2015-06-07 15:30:08 -07:00
Ian Gulliver
e24794b229 Remove all the pin support for now. 2015-06-07 14:45:21 -07:00
Ian Gulliver
3995a4d0d9 Don't send pins until a subscription is established, since unpin events never come in that case. 2015-06-07 14:16:54 -07:00
Ian Gulliver
190e1eb182 onpin support, but onunpin never fires, so mostly useless right now. 2015-06-07 10:14:15 -07:00
Ian Gulliver
3f40ddb037 Add a big nasty hack to short-circuit lots of event transmission until we get channels working. 2015-06-06 19:37:04 -07:00
Ian Gulliver
45d75172bf Handle incoming message events. Fix unsubscribe. 2015-06-06 19:17:42 -07:00
Ian Gulliver
75853c47ac Implement the cached message & pin fetching functions. 2015-06-06 17:28:49 -07:00
Ian Gulliver
27a7343fed Implement subscription tracking, cosmo_unsubscribe() 2015-06-06 17:15:32 -07:00
Ian Gulliver
b257b23e8a Add cosmo_current_profile() 2015-06-06 15:32:13 -07:00
Ian Gulliver
897e13010d Standardize names, modulo style, with JS. 2015-06-06 14:59:08 -07:00
Ian Gulliver
b66b7cc083 Add cosmo_send_message() 2015-06-06 14:56:23 -07:00
Ian Gulliver
6fd030e0bc Move everything into cosmopolite.c 2015-06-06 14:43:40 -07:00
Ian Gulliver
22e6ff8090 Makefile, better gitignore 2015-06-06 14:32:52 -07:00