1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-21 18:17:46 +00:00
Commit graph

6 commits

Author SHA1 Message Date
NotNite
9fa6a230d6 Clarify Oodle instructions, link against "oodle" directory
While you can just drop the Oodle static library into /usr, I'm not a
big fan of doing it, especially when the binary didn't come from my
machine or package manager. You can set a RUSTFLAGS environment variable
or cargo config file to specify a link path, but having the build script
search there for you is easier.

The docs now specify which variant of Oodle is required, since there are
multiple. It also specifically mentions the static library, because I
had some weird issues leaving the dynamic library in that folder, where
the executables wouldn't start unless it could dynamically load the .so.
2025-03-17 16:40:04 -04:00
64b1ea9280 More attempts at packet decryption 2025-03-08 16:39:13 -05:00
3caf9d38c1 Try sending a initialize encryption response packet 2025-03-08 15:27:28 -05:00
5f0d6cc425 Dump unknown packets when encountered 2025-03-08 13:58:24 -05:00
0918700a85 Fix the admin server not creating config.json if not found 2024-05-11 13:13:03 -04:00
0b20fb80d0 ADd initial files 2023-10-04 19:06:59 -04:00