Commit graph

117 commits

Author SHA1 Message Date
Brandon Nozaki Miller 8ccf29be46 added support for infinate retries 2014-08-31 10:50:34 -07:00
Brandon Nozaki Miller dd4c26abae Merge pull request #17 from Theadd/master
return ipc as argument in connect and connectNet callbacks
2014-08-31 10:29:05 -07:00
Brandon Nozaki Miller 5b9f13dfb6 released version 1.1.0 on npm 2014-08-27 21:01:41 -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 d1ad87cd6d documented maxRetries 2014-08-27 20:44: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
Brandon Nozaki Miller d49f2f4a63 Merge pull request #19 from dkillebrew/master
pass socket to handler for socket.disconnect fixes #18
2014-08-27 18:54:35 -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
Theadd 45a0b8ee46 add ipc param in connect methods 2014-07-27 20:40:52 +02:00
Brandon Nozaki Miller 390cb7f78d Create licence.md 2014-06-12 23:26:24 -07:00
Brandon Nozaki Miller a4d656b0d9 fixed HUGE Licence 2014-06-12 23:25:04 -07:00
Brandon Nozaki Miller 2cb6ae5d3f added licence information to readme 2014-06-12 23:24:33 -07:00
brandon 24e8e48043 removed certs 2014-05-08 14:10:49 -07:00
Brandon Nozaki Miller b436b6bcf7 Merge pull request #15 from RIAEvangelist/brandon
Brandon
2014-05-08 14:06:21 -07:00
brandon f214aad4db move a very verbose log statement 2014-05-08 14:04:00 -07:00
brandon 2aedefeafa Merge branch 'master' of https://github.com/RIAEvangelist/node-ipc into brandon 2014-05-07 15:54:11 -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 Nozaki Miller f3bd273749 Merge pull request #13 from RIAEvangelist/brandon
Brandon
2014-03-11 10:41:46 -07:00
Brandon Miller c85467b628 Merge branch 'master' of https://github.com/RIAEvangelist/node-ipc into brandon 2014-03-11 10:38:39 -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 Nozaki Miller 7b5e25f392 added table of contents and ipc.server refrence 2014-03-06 21:04:38 -08:00
Brandon Nozaki Miller 86b241eb36 Merge pull request #12 from RIAEvangelist/brandon
issue #11 and logging objects
2014-03-03 15:53:34 -08:00
Brandon Miller c9769a7d06 modified log to use util inspect instead of JSON.stringify 2014-03-03 15:52:01 -08:00
Brandon Miller 7d8ecd1f7e fixed buffer error from issue #11 2014-03-03 12:02:56 -08:00
Brandon Nozaki Miller 9df9066423 documented stopRetrying config var 2014-03-01 16:41:27 -08:00
Brandon Nozaki Miller 570e445d8e Merge pull request #10 from RIAEvangelist/brandon
Added ipc.config.stopRetrying
2014-03-01 16:34:43 -08:00
Brandon Miller d19312f495 Merge branch 'master' of https://github.com/RIAEvangelist/node-ipc into brandon 2014-03-01 16:31:58 -08:00
Brandon Miller 90e529874b added ipc.config.stopRetrying for clients 2014-03-01 16:31:05 -08:00
Brandon Nozaki Miller fc446bb421 Merge pull request #9 from RIAEvangelist/brandon
when ipc.log is run, it will automatically convert objects to strings
2014-03-01 14:32:29 -08:00
Brandon Miller a1f3c5cbdb when ipc.log is run, it will outomatically convert objects to strings 2014-03-01 14:31:40 -08:00
Brandon Nozaki Miller a38142939e added disconnect documentation 2014-03-01 09:54:32 -08:00
Brandon Nozaki Miller 52fcaf2928 Merge pull request #7 from RIAEvangelist/brandon
added TCP examples for multiple clients and diconnections
2014-03-01 04:35:00 -08:00
Brandon Miller ba6790f54e added TCP examples for multiple clients and diconnections 2014-03-01 04:33:00 -08:00
Brandon Nozaki Miller 45d0a12c2f Merge pull request #6 from RIAEvangelist/brandon
ipc.disconnect and more examples
2014-03-01 04:17:32 -08:00
Brandon Miller 18cf3c573f Merge branch 'master' of https://github.com/RIAEvangelist/node-ipc into brandon 2014-03-01 04:14:26 -08:00
Brandon Miller 677bf5fa12 added ipc.disconnect method and multiple client example 2014-03-01 04:13:06 -08:00
wplittle 1437af938b Update README.md
Corrected NPM link that was pointing to event-pubsub instead of node-ipc
2014-03-01 02:41:13 -08:00
Brandon Nozaki Miller 4976001ddb Merge pull request #5 from RIAEvangelist/brandon
Fixed socket deletion from server
2014-03-01 02:33:01 -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
Brandon Nozaki Miller a3402290cd Update README.md 2014-02-28 12:28:35 -08:00
Brandon Nozaki Miller 3066795869 updated npm info 2014-02-27 16:00:20 -08:00
Brandon Nozaki Miller 56cdf56d0c completed documentation excluding TLS 2014-02-27 15:45:47 -08:00
Brandon Nozaki Miller 7acadf02ae re added OS support 2014-02-27 13:41:33 -08:00
Brandon Nozaki Miller 8b00e68962 updated basic example to reflect Walters bug catch 2014-02-27 13:39:29 -08:00
Brandon Nozaki Miller ab1244a3c9 updated OS support 2014-02-27 13:38:07 -08:00
Brandon Miller dad6ec2d65 fixed TCP Socket issue, same as walters unix fix 2014-02-27 13:26:08 -08:00