chiark / gitweb /
bugs done
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 22 Nov 2020 23:29:00 +0000 (23:29 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 22 Nov 2020 23:29:00 +0000 (23:29 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/daemon-otter.rs
src/bin/otter.rs

index 56e47f6fbb3447664c7bb40b7d60ef07428f82a1..ee5b4ad8f247f8f23638f36e8ba04bf9c3b4484b 100644 (file)
@@ -36,9 +36,7 @@ const RESOURCES : &[(&'static str, ResourceLocation, ContentType)] = &[
   ("wasm.js",      RL::Wasm("otter_wasm.js"),      ContentType::JavaScript),
 ];
 
-// xxx trying to rejoin game just gives NickCollision, should be idempotent
 // xxx need remove game from cli
-// xxx need reset access from cli
 
 #[derive(Debug)]
 struct CheckedResourceLeaf {
index 36d9a71af06f60310c5f6685d67bc5e6f33dd473..b885a46e786ae2771ae520ea5f6e4d5a656ec004 100644 (file)
@@ -299,7 +299,7 @@ fn main() {
       MapStore(|s| Ok(Some(
         FixedToken { token: RawToken(s.to_string()) }.into()
       ))),
- "use fixed game access token TOKEN (for administrators, with --super, only)"
+ "use fixed game access token TOKEN (for administrators, with --super, only; only \`reset', not \`redelivery', of tokens is possible)"
     );
     access.add_option(&["--no-access-token"],
                       StoreConst(Some(PlayerAccessUnset.into())),