summaryrefslogtreecommitdiff
path: root/src/main/kotlin/OutMessage.kt
AgeCommit message (Expand)Author
2025-08-12move InMessage, OutMessage, TransportLayer, and TransportLayerJavaNet to net ...Edoardo La Greca
2025-08-11change raw field type to ListEdoardo La Greca
2025-08-11turn writeInteger and writeString into convIntegerToBytes and convStringToBytesEdoardo La Greca
2025-08-09change writeSizeType into writeSizeTypeTagEdoardo La Greca
2025-08-09fix integer sizes and add missing documentation in OutMessageEdoardo La Greca
2025-08-07change visibility to writeInteger and writeString in OutMessageEdoardo La Greca
2025-08-07move writeInteger and writeString to OutMessage companion objectEdoardo La Greca
2025-08-06fix documentation of insecInts and insecStrs in OutMessageEdoardo La Greca
2025-08-06add raw fields to OutMessageEdoardo La Greca
2025-08-05change Message class to OutMessageEdoardo La Greca