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 321f09c910
change format! to concat()
5 years ago
..
command change format! to concat() 5 years ago
config don't need Id anymore 5 years ago
database Store a salted and hashed password. 5 years ago
game rustfmt 5 years ago
world replace ? with try_log! macro to log errors 5 years ago
check.rs change format! to concat() 5 years ago
client.rs add a close() function to close the connection 5 years ago
hash.rs rustfmt 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 rustfmt 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 5 years ago
state.rs Store a salted and hashed password. 5 years ago