no sé qué es lo que hago pero funciona
![]() * Boilerplate structure for playerlist * Change id, character and area to private with get/set * WIP push * Restructured the project entirely * Implemented player list * Build against project-akashi.pro * Updated coverage location * Copy gcov files from the proper path * Update coverage to copy files * Coverage update. * Update main.yml * Disabled coverage for the time being * Reworked player list implementation, ... * Reworked player list implementation * No longer rely on JSON * Introduced moderation packets: ban, kick * A kick is a duration of 0 * A ban is a duration between -1 (permanent) and anything above 0 * Packet ZZ has been modified and now include a client id field for client-specific reports * Ban duration is now explicit. * Tweak to ban duration calculation * Resolve failing ZZ test --------- Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com> |
||
---|---|---|
.github/workflows | ||
bin | ||
bin_tests/config | ||
doxygen | ||
resource/icon | ||
scripts | ||
src | ||
tests | ||
.clang-format | ||
.gitignore | ||
akashi.pro | ||
core.pro | ||
Doxyfile | ||
license_notice.txt | ||
LICENSE.md | ||
project-akashi.pro | ||
README.md |
akashi 
A C++ server for Attorney Online 2
Where to download
You can find the latest stable release on our release page.
Nightly CI builds can be found at Github Actions
Support
Akashi has a maintained Wiki for setup and configuration.
For more support join the official Attorney Online 2 Discord!
Build Instructions
If you are unable to use either CI or release builds, you can compile akashi yourself.
Requires Qt >= 5.10, and Qt websockets
Ubuntu 20.04/22.04 - Ubuntu 18.04 or older are not supported.
sudo apt install build-essential qt5-default libqt5websockets5-dev
git clone https://github.com/AttorneyOnline/akashi
cd akashi
qmake && make