From 7341ead2aade10ea1b833e94275277658741883a Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Mon, 18 Aug 2025 21:09:11 +0200 Subject: switch to multi-module project structure --- src/main/kotlin/Authenticator9PAnyV2DP9IK.kt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/main/kotlin/Authenticator9PAnyV2DP9IK.kt (limited to 'src/main/kotlin/Authenticator9PAnyV2DP9IK.kt') diff --git a/src/main/kotlin/Authenticator9PAnyV2DP9IK.kt b/src/main/kotlin/Authenticator9PAnyV2DP9IK.kt deleted file mode 100644 index 99c52a0..0000000 --- a/src/main/kotlin/Authenticator9PAnyV2DP9IK.kt +++ /dev/null @@ -1,12 +0,0 @@ -/** - * This class (with an ugly ass name) implements the authentication procedure for the p9any meta-protocol version 2, - * hinting at the usage of dp9ik during negotiation and failing if it's unavailable. - * - * The 9P protocol does not provide a default authentication method. However, since NineKt must work with 9front's - * default authenticated 9P service, it must implement the p9any meta-protocol, preferably version 2. - */ -class Authenticator9PAnyV2DP9IK : Authenticator { - override fun authenticate(username: String, password: String, readFun: () -> List, writeFun: (List) -> Unit) { - - } -} \ No newline at end of file -- cgit v1.2.3