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
6 years ago
..
command ensure requirements are met when changing password 6 years ago
config don't need Id anymore 6 years ago
database Store a salted and hashed password. 6 years ago
game change format! to concat() and modify listen() to take &String instead of String 6 years ago
world replace ? with try_log! macro to log errors 6 years ago
check.rs document the global variables 6 years ago
client.rs add a close() function to close the connection 6 years ago
hash.rs change doc comment code because hash() now needs to return Result 6 years ago
id.rs rustfmt 6 years ago
lib.rs Move the pass and name checks to its own module outside the Game struct. 6 years ago
logger.rs init 6 years ago
macros.rs log_error! macro to just log an error but with file and line 6 years ago
main.rs Move the pass and name checks to its own module outside the Game struct. 6 years ago
password.rs return Result for errors 6 years ago
player.rs Store a salted and hashed password. 6 years ago
players.rs init 6 years ago
queue.rs from implementation to conveniently make SendQueue from (Token, Into<String>) 6 years ago
result.rs get rid of commented out function that is now a macro in macros.rs 6 years ago
server.rs change format! to concat() and modify listen() to take &String instead of String 6 years ago
state.rs Store a salted and hashed password. 6 years ago