summaryrefslogtreecommitdiffstats
path: root/docs/Login sequence.txt
diff options
context:
space:
mode:
authorWilliam 'psyFi' Hatcher <william@hatcher.work>2017-08-13 13:32:12 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2017-08-13 13:32:12 +0200
commit0cd8482f07aadab6de27aa7395de5408737093ad (patch)
treef6809d1a12db5ed885a98f260bdf95a21e3c2343 /docs/Login sequence.txt
parentReplaced includes with forward declarations (diff)
downloadcuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.gz
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.bz2
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.lz
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.xz
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.zst
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.zip
Diffstat (limited to 'docs/Login sequence.txt')
-rw-r--r--docs/Login sequence.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/Login sequence.txt b/docs/Login sequence.txt
deleted file mode 100644
index df9d386c6..000000000
--- a/docs/Login sequence.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-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