SSX3LobbyServer/lib/aries
Lily Tsuru a5bf226d11 *: begin actually unittesting!
I probably should've a long time ago, but here we are.

The aries library now has unit tests written for it, so we can actually (?) ensure it won't break randomly. It's now only 50% cowboy code!

Also provides a stub implementation of aries::DecodeBinaryTagData, which will be completed later.
2024-03-21 08:18:18 -04:00
..
CMakeLists.txt *: Move most Aries protocol stuff to new "aries" library 2024-03-20 23:09:58 -04:00
Message.hpp aries: Implement async I/O algorithm for writing Aries messages 2024-03-20 23:32:15 -04:00
MessageIo.hpp aries: Implement async I/O algorithm for writing Aries messages 2024-03-20 23:32:15 -04:00
README.md *: Move most Aries protocol stuff to new "aries" library 2024-03-20 23:09:58 -04:00
Tags.cpp *: begin actually unittesting! 2024-03-21 08:18:18 -04:00
Tags.hpp *: begin actually unittesting! 2024-03-21 08:18:18 -04:00
Tags.test.cpp *: begin actually unittesting! 2024-03-21 08:18:18 -04:00

README.md

aries

Library for working with DirtySDK Aries (old-lobby) protocol messages.