MCPcopy Create free account

hub / github.com/TuxCoding/FastLogin / functions

Functions640 in github.com/TuxCoding/FastLogin

↓ 3 callersMethodrequestPremiumLogin
(S source, StoredProfile profile, String username, boolean registered)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:179
↓ 3 callersMethodsendPluginMessage
(PluginMessageRecipient player, ChannelMessage message)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:77
↓ 3 callersMethodsetUuid
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 callersMethodsetVerifiedUsername
(String username)
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSession.java:59
↓ 3 callersMethodsetupDatabase
()
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:226
↓ 3 callersMethodstartCrackedSession
(S source, StoredProfile profile, String username)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:181
↓ 3 callersMethodverifySignedNonce
(SignatureTestData testData, ClientPublicKey clientKey)
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:248
↓ 3 callersMethodwriteTo
(ByteArrayDataOutput output)
core/src/main/java/com/github/games647/fastlogin/core/message/ChannelMessage.java:37
↓ 2 callersMethodbuildCache
(Duration expireAfterWrite, int maxSize)
core/src/main/java/com/github/games647/fastlogin/core/CommonUtil.java:44
↓ 2 callersMethodcheckNameConflict
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 callersMethodcleanup
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:72
↓ 2 callersMethodcreateJDKLogger
(java.util.logging.Logger parent)
core/src/main/java/com/github/games647/fastlogin/core/CommonUtil.java:105
↓ 2 callersMethoddecrypt
(PrivateKey key, byte[] data)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:209
↓ 2 callersMethoddecryptSharedKey
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 callersMethodforwardBungeeCommand
(CommandSender sender, String target, boolean activate)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java:57
↓ 2 callersMethodforwardCrackedCommand
(CommandSender sender, String target)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java:123
↓ 2 callersMethodforwardPremiumCommand
(CommandSender sender, String target)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java:136
↓ 2 callersMethodgenerateVerifyToken
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 callersMethodgetBedrockPlayer
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 callersMethodgetChannel
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:304
↓ 2 callersMethodgetClientPublicKey
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java:86
↓ 2 callersMethodgetFloodgateService
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:201
↓ 2 callersMethodgetFloodgateService
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:316
↓ 2 callersMethodgetHandlerSetter
(Lookup lookup, String fieldName)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java:106
↓ 2 callersMethodgetLastIp
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:149
↓ 2 callersMethodgetLoginSessions
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 callersMethodgetNetworkManager
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:220
↓ 2 callersMethodgetPlayerName
()
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:49
↓ 2 callersMethodgetProfile
()
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSession.java:71
↓ 2 callersMethodgetSaveLock
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:67
↓ 2 callersMethodgetSkin
@return premium skin if available
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java:94
↓ 2 callersMethodgetSyncExecutor
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitScheduler.java:45
↓ 2 callersMethodgetThreadFactory
()
core/src/main/java/com/github/games647/fastlogin/core/shared/PlatformPlugin.java:58
↓ 2 callersMethodhasOtherPermission
(CommandSender sender, Command cmd)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java:48
↓ 2 callersMethodinitialize
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:91
↓ 2 callersMethodinitializeLoggerService
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 callersMethodisAlreadyLogged
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:52
↓ 2 callersMethodisAlreadyLogged
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSession.java:51
↓ 2 callersMethodisBedrockPlayer
(UUID uuid)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/FloodgateService.java:119
↓ 2 callersMethodisClassAvailable
(String clazzName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:337
↓ 2 callersMethodisConsole
(CommandSender sender)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java:67
↓ 2 callersMethodisFloodgateMigrated
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:141
↓ 2 callersMethodisOnlineMode
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java:104
↓ 2 callersMethodisPaper
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:332
↓ 2 callersMethodisPluginInstalled
(String name)
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:196
↓ 2 callersMethodisPluginInstalled
(String name)
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:152
↓ 2 callersMethodisProxySupported
(String className, String fieldName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:108
↓ 2 callersMethodisServerFullyStarted
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 callersMethodisSourceInvoker
()
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:57
↓ 2 callersMethodisValidFloodgateConfigString
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 callersMethodisVerifiedPremium
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 callersMethodloadFile
(String fileName)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:180
↓ 2 callersMethodmarkInitialized
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:276
↓ 2 callersMethodmarkJoinEventFired
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 callersMethodonForceActionSuccess
(LoginSession session)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:130
↓ 2 callersMethodparseResult
(ResultSet resultSet)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:146
↓ 2 callersMethodreadFrom
(ByteArrayDataInput input)
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:66
↓ 2 callersMethodremoveBlockedStatus
(Metadatable player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java:120
↓ 2 callersMethodrunAsyncDelayed
(Runnable task, Duration delay)
core/src/main/java/com/github/games647/fastlogin/core/scheduler/AsyncScheduler.java:57
↓ 2 callersMethodsave
(StoredProfile playerProfile)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:172
↓ 2 callersMethodsaveDefaultFile
(String fileName)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:307
↓ 2 callersMethodsetAlreadySaved
(boolean alreadySaved)
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:48
↓ 2 callersMethodsetAlreadySaved
(boolean alreadySaved)
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSession.java:47
↓ 2 callersMethodsetAuthPluginHook
(AuthPlugin<P> authPlugin)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:303
↓ 2 callersMethodsetVirtual
(AtomicBoolean virtual)
core/src/test/java/com/github/games647/fastlogin/core/AsyncSchedulerTest.java:67
↓ 2 callersMethodshouldEnable
()
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:53
↓ 2 callersMethodsignature
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/packet/ClientPublicKey.java:47
↓ 2 callersMethodstartLoginTaskIfReady
(Player player, BukkitLoginSession session)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java:125
↓ 2 callersMethodtranslateColorCodes
(String rawMessage)
core/src/main/java/com/github/games647/fastlogin/core/CommonUtil.java:58
↓ 2 callersMethodverifySignedNonce
(byte[] nonce, PublicKey clientKey, long signatureSalt, byte[] signature)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:189
↓ 1 callersMethodactivatePremium
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java:87
↓ 1 callersMethodactivatePremium
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncToggleMessage.java:92
↓ 1 callersMethodaddPerformanceProperties
(HikariConfig config)
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:81
↓ 1 callersMethodapplySkin
(Player player, String skinData, String signature)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SkinApplyListener.java:67
↓ 1 callersMethodbuildJDBCUrl
(String driver, String host, int port, String database)
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:72
↓ 1 callersMethodcallFastLoginAutoLoginEvent
(LoginSession session, StoredProfile profile)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:128
↓ 1 callersMethodcallFastLoginPreLoginEvent
(String username, S source, StoredProfile profile)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:177
↓ 1 callersMethodcompareTo
(long other)
core/src/main/java/com/github/games647/fastlogin/core/antibot/TickingRateLimiter.java:134
↓ 1 callersMethodcreateAntiBotService
(Configuration botSection)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:150
↓ 1 callersMethodcreateTables
()
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:88
↓ 1 callersMethoddelayForceLogin
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java:78
↓ 1 callersMethoddetectProxy
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:135
↓ 1 callersMethoddidJoinEventFired
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 callersMethodenableEncryption
(SecretKey loginKey)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:231
↓ 1 callersMethodencryptConnection
(BukkitLoginSession session, String requestedUsername, Verification verification)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:183
↓ 1 callersMethodforceLogin
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java:65
↓ 1 callersMethodforceLogin
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/XAuthHook.java:54
↓ 1 callersMethodforceLogin
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/UltraAuthHook.java:53
↓ 1 callersMethodforceLogin
(P player)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:117
↓ 1 callersMethodforceRegister
(P player)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:102
↓ 1 callersMethodfromDriver
(String driver)
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:120
↓ 1 callersMethodfromInt
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 callersMethodgetAuthHook
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java:93
↓ 1 callersMethodgetClientKey
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java:115
↓ 1 callersMethodgetCreateTableStmt
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 callersMethodgetFloodgateHandler
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:234
↓ 1 callersMethodgetFloodgatePlayer
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:298
↓ 1 callersMethodgetFloodgateUsername
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 callersMethodgetIdentifier
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java:65
↓ 1 callersMethodgetJdbcPrefix
()
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:135
← previousnext →101–200 of 640, ranked by callers