summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdoardo La Greca2025-08-20 19:07:41 +0200
committerEdoardo La Greca2025-08-20 19:07:41 +0200
commitdfaf8ddc4e53b4732aa10b6da8b86c542ff1cd00 (patch)
tree6974fd3c2850b8ab6ba0632e8497a2944ef23c75
parentcc8d356a982578bd28fcc6b6b4ee1f311ae34603 (diff)
put todo back in auth
-rw-r--r--lib/src/main/kotlin/Connection.kt1
1 files changed, 1 insertions, 0 deletions
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) {