# HG changeset patch # User alfadur # Date 1708290850 -10800 # Node ID 00bf5adba84998df4b6e2385474c54bf45f94d4e # Parent c40f5e27aaf074dae7f3aefb487fc415ed07e173 a couple more todos diff -r c40f5e27aaf0 -r 00bf5adba849 rust/hedgewars-server/src/handlers/inlobby.rs --- a/rust/hedgewars-server/src/handlers/inlobby.rs Wed Feb 14 02:07:35 2024 +0300 +++ b/rust/hedgewars-server/src/handlers/inlobby.rs Mon Feb 19 00:14:10 2024 +0300 @@ -28,6 +28,8 @@ //todo!("add kick/ban handlers"); //todo!("add command for forwarding lobby chat into rooms + //todo!("report player account age") + //todo!("port listing rooms for incompatible protocols")) match message { CreateRoom(name, password) => match server.create_room(client_id, name, password) {