Commit graph

79 commits

Author SHA1 Message Date
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
29dea42ea7 Release 0.6.7 2013-01-29 12:52:07 -05:00
Andrew Kelley
ba29fa59d7 Release 0.6.6 2013-01-27 19:40:56 -05:00
Andrew Kelley
77e84b15fc Release 0.6.5 2013-01-26 22:50:48 -05:00
Andrew Kelley
0eb72c2046 Release 0.6.4 2013-01-26 15:36:01 -05: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
0aa52864df simplify and fix entityMetadata parsing and serializing 2013-01-08 02:44:17 -05:00
Andrew Kelley
c03ac963d9 all writers finished and tested. closes #15 2013-01-08 01:53:30 -05:00
Andrew Kelley
a95fe18a4d add link to mineflayer in README 2013-01-07 14:42:28 -05:00
Andrew Kelley
1fb0577fd9 installation instructions 2013-01-05 00:55:24 -05:00
Andrew Kelley
b9bea65e50 expose constants; update README 2013-01-04 23:22:48 -05:00
Andrew Kelley
3e7501b215 update README 2013-01-04 23:16:48 -05:00
Andrew Kelley
2e75851fd6 test passing: clients can log in and chat 2013-01-04 22:47:54 -05:00
Andrew Kelley
3a8bfaf8e3 refactor + createServer support 2013-01-04 01:45:57 -05:00
Andrew Kelley
e783b8a1b3 documentation/examples for server 2013-01-03 22:01:17 -05:00
Andrew Kelley
62e66be053 writePacket -> write 2013-01-03 21:42:50 -05:00
Andrew Kelley
fadb9e0c0a un-namespace packet events. remove generic packet event. 2013-01-03 20:59:58 -05:00
Andrew Kelley
45ebdc2781 test with 1.4.7pre 2013-01-03 19:47:17 -05:00
Andrew Kelley
fa1a8db52a update example code with new packet specific events 2013-01-02 21:59:40 -05:00
Andrew Kelley
c1e5e0a994 update README 2013-01-02 06:35:10 -05:00
Andrew Kelley
46d862b1c4 test passing: get kicked for no credentials in online mode 2013-01-02 02:33:40 -05:00
Andrew Kelley
73e274e5c9 update README 2013-01-02 02:22:00 -05:00
Andrew Kelley
b99a319ef1 add a new section to README 2013-01-02 01:47:18 -05:00
Andrew Kelley
c2beb41fef test passing: connects successfully - online mode 2013-01-02 01:12:42 -05:00
Andrew Kelley
c405ac21f8 refactor into nice npm module. closes #7 2013-01-01 23:39:31 -05:00
Andrew Kelley
6333fbd893 update README 2013-01-01 21:02:07 -05:00
Andrew Kelley
39bb59d288 more packets, update readme 2013-01-01 16:01:43 -05:00
Andrew Kelley
fd43515c42 successfully log in to minecraft server
next step is to add more supported packets
2013-01-01 04:14:38 -05:00
Andrew Kelley
46c6aeb86e initial commit 2012-12-24 11:55:46 -07:00