no sé qué es lo que hago pero funciona
Go to file
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
.github/workflows work with old qt 2020-10-06 14:05:45 -05:00
bin Add a size limit to packets and a configurable maximum character limit for messages 2021-04-19 19:44:46 -05:00
doxygen Document merged changes from master 2021-03-24 21:50:47 +01:00
include Change /login to use a "prompt" based system 2021-04-26 16:29:56 -05:00
resource/icon remove all ui stuff 2020-09-01 16:19:08 -05:00
src Change /login to use a "prompt" based system 2021-04-26 16:29:56 -05:00
.gitignore Only ignore the HTML output for Doxygen 2021-03-16 16:54:14 +01:00
akashi.pro Sort out new commands from master, delete commands.cpp 2021-04-15 18:13:15 -05:00
Doxyfile Partially document AOClient 2021-03-17 22:44:56 +01:00
license_notice.txt add license info to files 2020-08-26 02:08:54 -05:00
LICENSE.md add license and blank readme 2020-08-24 01:21:51 -05:00
README.md update readme and /about 2021-04-15 23:40:47 -05:00

akashi

A C++ server for Attorney Online 2

Build instructions

Requires Qt >= 5.10, and Qt websockets

   git clone https://github.com/AttorneyOnline/akashi
   cd akashi
   qmake
   make

Copyright © scatterflower 2020-2021

Copyright © Salanto 2021

Copyright © in1tiate 2021

Copyright © mangosarentliterature 2021