]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - doc/world_format.txt
Handle particle spawners in env and delete expired ids
[dragonfireclient.git] / doc / world_format.txt
index 9255fa8c07a49f1d89981fccdc9345da6a9bd208..a4fb3d8f23ac5dd732d9848f476cd97e269fd62c 100644 (file)
@@ -47,8 +47,9 @@ in the base64 encoding.
 
 Format (since 0.4.13) of password hash is #1#<salt>#<verifier>, with the
 parts inside <> encoded in the base64 encoding.
-<verifier> is an RFC 5054 compatible SRP-2048-SHA1 verifier
-of the given salt, password, and the player's name lowercased.
+<verifier> is an RFC 2945 compatible SRP verifier,
+of the given salt, password, and the player's name lowercased,
+using the 2048-bit group specified in RFC 5054 and the SHA-256 hash function.
 
 Example lines:
 - Player "celeron55", no password, privileges "interact" and "shout":
@@ -312,10 +313,10 @@ if map format version >= 23:
     u32 num_vars
     foreach num_vars:
       u16 key_len
-      u8[name_len] key
+      u8[key_len] key
       u32 val_len
       u8[val_len] value
-      serialized inventory
+    serialized inventory
 
 - Node timers
 if map format version == 23: