MCPcopy Create free account

hub / github.com/TuxCoding/FastLogin / functions

Functions640 in github.com/TuxCoding/FastLogin

MethodsmokeTestPassword
()
core/src/test/java/com/github/games647/fastlogin/core/hooks/DefaultPasswordGeneratorTest.java:34
MethodstartCrackedSession
(BungeeLoginSource source, StoredProfile profile, String username)
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java:87
MethodstartCrackedSession
(ProtocolLoginSource source, StoredProfile profile, String username)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java:134
MethodstartCrackedSession
(ProtocolLibLoginSource source, StoredProfile profile, String username)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java:113
MethodstartCrackedSession
(VelocityLoginSource source, StoredProfile profile, String username)
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncPremiumCheck.java:91
MethodstartLogin
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/FloodgateAuthTask.java:51
MethodstartLogin
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/FloodgateAuthTask.java:47
MethodstartLogin
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/FloodgateAuthTask.java:52
MethodtestAuthMeManagementField
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/ReflectionTest.java:38
MethodtestDecryptSharedSecret
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:141
MethodtestExpiredClientKey
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:90
MethodtestIncorrect191ClientOwner
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:132
MethodtestIncorrectNonce
(String signatureSource)
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:228
MethodtestInvalidClientKey
(String clientKeySource)
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:99
MethodtestNonce
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:258
MethodtestNonceFailedDecryption
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:277
MethodtestNonceIncorrect
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:267
MethodtestNonceIncorrectEmpty
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:289
MethodtestPlayerListener
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHookTest.java:38
MethodtestRGB
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/FastLoginBukkitTest.java:38
MethodtestServerIdHash
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:170
MethodtestServerIdHashWrongSecret
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:200
MethodtestServerIdHashWrongServerKey
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:210
MethodtestServerKey
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:73
MethodtestUUIDSetter
()
bungee/src/test/java/com/github/games647/fastlogin/bungee/listener/ConnectListenerTest.java:41
MethodtestValid191ClientKey
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:123
MethodtestValidClientKey
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:115
MethodtestValidSignedNonce
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:221
MethodtestVerifyToken
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:62
MethodtestWrongPublicKeySigned
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:240
MethodtoString
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSource.java:78
MethodtoString
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:60
MethodtoString
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolLoginSource.java:60
MethodtoString
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java:123
MethodtoString
()
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:80
MethodtoString
()
core/src/main/java/com/github/games647/fastlogin/core/message/LoginActionMessage.java:93
MethodtoString
()
core/src/main/java/com/github/games647/fastlogin/core/message/SuccessMessage.java:50
MethodwriteTo
(ByteArrayDataOutput output)
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:73
MethodwriteTo
(ByteArrayDataOutput output)
core/src/main/java/com/github/games647/fastlogin/core/message/LoginActionMessage.java:76
MethodwriteTo
(ByteArrayDataOutput output)
core/src/main/java/com/github/games647/fastlogin/core/message/SuccessMessage.java:45
← previous601–640 of 640, ranked by callers