105 Commits (b9156b0300ad60b0f14011a07240121a52f27825)
 

Author SHA1 Message Date
rasul b9156b0300 check that name is valid per name requirements
6 years ago
rasul 70ebf1a210 don't need Id anymore
6 years ago
rasul 0f9da2da65 config.starting_location is now config.player.starting_location
6 years ago
rasul aba6e663df some comments
6 years ago
rasul 7a17fe4a08 use config instead of hard coded values
6 years ago
rasul f4134b1911 add player config section and move starting_location there with the other new player related configs
6 years ago
rasul b7bfda95e9 methods to check if a name or password are valid
6 years ago
rasul 6f35c4a8e4 update readme with some instructions
6 years ago
rasul 06ce7bec7b use the From<(Token, Into<String>)> impl
6 years ago
rasul 24c6c01da7 subcommand: set room zone : to set zone for the current room
6 years ago
rasul 222aa967a1 rustfmt
6 years ago
rasul 61b769b3c1 add a parse_str() method to Id
6 years ago
rasul c963514967 from implementation to conveniently make SendQueue from (Token, Into<String>)
6 years ago
rasul 77a5df67d8 don't need to use the name mod
6 years ago
rasul 29e6f59864 log error message
6 years ago
rasul 0cff41a4f2 don't need to use name module
6 years ago
rasul faadf904e0 subcommand to change player password
6 years ago
rasul cc10e5001f remove from connected_players when quit
6 years ago
rasul 933c63f717 short comment to describe dispatch_quit()
6 years ago
rasul 0547792265 pass quit state back when player quits, and check for that to close the connection
6 years ago
rasul acc6f26df5 add a quit state for quitting the mud
6 years ago
rasul c0695e30ec pass optional new state back with SendQueue
6 years ago
rasul dece6fa7ce watch for the correct string, and use client.close()
6 years ago
rasul 541698f452 add a close() function to close the connection
6 years ago
rasul a75c3f1850 update fern to 0.6
6 years ago
rasul 96f623584a rustfmt
6 years ago
rasul cb703cf988 upgrad mio to 0.7
6 years ago
rasul f87f242896 bincode is no longer a require dependency
6 years ago
rasul ac26e77d05 short description of database module and struct
6 years ago
rasul 33fa2b5219 describe client module
6 years ago
rasul 08a44f4087 provide link to online docs
6 years ago
rasul 223db52308 this gitlab ci stuff is over my head
6 years ago
rasul 8eaeb69a1b there is no readme.html
6 years ago
rasul e64b60a5e8 correct some errors
6 years ago
rasul f0868eaa34 gitlab ci
6 years ago
rasul 1e75986bec two spaces for yaml
6 years ago
rasul a7a954c1dc yaml uses spaces
6 years ago
rasul 6d2a53e53f document command module
6 years ago
rasul bbc85c535a change error message for Default variant
6 years ago
rasul 6b4c214475 note about docs
6 years ago
rasul fdab46bef1 document the world module
6 years ago
rasul 3a9cb2fa43 rustfmt
6 years ago
rasul 7e83c23855 improve logging and errors
6 years ago
rasul be45d7fcb7 improve error messages
6 years ago
rasul 0b50ce0650 remove old stuff that was left around commented
6 years ago
rasul 24357a95f8 add some doc comments
6 years ago
rasul eb01abb0f0 comment describing try_from_long()
6 years ago
rasul a9f42be8d8 Zone has From<&Zone> implemented so .into() can be used
6 years ago
rasul a493f868d4 impl From<&Zone> instead of the from_ref() method
6 years ago
rasul df632447fd document Zone struct
6 years ago