akashi-esquizolandia/include
MangosArentLiterature a5386ddc77 Change /login to use a "prompt" based system
This commit changes /login to no longer take command arguments. Instead, upon sending /login, you will enter an interactive "prompt", where your next OOC message will be interpreted as your login attempt (and will not be shown to other users). This prevents a typo from accidentally broadcasting your credentials to the entire area.

- Changes /login to take no command arguments, /login now sets a client state "is_logging_in".
- pktOocChat will now intercept a client's OOC message if they have this client state, and will interpret that as a moderator login.
- Adds the helper function loginAttempt() for handling moderator logins.
2021-04-26 16:29:56 -05:00
..
advertiser.h Add /reload 2021-04-13 16:43:50 -05:00
aoclient.h Change /login to use a "prompt" based system 2021-04-26 16:29:56 -05:00
aopacket.h Document AOPacket, link docs for network protocol to relevant classes 2021-03-13 15:22:06 +01:00
area_data.h Add /togglemusic 2021-04-18 20:21:17 -05:00
config_manager.h Add a new system of loading configuration files for commands. 2021-04-08 22:51:04 -05:00
db_manager.h Add /baninfo command 2021-04-07 15:26:14 -05:00
logger.h Document Logger 2021-03-14 19:03:16 +01:00
server.h Add a size limit to packets and a configurable maximum character limit for messages 2021-04-19 19:44:46 -05:00
ws_client.h Document WSClient 2021-03-15 15:29:03 +01:00
ws_proxy.h Document WSClient 2021-03-15 15:29:03 +01:00