mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-30 02:17:45 +00:00
22 lines
850 B
Markdown
22 lines
850 B
Markdown
# Kawari
|
||
|
||
A substitute for a few official servers such as “ffxiv.com” and “square-enix.com”. It’s still early in development, but can already emulate the basic login flow.
|
||
|
||
## Components
|
||
|
||
* Admin
|
||
* The admin panel for configuring the multitude of servers.
|
||
* [Frontier](https://docs.xiv.zone/server/frontier/)
|
||
* Handles gate status requests.
|
||
* [Login](https://docs.xiv.zone/server/login/)
|
||
* Handles logging in and giving a SID.
|
||
* [Patch](https://docs.xiv.zone/server/patch/)
|
||
* Handles checking if the client needs any patching.
|
||
|
||
## Running
|
||
|
||
Install [Rust](https://rust-lang.org) and then use the `run.sh` helper script in the repository. You can of course run each server individually.
|
||
|
||
## License
|
||
|
||
This project is licensed under the [GNU Affero General Public License 3](LICENSE). Some code or assets may be licensed differently.
|