Граф коммитов

19 Коммитов

Автор SHA1 Сообщение Дата
Andrew Naylor 5530d7d310 Lots of Doc. Some Notification helper methods. 2012-06-16 13:13:35 +01:00
Andrew Naylor 0c01598a67 Version 1.1.7
Fixes a problem with sockets being closed on transmission error, causing EPIPE errors
Issues #29, #30
2012-05-09 22:32:45 +01:00
Jackson Harper 5beae1726d Add a passphrase option that can automatically set the passphrase on the ssl key 2012-03-07 16:27:48 -05:00
Andrew Naylor 9be4c80d8d Version 1.1.6 2012-01-21 17:15:04 +00:00
Andrew Naylor f97d29db50 Version 1.1.5
* Feature: Certificate and Key data can be passed directly when creating a new connection instead of providing a file name on disk. (See: `certData` and `keyData` options)
* Deliver whole write buffer if the socket is ready.
* Fixed some global memory leaks.
* Tidied up some code formatting glitches flagged by jslint
* Fixes #16, #17, #18, #19, #20
2012-01-06 18:19:12 +00:00
keithnlarsen a847befdff Make the apn library take a cert and a key as a string instead of as a file so i can store multiples of them. Also fixed up a bunch of js lint error, not all of them, but most of them. 2011-12-31 18:08:40 +00:00
Andrew Naylor 74ed13fe77 v1.1.4
Updated the readme and package.json for release
2011-11-25 00:21:54 +00:00
Andrew Naylor 4b03af31f3 Fixes #15: Sending unified emoji via apn
Added encoding parameter when sending notification
2011-11-25 00:21:05 +00:00
Andrew Naylor a55ed78c79 Readme for v1.1.3 2011-11-25 00:07:06 +00:00
Andrew Naylor 516aba71dd Version 1.1.2 2011-08-31 23:31:02 +01:00
Andrew Naylor 623a5f967e Version 1.1.1
Closes #6
2011-04-20 22:52:10 +01:00
Andrew Naylor 0a253230b2 Version 1.1.0 2011-03-12 23:58:52 +00:00
Andrew Naylor 6779c0fda3 Version 1.0.3, fixed a typo in the docs
* Issue #3 fixed.
2011-03-01 19:28:29 +00:00
Andrew Naylor 1cc2b8f0b6 Fixed a documentation bug where:
var apnsConnection = apns.connection(options);

should have read:

var apnsConnection = new apns.connection(options);

Issue #3
2010-12-28 21:13:33 +00:00
Andrew Naylor 6c7fd0f2fa Version 1.0.2, fixed a critical issue with error callback not firing.
Issue #1 fixed where error callback was incorrectly referenced.
2010-12-22 22:50:36 +00:00
Andrew Naylor 2a93355a7d Version 1.0.1, now with added changelog! 2010-10-10 00:17:06 +01:00
Andrew Naylor a2fc04310b Significant improvements to README 2010-10-10 00:08:26 +01:00
Andrew Naylor 7a92810f79 Updated the readme 2010-10-09 00:11:42 +01:00
Andrew Naylor f326109d28 first commit 2010-07-25 22:16:18 +01:00