Commit Graph

36 Commits

Author SHA1 Message Date
Brandon Nozaki Miller 143e23ca4d migrating to es6 2016-01-10 20:59:40 -08:00
Brandon Nozaki Miller 6278fd472b cleaning up format 2016-01-10 04:57:08 -08:00
Brandon Nozaki Miller 32cfa88d9b coding style fixes 2016-01-10 04:32:46 -08:00
Brandon Nozaki Miller 1fe7e543ee clean up 2016-01-10 04:18:14 -08:00
Brandon Nozaki Miller 97d1e0783b corrected pubsub constructor case 2016-01-10 03:53:33 -08:00
Brandon Nozaki Miller 8802aeeb0b tcp and UDP tests working together 2016-01-10 02:39:14 -08:00
Brandon Nozaki Miller ae5685fd19 added server.stop fixes #2 2016-01-04 01:33:55 -08:00
Brandon Nozaki Miller a8ea63eca6 updated udpType handling fixes #49 2016-01-04 01:22:37 -08:00
Brandon Nozaki Miller 57a813124e fixed maxConnection reference fixes #47 2016-01-04 01:10:58 -08:00
Brandon Nozaki Miller e8bc96b6f4 added functionality to handle all server errors and added example in TCP basic world server. fixes #56 2016-01-04 01:00:08 -08:00
Brandon Nozaki Miller e243ed9a29 removed support for unused define brodcasting and listening 2015-12-10 02:20:44 -08:00
Brandon Nozaki Miller 3be9d29240 added sync option for all applicable socket types 2015-12-10 00:11:14 -08:00
Brandon Nozaki Miller 6fc0199f01 added defaults to allow local certs to be used when not specified 2015-09-27 22:00:26 -07:00
Brandon Nozaki Miller 737d856a32 added tls ssl support, examples, and local only certs 2015-09-27 21:52:16 -07:00
Brandon Nozaki Miller f31d0c9008 added documentation and support for Windows Sockets 2015-09-27 04:45:57 -07:00
Brandon Nozaki Miller ac714e91a4 added js-message dep and rawBuffer examples 2015-09-27 03:32:14 -07:00
Brandon Nozaki Miller c2889c6a97 fixed rety bug added buffer support 2015-08-22 22:46:55 -07:00
Jean-François Vial b91b8386be Small fix fot the large buffer problem. Now node-ipc is able to handle large messages 2015-08-11 19:11:29 +02:00
Brandon Nozaki Miller 2765c700dc modified buffer size messages 2014-09-05 00:17:08 -07:00
Brandon Nozaki Miller 8ba5ec15e8 fixed #21 destroyedSocketID segmentation fault 2014-09-02 20:48:05 -07:00
Brandon Nozaki Miller 7c49aa21a3 added in socket.id logic for messages and disconnect. 2014-08-27 20:57:37 -07:00
Brandon Nozaki Miller 83d372edb7 fixed retry mechinisim to allow specific retry count 2014-08-27 20:41:12 -07:00
Brandon Nozaki Miller 874df2fbfb fixed UDPSocketRange error on broadcast 2014-08-27 19:09:01 -07:00
Daniel Killebrew edb706a344 pass socket to handler for socket.disconnect
socket.id does not exist
2014-08-26 20:15:53 -07:00
brandon f214aad4db move a very verbose log statement 2014-05-08 14:04:00 -07:00
brandon 28ee16b572 bug in server socket registration 2014-05-07 15:53:20 -07:00
brandon d254d8be0c bug in server socket logging broadcast data 2014-05-07 10:40:13 -07:00
Brandon Miller e49145ceb8 swapped console.log for server.log 2014-03-11 10:44:37 -07:00
Brandon Miller 567ddaf60b fixed broadcast bug. ipc.server.broadcast was always empty because ipc.server.sockets was not getting new socket connections pushed 2014-03-11 10:37:37 -07:00
Brandon Miller 7d8ecd1f7e fixed buffer error from issue #11 2014-03-03 12:02:56 -08:00
Brandon Miller bedf38a4ec fixed server delete soicket method 2014-03-01 02:30:49 -08:00
Brandon Miller 7484a520ea fixed server delete soicket method 2014-03-01 02:30:26 -08:00
Walter P. Little 711bafb0e0 Fixed UDP/unix socket conflict and server reference in client 2014-02-27 12:31:40 -08:00
Brandon Miller 91b942f6e9 added UDP support and examples 2014-02-26 14:04:09 -08:00
Brandon Miller ec406a70bf added in remote TCP connections 2014-02-25 17:15:43 -08:00
brandon 071ca7cb36 first commit 2014-02-22 01:13:31 -08:00