node-minecraft-protocol/examples
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
..
client_echo.js don't require both email and username. closes #32 2013-01-30 19:56:43 -05:00
server.js Added server encryption and online mode 2013-01-27 01:12:09 +00:00
server_helloworld.js server API update 2013-01-04 20:22:19 -05:00