summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-30 10:23:20 +0200
committermadmaxoft <github@xoft.cz>2013-08-30 10:23:20 +0200
commitd65233088fbd2d56eb1dbade0f61fdd0d9ba8251 (patch)
tree676de02a81478328773e3c82aff28756314c4afb
parentProtoProxy: Next packet type is logged for client as well. (diff)
downloadcuberite-d65233088fbd2d56eb1dbade0f61fdd0d9ba8251.tar
cuberite-d65233088fbd2d56eb1dbade0f61fdd0d9ba8251.tar.gz
cuberite-d65233088fbd2d56eb1dbade0f61fdd0d9ba8251.tar.bz2
cuberite-d65233088fbd2d56eb1dbade0f61fdd0d9ba8251.tar.lz
cuberite-d65233088fbd2d56eb1dbade0f61fdd0d9ba8251.tar.xz
cuberite-d65233088fbd2d56eb1dbade0f61fdd0d9ba8251.tar.zst
cuberite-d65233088fbd2d56eb1dbade0f61fdd0d9ba8251.zip
-rw-r--r--docs/Login sequence.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/Login sequence.txt b/docs/Login sequence.txt
new file mode 100644
index 000000000..df9d386c6
--- /dev/null
+++ b/docs/Login sequence.txt
@@ -0,0 +1,26 @@
+
+This is the connection sequence of the 1.6.2 client to a vanilla server, after the encryption has been established:
+
+S->C: 0xfc (encryption key response) empty payload (4 * 0x00)
+C->S: 0xcd (client statuses)
+S->C: 0x01 (login)
+S->C: 0xfa (plugin message) - "MC|Brand": "vanilla"
+S->C: 0x06 (compass)
+S->C: 0xca (player capabilities)
+S->C: 0x10 (slot select)
+S->C: 0x04 (time update)
+S->C: 0xc9 (player list item)
+S->C: 0x0d (player pos + look)
+S->C: 0x04 (time update)
+S->C: 0x68 (window contents)
+S->C: 0x67 (slot contents) - Window -1, slot -1
+S->C: 0x67 (slot contents) - Window 0, slot 9 .. 44, only occupied slots
+S->C: 0x38 (chunk bulk)
+S->C: 0x28 (entity metadata) player metadata
+S->C: 0x2c (entity properties) player properties
+S->C: 0x04 (time update)
+S->C: 0x38 (chunk bulk)
+C->S: 0xcc (client settings / locale and view)
+C->S: 0xfa (plugin message) - "MC|Brand": "vanilla"
+C->S: 0x0d (player pos + look)
+S->C: 0x38 (chunk bulk) \ No newline at end of file