You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rasul 2d19be25d9
change format! to concat() and modify listen() to take &String instead of String
4 years ago
..
command ensure requirements are met when changing password 5 years ago
config don't need Id anymore 5 years ago
database Store a salted and hashed password. 5 years ago
game change format! to concat() and modify listen() to take &String instead of String 4 years ago
world replace ? with try_log! macro to log errors 5 years ago
check.rs document the global variables 5 years ago
client.rs add a close() function to close the connection 5 years ago
hash.rs change doc comment code because hash() now needs to return Result 5 years ago
id.rs rustfmt 5 years ago
lib.rs Move the pass and name checks to its own module outside the Game struct. 5 years ago
logger.rs init 5 years ago
macros.rs log_error! macro to just log an error but with file and line 5 years ago
main.rs Move the pass and name checks to its own module outside the Game struct. 5 years ago
password.rs return Result for errors 5 years ago
player.rs Store a salted and hashed password. 5 years ago
players.rs init 5 years ago
queue.rs from implementation to conveniently make SendQueue from (Token, Into<String>) 5 years ago
result.rs get rid of commented out function that is now a macro in macros.rs 5 years ago
server.rs change format! to concat() and modify listen() to take &String instead of String 4 years ago
state.rs Store a salted and hashed password. 5 years ago