Commit graph

44 commits

Author SHA1 Message Date
Alexander K. Hudek 6b83c2ae36 Increased the keep alive timer per google recommendation. Fixed map parsing error when pairs are not in map order. 2013-12-08 22:11:28 -05:00
Alexander K. Hudek 2a36493281 Update async adapter to use actual async ssl instead of blocking. Added more options. 2013-10-08 20:15:30 -04:00
Alexander K. Hudek 312ae15712 Updated dependencies. 2013-09-30 20:58:35 -04:00
Dave Della Costa 7e30a2b577 default 8443 2013-09-13 04:05:24 -04:00
Dave Della Costa 6c8f9e49d2 adds SSL handling 2013-09-05 14:10:59 +09:00
thegeez 4e03d0d8cb Dusting off test 2013-07-31 21:36:34 +02:00
thegeez 08f003d2a0 Netty deps are broken 2013-07-31 21:36:08 +02:00
thegeez 29afa15b40 Revert "Netty deps are broken, remove for now"
This reverts commit 917d57b0b9.
2013-07-31 21:34:00 +02:00
thegeez 917d57b0b9 Netty deps are broken, remove for now 2013-07-31 21:32:43 +02:00
Gijs Stuurman 6616d1d452 add test project 2012-07-09 16:57:47 +02:00
Gijs Stuurman c01759f5f6 new clj-browserchannel-server version 2012-06-05 17:29:23 +02:00
Gijs Stuurman edc4ef35a3 Merge branch 'arraybuffer' 2012-06-05 17:25:54 +02:00
Gijs Stuurman 16ac40daba Use ArrayBuffer, no longer resend noop's due to acknowledgements 2012-06-05 17:25:24 +02:00
Gijs Stuurman ecad54efb3 alternative to prevent need of drop-queue in flush-buffer, abstracts array-buffer 2012-06-01 21:12:30 +02:00
Gijs Stuurman da42760ecc Revert "alternative to prevent need of drop-queue in flush-buffer, abstracts array-buffer"
This reverts commit 64b0076fab.
2012-06-01 21:10:33 +02:00
Gijs Stuurman 64b0076fab alternative to prevent need of drop-queue in flush-buffer, abstracts array-buffer 2012-06-01 21:08:35 +02:00
Gijs Stuurman 42c30ad723 bump server version 2012-05-19 16:27:09 +02:00
Gijs Stuurman d6681469a1 do not flush in acknowledge-arrays, is also used for client->server via post, flush-buffer always called elseweher 2012-05-19 16:25:59 +02:00
Vassil Dichev 785aae1094 Make acknowledge-arrays work to survive disconnects 2012-05-19 15:36:09 +02:00
Vassil Dichev a862e74f91 Remove unnecessary to-confirm-array-ids 2012-05-19 15:29:26 +02:00
Gijs Stuurman 98ebebf95e use latest clj-browserchannel-server 2012-05-11 22:31:43 +02:00
Gijs Stuurman fea3cbc129 bump server version number, includes pull request #3 2012-05-11 22:29:27 +02:00
Gijs Stuurman f6d9daf6c5 Add send-string, buffer now contains json strs rather than data
Based on commit by vdichev "Replace send-map with send-string with JSON already converted to String", but keeping send-map and moving encoding of buffer before write to keep IE writer consistent with XHRWriter
2012-05-11 22:08:57 +02:00
Vassil Dichev 28f1a7248f Fix wrong key and convert String array id to Long 2012-05-11 21:06:47 +02:00
Vassil Dichev 2a7e65ef5b Add request to connection handler parameters 2012-05-11 21:05:47 +02:00
Gijs Stuurman 0ffd7dbd7d bump server version 2012-04-23 21:59:51 +02:00
Gijs Stuurman 448289792f Merge branch 'master' of github.com:thegeez/clj-browserchannel 2012-04-23 21:44:28 +02:00
Gijs Stuurman 295560b1bc fix session-status 2012-04-23 21:44:07 +02:00
Gijs Stuurman 4ba85e58ad Update clj-browserchannel-server/README.md 2012-04-22 23:40:45 +03:00
Gijs Stuurman ccabb8d4de Update clj-browserchannel-netty-adapter/README.md 2012-04-22 23:40:18 +03:00
Gijs Stuurman a135fef5ca Update clj-browserchannel-jetty-adapter/README.md 2012-04-22 23:40:02 +03:00
Gijs Stuurman a245f47ff9 Update chat-demo/README.md 2012-04-22 23:39:29 +03:00
Gijs Stuurman d12d4cb24a Merge pull request #1 from PoshHsu/master
Fix typo of README.md, use proper namespace in run chat-demo instructions
2012-04-22 13:34:56 -07:00
posh bed6ac37ca Update README.md 2012-04-22 15:35:22 +08:00
Gijs Stuurman 07eb4f3bed Add tasks for browserrepl and auto cljs compilation 2012-04-16 21:23:45 +02:00
Gijs Stuurman 94818d11ff fix project.clj for AsyncContext signing warning 2012-04-16 21:10:57 +02:00
Gijs Stuurman 3af022ce5b Silence the logger 2012-04-12 18:09:49 +02:00
Gijs Stuurman b88e84afce Default to jetty again 2012-04-07 21:14:20 +02:00
Gijs Stuurman 156c0900ce Add readme to component project 2012-04-07 21:08:23 +02:00
Gijs Stuurman 397790ea65 Add readme to component project 2012-04-07 21:06:21 +02:00
Gijs Stuurman ebb289a7e1 add clj-browserchannel-netty-adapter 2012-04-07 21:03:14 +02:00
Gijs Stuurman 9142fd6486 add clj-browserchannel-jetty-adapter 2012-04-07 21:02:59 +02:00
Gijs Stuurman 8fce5be473 add clj-browserchannel-server 2012-04-07 21:02:35 +02:00
Gijs Stuurman 98b4c7cb36 add chat-demo 2012-04-07 21:02:07 +02:00