63 Commits

Author SHA1 Message Date
James Coglan ea2348682e Create CODE_OF_CONDUCT.md 2015-11-08 12:19:10 +00:00
James Coglan 684e940266 Bump Faye to 1.1.0. 2014-12-23 00:05:42 +00:00
James Coglan 5bd67aedb5 Bump faye to current master. 2014-09-07 21:54:27 +01:00
James Coglan 456b76ec71 Stop testing on Node 0.6; npm that supports the ^ operator will not run there. 2014-09-07 21:40:59 +01:00
James Coglan 04a68797f0 Upgrade Travis's copy of npm on Node 0.6 and 0.8. 2014-09-07 21:37:56 +01:00
James Coglan 49fb05e1f2 Merge pull request #15 from PeterDaveHello/patch-1
Use svg instead of png to get better image quality
2014-09-07 21:04:35 +01:00
Peter Dave Hello e76c9e736c Use svg instead of png to get better image quality 2014-08-28 20:47:09 +08:00
James Coglan 9777d1acfe Tell Travis to start Redis. 2014-06-05 21:51:58 +01:00
James Coglan 253549d2e7 Remove the trailing lines. 2014-06-05 21:43:46 +01:00
James Coglan fee61a8d65 Make the destroyClient method make all its writes in a single MULTI operation. 2014-06-05 21:42:07 +01:00
James Coglan 24f800c134 Ignore Makefile. 0.2.0 2013-10-01 17:07:04 +01:00
James Coglan 8e181f9801 Trigger the 'close' event as required by Faye 1.0. 2013-10-01 16:08:22 +01:00
James Coglan 47d793757e Replace Rake with Make. 2013-10-01 16:00:58 +01:00
James Coglan 8f2aca6d5c Bring tests up to date with Faye 1.0. 2013-10-01 15:59:55 +01:00
James Coglan 75578ffdd2 Update the changelog. 2013-05-11 18:19:10 +01:00
James Coglan 86ae4baa3d Prepare for release 0.1.3. 0.1.3 2013-05-11 15:13:55 +01:00
James Coglan e84e20bba4 Test on Node 0.11. 2013-05-11 14:59:52 +01:00
James Coglan 4fdafd8877 Merge pull request #8 from bitium/self_vs_this
self vs this fix for inside a callback
2013-05-11 06:55:54 -07:00
Andrew Arrow 01b84b338c self vs this fix for inside a callback 2013-05-06 12:51:50 -07:00
James Coglan fa4cd75dba Bump copyright date. 2013-04-28 12:27:30 +01:00
James Coglan 66354e556d Bump version to 0.1.2. 0.1.2 2013-04-28 12:13:33 +01:00
James Coglan 1f37edc011 Treat the result of ZSCORE as an int. 2013-04-28 12:00:05 +01:00
James Coglan 865f0e13c7 Don't duplicate code to construct the queue key. 2013-04-28 11:55:27 +01:00
James Coglan 5330ad8da7 Declare Node versions properly in .travis.yml. 2013-04-28 11:51:34 +01:00
James Coglan 5cc6fc1633 Apply some of @jpignata's patches to reduce leaked memory. 2013-04-28 11:49:39 +01:00
James Coglan f3336fed86 Chech the output of LRANGE before calling map() on it. 2013-04-20 23:08:47 +01:00
James Coglan 4f685b38e0 Remove trailing whitespace. 2013-04-11 23:33:11 +01:00
James Coglan eb6f67a222 Test on Node 0.10. 2013-04-11 23:30:19 +01:00
James Coglan 3325d53d31 Bump Faye module to 0.8.9. 2013-04-11 23:29:59 +01:00
James Coglan 8c694087ce Bump Faye submodule, remove hiredis dependency, test on Node 0.9 on Travis. 2012-12-22 20:50:14 +00:00
James Coglan d9c65ddc61 Don't test on Node 0.9, hiredis does not build there. 2012-09-14 07:53:07 +01:00
James Coglan 3d4fcec51b Fix path to faye library. 2012-09-14 07:48:30 +01:00
James Coglan 4a9b293891 Change the order of operations in destroyClient() so that the ID is not unregistered until its subscriptions and message queue have been deleted. 2012-09-14 07:45:11 +01:00
James Coglan 3cb9589712 Update Node versions in .travis.yml. 2012-09-14 07:36:03 +01:00
James Coglan 6722edb41b Bump Faye submodule to 0.8.3. 2012-09-14 07:35:27 +01:00
James Coglan 10a7d59898 Test on Node 0.8 with Travis. 0.1.1 2012-07-15 13:14:05 +01:00
James Coglan 002e55ae6c Bump version to 0.1.1. 2012-07-15 13:13:21 +01:00
James Coglan 1489e32d1f Merge pull request #1 from pselden4/master
Fix implicit variable creation.
2012-05-11 07:53:55 -07:00
Paul Selden 0b70daed71 Fix implicit variable creation. 2012-05-11 10:47:23 -04:00
James Coglan efaed17004 Remove branch identifier from Travis image. 2012-03-28 00:55:38 +01:00
James Coglan e019a3f7e7 Bump Faye submodule. 0.1.0 2012-02-26 22:48:18 +00:00
James Coglan 36f6ec6fec Revert to localhost as the default host -- turns out this wasn't the problem on Travis. 2012-02-25 15:36:24 +00:00
James Coglan d6307a072a Don't sned password when building on Travis. 2012-02-25 14:11:59 +00:00
James Coglan 017ce4e59e Set default host to 127.0.0.1. 2012-02-25 13:35:29 +00:00
James Coglan bfdb7a3894 Add Travis build status to the README. 2012-02-25 13:25:20 +00:00
James Coglan a8e0a140e4 Add test script to package.json. 2012-02-25 11:42:34 +00:00
James Coglan 50b79b5dc9 Need ruby dependencies to build Faye. 2012-02-25 11:36:44 +00:00
James Coglan 65817bd760 Add Travis configuration, and bump Faye. 2012-02-25 11:30:15 +00:00
James Coglan 4842a08f40 Rename spec file. 2012-02-25 11:23:09 +00:00
James Coglan b8e3db2e9d Bump Faye submodule. 2012-01-22 21:48:54 +00:00