Release 0.6.5

This commit is contained in:
Andrew Kelley 2013-01-26 22:50:48 -05:00
parent 035f69919d
commit 77e84b15fc
2 changed files with 8 additions and 3 deletions

View File

@ -16,8 +16,7 @@ Parse and serialize minecraft packets, plus authentication and encryption.
- Ping a server for status
* Server
- Offline mode
- [TODO](https://github.com/superjoe30/node-minecraft-protocol/issues/13) -
Encryption and online mode
- Encryption and online mode
- Handshake
- Keep-alive checking
- Ping status
@ -231,6 +230,12 @@ correct data type.
## History
### 0.6.5
* createServer: allow empty options
* server: support online mode and encryption (thanks roblabla)
* server: send a kick packet when kicking clients. (thanks roblabla)
### 0.6.4
* Allow minecraft username instead of mojang email. (thanks roblabla)

View File

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "0.6.4",
"version": "0.6.5",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js",
"repository": {