Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TuxCoding/FastLogin
/ functions
Functions
640 in github.com/TuxCoding/FastLogin
⨍
Functions
640
◇
Types & classes
118
↓ 3 callers
Method
requestPremiumLogin
(S source, StoredProfile profile, String username, boolean registered)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:179
↓ 3 callers
Method
sendPluginMessage
(PluginMessageRecipient player, ChannelMessage message)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:77
↓ 3 callers
Method
setUuid
Set the online UUID if it's fetched @param uuid premium UUID
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSession.java:89
↓ 3 callers
Method
setVerifiedUsername
(String username)
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSession.java:59
↓ 3 callers
Method
setupDatabase
()
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:226
↓ 3 callers
Method
startCrackedSession
(S source, StoredProfile profile, String username)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:181
↓ 3 callers
Method
verifySignedNonce
(SignatureTestData testData, ClientPublicKey clientKey)
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:248
↓ 3 callers
Method
writeTo
(ByteArrayDataOutput output)
core/src/main/java/com/github/games647/fastlogin/core/message/ChannelMessage.java:37
↓ 2 callers
Method
buildCache
(Duration expireAfterWrite, int maxSize)
core/src/main/java/com/github/games647/fastlogin/core/CommonUtil.java:44
↓ 2 callers
Method
checkNameConflict
Check if the player's name conflicts an existing Java player's name, and kick them if it does @param username the name of the player @param source
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/BedrockService.java:67
↓ 2 callers
Method
cleanup
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:72
↓ 2 callers
Method
createJDKLogger
(java.util.logging.Logger parent)
core/src/main/java/com/github/games647/fastlogin/core/CommonUtil.java:105
↓ 2 callers
Method
decrypt
(PrivateKey key, byte[] data)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:209
↓ 2 callers
Method
decryptSharedKey
Decrypts the content and extracts the key spec. @param privateKey private server key @param sharedKey the encrypted shared key @return shared secret
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:146
↓ 2 callers
Method
forwardBungeeCommand
(CommandSender sender, String target, boolean activate)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java:57
↓ 2 callers
Method
forwardCrackedCommand
(CommandSender sender, String target)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java:123
↓ 2 callers
Method
forwardPremiumCommand
(CommandSender sender, String target)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java:136
↓ 2 callers
Method
generateVerifyToken
Generate a random token. This is used to verify that we are communicating with the same player in a login session. @param random random generator @re
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:120
↓ 2 callers
Method
getBedrockPlayer
The Floodgate / Geyser API does not support querying players by name, so this function iterates over every online Bedrock Player and checks if the req
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/BedrockService.java:110
↓ 2 callers
Method
getChannel
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:304
↓ 2 callers
Method
getClientPublicKey
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java:86
↓ 2 callers
Method
getFloodgateService
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:201
↓ 2 callers
Method
getFloodgateService
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:316
↓ 2 callers
Method
getHandlerSetter
(Lookup lookup, String fieldName)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java:106
↓ 2 callers
Method
getLastIp
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:149
↓ 2 callers
Method
getLoginSessions
Gets a thread-safe map about players which are connecting to the server are being checked to be premium (paid account) @return a thread-safe loginSes
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:212
↓ 2 callers
Method
getNetworkManager
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:220
↓ 2 callers
Method
getPlayerName
()
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:49
↓ 2 callers
Method
getProfile
()
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSession.java:71
↓ 2 callers
Method
getSaveLock
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:67
↓ 2 callers
Method
getSkin
@return premium skin if available
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java:94
↓ 2 callers
Method
getSyncExecutor
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitScheduler.java:45
↓ 2 callers
Method
getThreadFactory
()
core/src/main/java/com/github/games647/fastlogin/core/shared/PlatformPlugin.java:58
↓ 2 callers
Method
hasOtherPermission
(CommandSender sender, Command cmd)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java:48
↓ 2 callers
Method
initialize
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:91
↓ 2 callers
Method
initializeLoggerService
This creates a SLF4J logger. In the process it initializes the SLF4J service provider. This method looks for the provider in the plugin jar instead of
core/src/main/java/com/github/games647/fastlogin/core/CommonUtil.java:82
↓ 2 callers
Method
isAlreadyLogged
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:52
↓ 2 callers
Method
isAlreadyLogged
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSession.java:51
↓ 2 callers
Method
isBedrockPlayer
(UUID uuid)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/FloodgateService.java:119
↓ 2 callers
Method
isClassAvailable
(String clazzName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:337
↓ 2 callers
Method
isConsole
(CommandSender sender)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java:67
↓ 2 callers
Method
isFloodgateMigrated
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:141
↓ 2 callers
Method
isOnlineMode
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java:104
↓ 2 callers
Method
isPaper
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:332
↓ 2 callers
Method
isPluginInstalled
(String name)
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:196
↓ 2 callers
Method
isPluginInstalled
(String name)
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:152
↓ 2 callers
Method
isProxySupported
(String className, String fieldName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:108
↓ 2 callers
Method
isServerFullyStarted
Wait before the server is fully started. This is workaround, because connections right on startup are not injected by ProtocolLib @return true if Pro
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:272
↓ 2 callers
Method
isSourceInvoker
()
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:57
↓ 2 callers
Method
isValidFloodgateConfigString
Checks if a config entry (related to Floodgate) is valid. <br> Writes to Log if the value is invalid. <p> This should be used for: <ul> <li>allowFlood
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/FloodgateService.java:60
↓ 2 callers
Method
isVerifiedPremium
Get whether the player has a premium (paid account) account and valid session @return whether the player has a valid session
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java:120
↓ 2 callers
Method
loadFile
(String fileName)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:180
↓ 2 callers
Method
markInitialized
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:276
↓ 2 callers
Method
markJoinEventFired
Mark the event to be fired including the task delay. @param player joining player
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:209
↓ 2 callers
Method
onForceActionSuccess
(LoginSession session)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:130
↓ 2 callers
Method
parseResult
(ResultSet resultSet)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:146
↓ 2 callers
Method
readFrom
(ByteArrayDataInput input)
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:66
↓ 2 callers
Method
removeBlockedStatus
(Metadatable player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java:120
↓ 2 callers
Method
runAsyncDelayed
(Runnable task, Duration delay)
core/src/main/java/com/github/games647/fastlogin/core/scheduler/AsyncScheduler.java:57
↓ 2 callers
Method
save
(StoredProfile playerProfile)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:172
↓ 2 callers
Method
saveDefaultFile
(String fileName)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:307
↓ 2 callers
Method
setAlreadySaved
(boolean alreadySaved)
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:48
↓ 2 callers
Method
setAlreadySaved
(boolean alreadySaved)
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSession.java:47
↓ 2 callers
Method
setAuthPluginHook
(AuthPlugin<P> authPlugin)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:303
↓ 2 callers
Method
setVirtual
(AtomicBoolean virtual)
core/src/test/java/com/github/games647/fastlogin/core/AsyncSchedulerTest.java:67
↓ 2 callers
Method
shouldEnable
()
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:53
↓ 2 callers
Method
signature
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/packet/ClientPublicKey.java:47
↓ 2 callers
Method
startLoginTaskIfReady
(Player player, BukkitLoginSession session)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java:125
↓ 2 callers
Method
translateColorCodes
(String rawMessage)
core/src/main/java/com/github/games647/fastlogin/core/CommonUtil.java:58
↓ 2 callers
Method
verifySignedNonce
(byte[] nonce, PublicKey clientKey, long signatureSalt, byte[] signature)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:189
↓ 1 callers
Method
activatePremium
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java:87
↓ 1 callers
Method
activatePremium
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncToggleMessage.java:92
↓ 1 callers
Method
addPerformanceProperties
(HikariConfig config)
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:81
↓ 1 callers
Method
applySkin
(Player player, String skinData, String signature)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SkinApplyListener.java:67
↓ 1 callers
Method
buildJDBCUrl
(String driver, String host, int port, String database)
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:72
↓ 1 callers
Method
callFastLoginAutoLoginEvent
(LoginSession session, StoredProfile profile)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:128
↓ 1 callers
Method
callFastLoginPreLoginEvent
(String username, S source, StoredProfile profile)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:177
↓ 1 callers
Method
compareTo
(long other)
core/src/main/java/com/github/games647/fastlogin/core/antibot/TickingRateLimiter.java:134
↓ 1 callers
Method
createAntiBotService
(Configuration botSection)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:150
↓ 1 callers
Method
createTables
()
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:88
↓ 1 callers
Method
delayForceLogin
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java:78
↓ 1 callers
Method
detectProxy
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:135
↓ 1 callers
Method
didJoinEventFired
Check if the event fired including with the task delay. This necessary to restore the order of processing the BungeeCord messages after the PlayerJoin
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:224
↓ 1 callers
Method
enableEncryption
(SecretKey loginKey)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:231
↓ 1 callers
Method
encryptConnection
(BukkitLoginSession session, String requestedUsername, Verification verification)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:183
↓ 1 callers
Method
forceLogin
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java:65
↓ 1 callers
Method
forceLogin
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/XAuthHook.java:54
↓ 1 callers
Method
forceLogin
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/UltraAuthHook.java:53
↓ 1 callers
Method
forceLogin
(P player)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:117
↓ 1 callers
Method
forceRegister
(P player)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:102
↓ 1 callers
Method
fromDriver
(String driver)
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:120
↓ 1 callers
Method
fromInt
Convert a number to FloodgateState <ol start="0"> <li>False</li> <li>True</li> <li>Linked</li> <li>Not Migrated</li> </ol> @param num
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateState.java:71
↓ 1 callers
Method
getAuthHook
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java:93
↓ 1 callers
Method
getClientKey
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java:115
↓ 1 callers
Method
getCreateTableStmt
SQLite has a slightly different syntax, so this will be overridden by SQLiteStorage @return An SQL Statement to create the `premium` table
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:220
↓ 1 callers
Method
getFloodgateHandler
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:234
↓ 1 callers
Method
getFloodgatePlayer
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:298
↓ 1 callers
Method
getFloodgateUsername
Get the Floodgate username from the Floodgate plugin's playerCache using lots of reflections @param connection @return the Floodgate username or null
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:205
↓ 1 callers
Method
getIdentifier
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java:65
↓ 1 callers
Method
getJdbcPrefix
()
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:135
← previous
next →
101–200 of 640, ranked by callers