Andrew Kelley
4313e7e98d
batch is a devDependency only now
2013-01-30 23:39:25 -05:00
Andrew Kelley
ef9917b252
Release 0.7.0
2013-01-30 20:04:45 -05:00
Andrew Kelley
df3f95e1ff
don't require both email and username. closes #32
...
This change breaks backwards compatibility.
`createClient` no longer takes an `email` argument. Instead, the
`username` argument is used to authenticate and determine the
case correct username.
There is a special case if you leave out the `password` argument.
In this case, `username` is used to connect directly to the server,
and you may get kicked if the server is in online mode.
2013-01-30 19:56:43 -05:00
Andrew Kelley
9c12b6d3d3
Merge pull request #31 from roblabla/patch-1
...
Change encryption-enabled option to encryption.
2013-01-29 10:44:05 -08:00
Robin Lambertz
0ade43b9a5
Change encryption-enabled option to encryption.
...
Stays consistent with the examples.
2013-01-29 18:28:25 +00:00
Andrew Kelley
29dea42ea7
Release 0.6.7
2013-01-29 12:52:07 -05:00
Andrew Kelley
5f4f8c529d
Merge pull request #29 from roblabla/bugfix-serverAsserts
...
Bugfix server asserts. closes #22
2013-01-29 09:42:47 -08:00
Robin Lambertz
fdc01db825
Pass the original error around, and emit an error event on the client
2013-01-29 17:39:33 +00:00
Robin Lambertz
d6b3a91751
client.end should have a string argument, not an Error object.
2013-01-29 11:05:10 +00:00
Robin Lambertz
997071ef41
Changed if(typeof var === undefined) to if(var). Made errors error objects.
2013-01-29 08:53:23 +00:00
Robin Lambertz
866e489914
Merge branch 'master' into bugfix-serverAsserts
2013-01-29 01:23:06 +00:00
Robin Lambertz
529355782e
Added errors in case of wrong MetaData or wrong Chunk Data
2013-01-29 01:05:33 +00:00
Robin Lambertz
5b67cec4e0
ups. Fixed a syntax error.
2013-01-29 00:48:01 +00:00
Robin Lambertz
619a2cded1
Merge remote-tracking branch 'original/master'
2013-01-29 00:45:21 +00:00
Robin Lambertz
f514480087
Merge remote-tracking branch 'original/master' into bugfix-serverAsserts
2013-01-29 00:44:35 +00:00
Robin Lambertz
eaa895120a
Original skeleton changes.
2013-01-29 00:44:00 +00:00
Andrew Kelley
484a2bd34f
fix ping tests. closes #28
2013-01-28 19:24:03 -05:00
Andrew Kelley
3402260b7b
Release 0.6.6
2013-01-28 22:46:31 +00:00
Andrew Kelley
79e61a4890
fix ping module to pass tests
2013-01-28 22:46:30 +00:00
Robin Lambertz
b5516a81b3
Fixes #20 for real this time...
2013-01-28 22:46:29 +00:00
Jan Buschtöns
e8e78e2942
Add latency measurement to lib/ping.js
2013-01-28 22:46:29 +00:00
Andrew Kelley
ba29fa59d7
Release 0.6.6
2013-01-27 19:40:56 -05:00
Andrew Kelley
e59ac0f76d
fix ping module to pass tests
2013-01-27 19:36:36 -05:00
Robin Lambertz
efe2e7f775
Fixes #20 for real this time...
2013-01-27 19:36:36 -05:00
Andrew Kelley
fd39844fea
Merge pull request #27 from CubixCraft/ping-latency
...
Add latency measurement to lib/ping.js
2013-01-27 16:00:37 -08:00
Jan Buschtöns
654a268aa6
Add latency measurement to lib/ping.js
2013-01-28 00:56:59 +01:00
Andrew Kelley
77e84b15fc
Release 0.6.5
2013-01-26 22:50:48 -05:00
Andrew Kelley
035f69919d
better error reporting. add test
2013-01-26 22:46:47 -05:00
Andrew Kelley
2434b49528
createServer: allow empty options
2013-01-26 22:13:24 -05:00
Andrew Kelley
c53f31af0e
add .jshintrc
2013-01-26 22:13:06 -05:00
Robin Lambertz
374ec71447
Fixes a spelling in a function name
2013-01-27 02:46:52 +00:00
Robin Lambertz
4a7b1e48cd
Fix a scope leak which caused tests to fail. Fixes #20
2013-01-27 02:44:02 +00:00
Robin Lambertz
ebc6af6a7e
Added server encryption and online mode
2013-01-27 01:12:09 +00:00
Andrew Kelley
0eb72c2046
Release 0.6.4
2013-01-26 15:36:01 -05:00
Andrew Kelley
f8b2a48d62
Merge pull request #19 from roblabla/patch-1
...
Allow minecraft username instead of mojang email
2013-01-26 12:31:44 -08:00
Robin Lambertz
68b478ce35
Allow minecraft username instead of mojang email
...
For those accounts that didn't switch to mojang accounts. Fixes #18
2013-01-26 20:00:38 +00:00
Andrew Kelley
6958d1a747
README: remove the 'pre' from the version so people don't get confused
2013-01-26 14:18:26 -05:00
Andrew Kelley
b36b2b1089
Release 0.6.3
2013-01-22 09:02:02 -05:00
Andrew Kelley
804397928c
y values when only 1 byte are always unsigned
2013-01-22 09:01:29 -05:00
Andrew Kelley
bac1e8510d
Release 0.6.2
2013-01-19 21:08:37 -05:00
Andrew Kelley
75c52bdf00
0x0e: face is an unsigned byte
2013-01-19 17:45:42 -05:00
Andrew Kelley
dbb0a4ccbe
add additional assertion
2013-01-12 05:17:17 -05:00
Andrew Kelley
314c7dd6e4
Release 0.6.1
2013-01-10 20:36:01 -05:00
Andrew Kelley
5a85aa454f
fix incorrectly swapped stance and y on 0x0d
...
add test that would have caught the bug
2013-01-10 20:34:56 -05:00
Andrew Kelley
af98e294f8
Release 0.6.0
2013-01-08 03:01:09 -05:00
Andrew Kelley
2c9d1965db
better test coverage
2013-01-08 03:00:37 -05:00
Andrew Kelley
0aa52864df
simplify and fix entityMetadata parsing and serializing
2013-01-08 02:44:17 -05:00
Andrew Kelley
5b44fdfdf8
Release 0.5.2
2013-01-08 01:59:33 -05:00
Andrew Kelley
c03ac963d9
all writers finished and tested. closes #15
2013-01-08 01:53:30 -05:00
Andrew Kelley
817fb9b51e
add writers for most data types
2013-01-08 00:50:43 -05:00