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

42 Коммитов

Автор SHA1 Сообщение Дата
Andrew Naylor 61212de616 Copyright fix. 2013-09-30 22:37:50 +01:00
Andrew Naylor e81cf5b7bc Improved doc.
Added links to Google group and moved some doc to more sensible places, out of read me.
2013-07-01 01:48:49 +01:00
Andrew Naylor 6c9bbf9bba Updated "Thanks to" with Craig Hockenberry. 2013-04-27 09:53:22 +01:00
Andrew Naylor 72df8050c8 Ensure `Notification#trim` cleanly trims Unicode characters
Also improve documentation around Unicode characters.

Closes #98
2013-04-27 01:22:38 +01:00
Andrew Naylor f5f2c894e6 Added "resources" to Readme. 2013-04-21 01:28:48 +01:00
Andrew Naylor 4476bae2c8 Updated Readme to be shorter and more readable.
Moved documentation to separate files.
2013-04-20 00:32:12 +01:00
Andrew Naylor 0743bb68d6 Fixed typo in documentation 2013-03-20 21:50:10 +00:00
Andrew Naylor cb4cb829ee v1.2.6 2013-02-28 20:04:21 +00:00
Michael Stewart f2c831a64e added missing comma in example code, fixes #78 2013-01-24 11:08:45 -05:00
Andrew Naylor ff57e7bf22 Added some missing detail to the readme for PFX packages. 2012-12-22 00:19:53 +00:00
Andrew Naylor 25038d502e v1.2.5 2012-12-22 00:12:40 +00:00
Andrew Naylor 70f807765c Merge branch 'develop' of git://github.com/rwtombaugh/node-apn into master 2012-12-21 23:52:31 +00:00
Randall Tombaugh e2438ed798 Updating readme. 2012-12-19 11:04:30 -08:00
Andrew Naylor acdbd2104c Changed "Contributors" to "Thanks to".
I am extremely grateful for the work performed by the people listed and I wish to extend my thanks to them. However, as they have not directly contributed large quantities of code I am apprehensive to use the term Contributors. I hope this decision does not upset anyone.
2012-11-22 14:48:28 +00:00
Andrew Naylor 1fc5255c7a Added nsabovic to readme. 2012-09-24 16:00:15 +02:00
Andrew Naylor 613fbda1ce Clarified the README further. 2012-08-02 18:25:09 +01:00
Andrew Naylor 9e922e4ce8 v1.2.4 2012-08-02 18:21:09 +01:00
Andrew Naylor 46b324759e Tidied up debug module loading. Fixed some typos in feedback.js, thanks to AsadR 2012-08-02 18:20:01 +01:00
Andrew Naylor 47aa23858e Version 1.2.3 2012-07-07 10:45:23 +01:00
Andrew Naylor d00aba0156 v1.2.1 2012-06-28 23:21:57 +01:00
Andrew Naylor 18a5259a7c Readme.md 2012-06-16 16:46:03 +01:00
Andrew Naylor a82ed34347 Another Readme.md correction 2012-06-16 16:44:49 +01:00
Andrew Naylor 43fc54c267 Updated Readme.md 2012-06-16 16:41:36 +01:00
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