update README

This commit is contained in:
Andrew Kelley 2013-01-02 02:22:00 -05:00
parent bde45a3d33
commit 73e274e5c9

View File

@ -8,10 +8,9 @@ Parse and serialize minecraft packets, plus authentication and encryption.
objects. objects.
* Send a packet by supplying fields as a JavaScript object. * Send a packet by supplying fields as a JavaScript object.
* Supports authenticating and logging in. * Supports authenticating and logging in.
- Supports encryption enabled - Supports encryption
- Supports encryption disabled (TODO #2)
- Supports online mode - Supports online mode
- Supports offline mode (TODO #1) - Supports offline mode
* Send keep-alive packet at the correct interval. * Send keep-alive packet at the correct interval.
* Reasonable amount of test coverage (TODO #3) * Reasonable amount of test coverage (TODO #3)
* Optimized for rapidly staying up to date with Minecraft protocol updates. * Optimized for rapidly staying up to date with Minecraft protocol updates.