- mrpgi-vault (standalone crate): tiny signup/login/world-save service. Argon2 password hashes, random session cookies, JSON-file storage, naive per-IP rate limit, 4MB body cap. tiny_http, no framework, no db. Runs as a container on the dealgod network; nginx proxies /engine/api/ to it. - core: WorldBundle — a whole world (manifest + every room) as one JSON document, with World::to_bundle/apply_bundle. - web bridge: mrpgi_request_save / mrpgi_alloc / mrpgi_world_in exports + an mrpgi_world_saved JS plugin import; the page's SAVE button pulls the live world out of the running engine, LOAD swaps it back in. SAVE_REQUESTED is an AtomicBool on purpose — wasm's thread-less Mutex<bool> is a plain static to LLVM and release builds const-folded the read (the only writer is JS-visible, not IR-visible). - web UI: SIGN IN tab → create account (own username + password) / sign in / Save world / Load world / sign out. Session restores on revisit. Verified live end-to-end through Cloudflare: signup → save → reload → anonymous rejected; throwaway account removed after. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
5.9 KiB
D
21 lines
5.9 KiB
D
/Users/johnking/Documents/MRPGI/mrpgi-vault/target/release/deps/base64ct-a4d0ed5025aec93d.d: /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/bcrypt.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/crypt.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/pbkdf2.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/shacrypt.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/standard.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/url.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/decoder.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/encoder.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/encoding.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/errors.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/line_ending.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/../README.md
|
|
|
|
/Users/johnking/Documents/MRPGI/mrpgi-vault/target/release/deps/libbase64ct-a4d0ed5025aec93d.rlib: /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/bcrypt.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/crypt.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/pbkdf2.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/shacrypt.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/standard.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/url.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/decoder.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/encoder.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/encoding.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/errors.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/line_ending.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/../README.md
|
|
|
|
/Users/johnking/Documents/MRPGI/mrpgi-vault/target/release/deps/libbase64ct-a4d0ed5025aec93d.rmeta: /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/bcrypt.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/crypt.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/pbkdf2.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/shacrypt.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/standard.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/url.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/decoder.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/encoder.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/encoding.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/errors.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/line_ending.rs /Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/../README.md
|
|
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/bcrypt.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/crypt.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/pbkdf2.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/shacrypt.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/standard.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/alphabet/url.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/decoder.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/encoder.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/encoding.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/errors.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/line_ending.rs:
|
|
/Users/johnking/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/../README.md:
|