From dfaf8ddc4e53b4732aa10b6da8b86c542ff1cd00 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Wed, 20 Aug 2025 19:07:41 +0200 Subject: put todo back in auth --- lib/src/main/kotlin/Connection.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/main/kotlin/Connection.kt b/lib/src/main/kotlin/Connection.kt index 7f2e505..871f5be 100644 --- a/lib/src/main/kotlin/Connection.kt +++ b/lib/src/main/kotlin/Connection.kt @@ -101,6 +101,7 @@ class Connection(transLay: TransportLayer) : ProtocolTranslator { } override fun auth(afid: UInt, uname: String, aname: String) { + // TODO: Leave this unimplemented until p9any and TLS are implemented } override fun flush(oldtag: UShort) { -- cgit v1.2.3