MCPcopy Create free account

hub / github.com/TuxCoding/FastLogin / functions

Functions640 in github.com/TuxCoding/FastLogin

↓ 1 callersMethodtryAcquire
()
core/src/main/java/com/github/games647/fastlogin/core/antibot/RateLimiter.java:31
↓ 1 callersMethodturnOffPremium
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java:64
↓ 1 callersMethodturnOffPremium
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncToggleMessage.java:67
↓ 1 callersMethodverifyNonce
(Player sender, PacketContainer packet, ClientPublicKey clientPublicKey, byte[
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:196
↓ 1 callersMethodverifyPublicKey
(ClientPublicKey clientKey, UUID sessionPremiumUUID)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:280
↓ 1 callersMethodverifyResponse
(BukkitLoginSession session)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:123
MethodAbstractAsyncScheduler
(Logger logger, Executor processingPool)
core/src/main/java/com/github/games647/fastlogin/core/scheduler/AbstractAsyncScheduler.java:41
MethodAntiBotService
(Logger logger, RateLimiter rateLimiter, Action limitReachedAction)
core/src/main/java/com/github/games647/fastlogin/core/antibot/AntiBotService.java:39
MethodAsyncPremiumCheck
(FastLoginBungee plugin, PreLoginEvent preLoginEvent, PendingConnection connection,
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java:49
MethodAsyncPremiumCheck
(FastLoginVelocity plugin, InboundConnection connection, String username, PreLogi
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncPremiumCheck.java:50
MethodAsyncScheduler
(Logger logger, Executor processingPool)
core/src/main/java21/com/github/games647/fastlogin/core/scheduler/AsyncScheduler.java:44
MethodAsyncScheduler
(Logger logger, Executor processingPool)
core/src/main/java/com/github/games647/fastlogin/core/scheduler/AsyncScheduler.java:43
MethodAsyncToggleMessage
(FastLoginCore<ProxiedPlayer, CommandSender, FastLoginBungee> core, ProxiedPlayer sender, String
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java:46
MethodAsyncToggleMessage
(FastLoginCore<Player, CommandSource, FastLoginVelocity> core, Player sender, St
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncToggleMessage.java:48
MethodAuthMeHook
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/AuthMeHook.java:59
MethodBedrockService
(FastLoginCore<?, ?, ?> core)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/BedrockService.java:46
MethodBukkitFastLoginAutoLoginEvent
(LoginSession session, StoredProfile profile)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginAutoLoginEvent.java:43
MethodBukkitFastLoginPreLoginEvent
(String username, LoginSource source, StoredProfile profile)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPreLoginEvent.java:42
MethodBukkitFastLoginPremiumToggleEvent
(CommandSender invoker, StoredProfile profile, PremiumToggleReason reason)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPremiumToggleEvent.java:43
MethodBukkitLoginSession
(String username, byte[] verifyToken, ClientPublicKey publicKey, boolean registered,
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java:52
MethodBukkitScheduler
(Plugin plugin, Logger logger)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitScheduler.java:39
MethodBungeeAuthHook
(FastLoginBungee plugin)
bungee/src/main/java/com/github/games647/fastlogin/bungee/hook/BungeeAuthHook.java:47
MethodBungeeFastLoginAutoLoginEvent
(LoginSession session, StoredProfile profile)
bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginAutoLoginEvent.java:40
MethodBungeeFastLoginPreLoginEvent
(String username, LoginSource source, StoredProfile profile)
bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPreLoginEvent.java:39
MethodBungeeFastLoginPremiumToggleEvent
(StoredProfile profile, PremiumToggleReason reason)
bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPremiumToggleEvent.java:37
MethodBungeeListener
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java:54
MethodBungeeLoginSession
(String username, boolean registered, StoredProfile profile)
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:36
MethodBungeeLoginSource
(PendingConnection connection, PreLoginEvent preLoginEvent)
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSource.java:42
MethodBungeeManager
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:68
MethodChangePremiumMessage
(String playerName, boolean willEnable, boolean isSourceInvoker)
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:39
MethodClientPublicKey
(Instant expiry, PublicKey key, byte[] signature)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/packet/ClientPublicKey.java:51
MethodCommonUtil
()
core/src/main/java/com/github/games647/fastlogin/core/CommonUtil.java:113
MethodConnectListener
(FastLoginBungee plugin, AntiBotService antiBotService)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java:117
MethodConnectListener
(FastLoginVelocity plugin, AntiBotService antiBotService)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:74
MethodConnectionListener
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java:55
MethodCrackedCommand
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java:40
MethodCrazyLoginHook
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java:58
MethodDelayedAuthHook
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java:48
MethodEncryptionUtil
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:92
MethodFakeTicker
(long initial)
core/src/test/java/com/github/games647/fastlogin/core/FakeTicker.java:36
MethodFastLoginBukkit
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:86
MethodFastLoginCore
(T plugin)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:97
MethodFastLoginVelocity
(ProxyServer server, Logger logger, @DataDirectory Path dataDirectory)
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:87
MethodFloodgateAuthTask
(FastLoginCore<ProxiedPlayer, CommandSender, FastLoginBungee> core, ProxiedPlayer player, Floodgat
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/FloodgateAuthTask.java:45
MethodFloodgateAuthTask
(FastLoginCore<Player, CommandSender, FastLoginBukkit> core, Player player, Flood
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/FloodgateAuthTask.java:42
MethodFloodgateAuthTask
(FastLoginCore<Player, CommandSource, FastLoginVelocity> core, Player player, Flo
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/FloodgateAuthTask.java:46
MethodFloodgateManagement
(FastLoginCore<P, C, T> core, P player, FloodgatePlayer floodgatePlayer)
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateManagement.java:58
MethodFloodgateService
(FloodgateApi floodgate, FastLoginCore<?, ?, ?> core)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/FloodgateService.java:41
MethodFloodgateState
(int value)
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateState.java:52
MethodForceLoginManagement
(FastLoginCore<P, C, T> core, P player, L session)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:40
MethodForceLoginTask
(FastLoginCore<ProxiedPlayer, CommandSender, FastLoginBungee> core, ProxiedPlayer pl
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java:55
MethodForceLoginTask
(FastLoginCore<Player, CommandSender, FastLoginBukkit> core, Player player, BukkitLo
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java:47
MethodForceLoginTask
(FastLoginCore<Player, CommandSource, FastLoginVelocity> core, Player player, Regist
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/ForceLoginTask.java:54
MethodGeyserService
(GeyserImpl geyser, FastLoginCore<?, ?, ?> core)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/GeyserService.java:42
MethodInetUtils
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/InetUtils.java:32
MethodJoinManagement
(FastLoginCore<P, C, ?> core, AuthPlugin<P> authHook, BedrockService<?> bedrockService)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:44
MethodLogItHook
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LogItHook.java:51
MethodLoginActionMessage
(Type type, String playerName, UUID proxyId)
core/src/main/java/com/github/games647/fastlogin/core/message/LoginActionMessage.java:42
MethodLoginSecurityHook
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LoginSecurityHook.java:50
MethodLoginSession
(String requestUsername, boolean registered, StoredProfile profile)
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSession.java:43
MethodMySQLStorage
(PlatformPlugin<?> plugin, String driver, String host, int port, String database, Hika
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:39
MethodMySQLVariant
(String jdbcPrefix)
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:131
MethodNameCheckTask
(FastLoginBukkit plugin, Random random, Player player, PacketEvent packetEvent, Strin
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java:57
MethodNamespaceKey
(String namespace, String key)
core/src/main/java/com/github/games647/fastlogin/core/message/NamespaceKey.java:37
MethodPaperCacheListener
(final FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/PaperCacheListener.java:42
MethodPluginMessageListener
(FastLoginBungee plugin)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/PluginMessageListener.java:56
MethodPluginMessageListener
(FastLoginVelocity plugin)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/PluginMessageListener.java:55
MethodPremiumCommand
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java:46
MethodPremiumPlaceholder
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java:41
MethodPremiumStatus
(String readableName)
core/src/main/java/com/github/games647/fastlogin/core/PremiumStatus.java:38
MethodProtocolLibListener
(FastLoginBukkit plugin, AntiBotService antiBotService, boolean verifyClientKeys)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:85
MethodProtocolLibLoginSource
(Player player, Random random, PublicKey serverPublicKey, ClientPublicKey clientKey)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java:56
MethodProtocolLoginSource
(PlayerLoginStartEvent loginStartEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolLoginSource.java:37
MethodProtocolSupportListener
(FastLoginBukkit plugin, AntiBotService antiBotService)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java:54
MethodSQLStorage
(Logger log, String poolName, ThreadFactory threadFactory, HikariConfig config)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:78
MethodSQLiteStorage
(PlatformPlugin<?> plugin, String databasePath, HikariConfig config)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLiteStorage.java:54
MethodSkinApplyListener
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SkinApplyListener.java:44
MethodStoredProfile
(long rowId, UUID uuid, String playerName, boolean premium, FloodgateState floodgate,
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:47
MethodTickingRateLimiter
(Ticker ticker, int maxLimit, long expireTime)
core/src/main/java/com/github/games647/fastlogin/core/antibot/TickingRateLimiter.java:51
MethodTimeRecord
(long firstMinuteRecord, long expireTime)
core/src/main/java/com/github/games647/fastlogin/core/antibot/TickingRateLimiter.java:116
MethodToggleCommand
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java:44
MethodUltraAuthHook
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/UltraAuthHook.java:49
MethodVelocityFastLoginAutoLoginEvent
(LoginSession session, StoredProfile profile)
velocity/src/main/java/com/github/games647/fastlogin/velocity/event/VelocityFastLoginAutoLoginEvent.java:42
MethodVelocityFastLoginPreLoginEvent
(String username, LoginSource source, StoredProfile profile)
velocity/src/main/java/com/github/games647/fastlogin/velocity/event/VelocityFastLoginPreLoginEvent.java:38
MethodVelocityFastLoginPremiumToggleEvent
(StoredProfile profile, PremiumToggleReason reason)
velocity/src/main/java/com/github/games647/fastlogin/velocity/event/VelocityFastLoginPremiumToggleEvent.java:36
MethodVelocityLoginSession
(String requestUsername, boolean registered, StoredProfile profile)
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSession.java:35
MethodVelocityLoginSource
(InboundConnection connection, PreLoginEvent preLoginEvent)
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSource.java:42
MethodVerifyResponseTask
(FastLoginBukkit plugin, PacketEvent packetEvent, Player player, BukkitLoginSess
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:98
MethodXAuthHook
(FastLoginBukkit plugin)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/XAuthHook.java:50
MethodallowExpire
Always expired
core/src/test/java/com/github/games647/fastlogin/core/TickingRateLimiterTest.java:44
MethodblockedNotAdded
Blocked attempts shouldn't replace existing ones.
core/src/test/java/com/github/games647/fastlogin/core/TickingRateLimiterTest.java:85
MethodcallFastLoginAutoLoginEvent
(LoginSession session, StoredProfile profile)
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java:91
MethodcallFastLoginAutoLoginEvent
(LoginSession session, StoredProfile profile)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java:74
MethodcallFastLoginAutoLoginEvent
(LoginSession session, StoredProfile profile)
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/ForceLoginTask.java:92
MethodcallFastLoginPreLoginEvent
(String username, BungeeLoginSource source, Store
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java:70
MethodcallFastLoginPreLoginEvent
(String username, ProtocolLoginSource source, Sto
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java:114
MethodcallFastLoginPreLoginEvent
(String username, ProtocolLibLoginSource source,
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java:79
MethodcallFastLoginPreLoginEvent
(String username, VelocityLoginSource source, Sto
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncPremiumCheck.java:65
Methodclose
()
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:224
Methodclose
()
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:324
← previousnext →301–400 of 640, ranked by callers