fix: govindas system checks
This commit is contained in:
parent
034b04b16e
commit
e84bde7bc5
@ -1,7 +1,7 @@
|
||||
From 200a3fff4055ee5666aa1c04f323d9d078f68207 Mon Sep 17 00:00:00 2001
|
||||
From d99c9bee21a8a7ba42808069e31e545247bd3f9c Mon Sep 17 00:00:00 2001
|
||||
From: mohammed jasem alaajel <xrambad953@gmail.com>
|
||||
Date: Mon, 26 Jul 2021 21:55:28 +0400
|
||||
Subject: [PATCH] remove bukkit IDK HOW IT REAPPEARED.
|
||||
Subject: [PATCH] remove bukkit IDK HOW IT REAPPEARED.
|
||||
|
||||
|
||||
diff --git a/bukkit/pom.xml b/bukkit/pom.xml
|
||||
|
@ -0,0 +1,221 @@
|
||||
From 0fb0b1654a5d157c12b84a2c9ef58671d3903b0c Mon Sep 17 00:00:00 2001
|
||||
From: mohammed jasem alaajel <xrambad953@gmail.com>
|
||||
Date: Wed, 28 Jul 2021 01:01:53 +0400
|
||||
Subject: [PATCH] fixed: govindas system was checking if names contains it
|
||||
should be char at since cracked player can have many chars in the name like
|
||||
-hi-there
|
||||
|
||||
|
||||
diff --git a/.gitignore b/.gitignore
|
||||
new file mode 100644
|
||||
index 0000000..713a152
|
||||
--- /dev/null
|
||||
+++ b/.gitignore
|
||||
@@ -0,0 +1,31 @@
|
||||
+# Compiled class file
|
||||
+*.class
|
||||
+
|
||||
+# Log file
|
||||
+*.log
|
||||
+
|
||||
+# BlueJ files
|
||||
+*.ctxt
|
||||
+
|
||||
+# Mobile Tools for Java (J2ME)
|
||||
+.mtj.tmp/
|
||||
+
|
||||
+#maven
|
||||
+target
|
||||
+out
|
||||
+
|
||||
+#intellji idea
|
||||
+.idea
|
||||
+*.iml
|
||||
+# Package Files #
|
||||
+*.jar
|
||||
+*.war
|
||||
+*.nar
|
||||
+*.ear
|
||||
+*.zip
|
||||
+*.tar.gz
|
||||
+*.rar
|
||||
+
|
||||
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
+hs_err_pid*
|
||||
+
|
||||
diff --git a/bungee/Limelogin.bungee.iml b/bungee/Limelogin.bungee.iml
|
||||
deleted file mode 100644
|
||||
index 09874bc..0000000
|
||||
--- a/bungee/Limelogin.bungee.iml
|
||||
+++ /dev/null
|
||||
@@ -1,106 +0,0 @@
|
||||
-<?xml version="1.0" encoding="UTF-8"?>
|
||||
-<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
||||
- <component name="FacetManager">
|
||||
- <facet type="minecraft" name="Minecraft">
|
||||
- <configuration>
|
||||
- <autoDetectTypes>
|
||||
- <platformType>BUNGEECORD</platformType>
|
||||
- </autoDetectTypes>
|
||||
- </configuration>
|
||||
- </facet>
|
||||
- </component>
|
||||
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
||||
- <output url="file://$MODULE_DIR$/target/classes" />
|
||||
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
|
||||
- <content url="file://$MODULE_DIR$">
|
||||
- <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||
- <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||
- <excludeFolder url="file://$MODULE_DIR$/target" />
|
||||
- </content>
|
||||
- <orderEntry type="inheritedJdk" />
|
||||
- <orderEntry type="sourceFolder" forTests="false" />
|
||||
- <orderEntry type="module" module-name="limelogin.core" />
|
||||
- <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:4.0.3" level="project" />
|
||||
- <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:2.0.0-alpha1" level="project" />
|
||||
- <orderEntry type="library" name="Maven: org.slf4j:slf4j-jdk14:1.7.32" level="project" />
|
||||
- <orderEntry type="library" name="Maven: net.md-5:bungeecord-config:1.12-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" name="Maven: com.github.games647:craftapi:0.4" level="project" />
|
||||
- <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.2.4" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-proxy:1.16-R0.5-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-codec-haproxy:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-buffer:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-transport:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-codec:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-codec-http:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-common:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-handler:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-resolver:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-transport-native-epoll:linux-x86_64:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-transport-native-unix-common:4.1.63.Final" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-api:1.16-R0.5-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.16-R0.5-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-event:1.16-R0.5-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.28" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-log:1.16-R0.5-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: jline:jline:2.12.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-native:1.16-R0.5-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-protocol:1.16-R0.5-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:brigadier:1.0.16-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.sf.trove4j:core:3.1.0" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: se.llbit:jo-nbt:1.3.0" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-query:1.16-R0.5-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-slf4j:1.16-R0.5-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: net.sf.jopt-simple:jopt-simple:5.0.4" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: mysql:mysql-connector-java:5.1.49" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven:maven-resolver-provider:3.8.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven:maven-model:3.8.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven:maven-model-builder:3.8.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.codehaus.plexus:plexus-interpolation:1.25" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven:maven-artifact:3.8.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven:maven-builder-support:3.8.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.sisu:org.eclipse.sisu.inject:0.3.4" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven:maven-repository-metadata:3.8.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven.resolver:maven-resolver-api:1.6.2" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven.resolver:maven-resolver-spi:1.6.2" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven.resolver:maven-resolver-util:1.6.2" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven.resolver:maven-resolver-impl:1.6.2" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.commons:commons-lang3:3.8.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.codehaus.plexus:plexus-utils:3.2.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: javax.inject:javax.inject:1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven.resolver:maven-resolver-connector-basic:1.7.0" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven.resolver:maven-resolver-transport-http:1.7.0" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.httpcomponents:httpclient:4.5.13" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: commons-codec:commons-codec:1.11" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.httpcomponents:httpcore:4.4.14" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.slf4j:jcl-over-slf4j:1.7.30" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:guava:21.0" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.geysermc:floodgate-bungee:1.0-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.geysermc:floodgate-common:1.0-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.10.4" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.10" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.10" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.9" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.xerial:sqlite-jdbc:3.30.1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.geysermc.floodgate:api:2.0-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.geysermc:common:1.4.0-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.geysermc.cumulus:cumulus:1.0-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.checkerframework:checker-qual:3.8.0" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.errorprone:javac:9+181-r4173-1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.github.spotbugs:spotbugs-annotations:4.2.3" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.findbugs:jsr305:3.0.2" level="project" />
|
||||
- <orderEntry type="module-library">
|
||||
- <library name="Maven: me.vik1395:BungeeAuth:1.4">
|
||||
- <CLASSES>
|
||||
- <root url="jar://$MODULE_DIR$/lib/BungeeAuth-1.4.jar!/" />
|
||||
- </CLASSES>
|
||||
- <JAVADOC />
|
||||
- <SOURCES />
|
||||
- </library>
|
||||
- </orderEntry>
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: de.xxschrandxx.bca:BungeeCordAuthenticator:0.0.2" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.github.Mohist-Community.SodionAuth:SodionAuth-Bungee:2bdfdc854b" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.github.Mohist-Community.SodionAuth:SodionAuth-Core:2bdfdc854b" level="project" />
|
||||
- <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.13.2" level="project" />
|
||||
- <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
|
||||
- </component>
|
||||
-</module>
|
||||
\ No newline at end of file
|
||||
diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java
|
||||
index fef86f5..3f33ae3 100644
|
||||
--- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java
|
||||
+++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java
|
||||
@@ -161,7 +161,7 @@ public class ConnectListener implements Listener {
|
||||
// LimeLogin start
|
||||
//start of Govindas code to auto-add "-" character for offline mode users differentiation from online mode
|
||||
else {
|
||||
- if (!connection.getName().contains("-")) {
|
||||
+ if (!(connection.getName().charAt(0) == '-')) {
|
||||
InitialHandler initialHandler = (InitialHandler) loginEvent.getConnection();
|
||||
//TODO add bedrock check of player and don't trigger this for bedrock users
|
||||
LoginSession session = plugin.getSession().get(connection);
|
||||
@@ -176,7 +176,7 @@ public class ConnectListener implements Listener {
|
||||
System.out.println("Profile uuid: " + session.getProfile().getId());
|
||||
System.out.println("Session uuid: " + session.getUuid());
|
||||
System.out.println("Offline uuid: " + checkUUID);
|
||||
- if (username.contains("*")) {
|
||||
+ if (username.charAt(0)== '*') {
|
||||
|
||||
if (checkUUID.equals(session.getProfile().getId())) {
|
||||
System.out.println("IT EQUALS!");
|
||||
diff --git a/core/limelogin.core.iml b/core/limelogin.core.iml
|
||||
deleted file mode 100644
|
||||
index 218e53c..0000000
|
||||
--- a/core/limelogin.core.iml
|
||||
+++ /dev/null
|
||||
@@ -1,31 +0,0 @@
|
||||
-<?xml version="1.0" encoding="UTF-8"?>
|
||||
-<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
||||
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
||||
- <output url="file://$MODULE_DIR$/target/classes" />
|
||||
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
|
||||
- <content url="file://$MODULE_DIR$">
|
||||
- <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||
- <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||
- <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||
- <excludeFolder url="file://$MODULE_DIR$/target" />
|
||||
- </content>
|
||||
- <orderEntry type="inheritedJdk" />
|
||||
- <orderEntry type="sourceFolder" forTests="false" />
|
||||
- <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:4.0.3" level="project" />
|
||||
- <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:2.0.0-alpha1" level="project" />
|
||||
- <orderEntry type="library" name="Maven: org.slf4j:slf4j-jdk14:1.7.32" level="project" />
|
||||
- <orderEntry type="library" name="Maven: net.md-5:bungeecord-config:1.12-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.geysermc.floodgate:api:2.0-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.geysermc:common:1.4.0-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.geysermc.cumulus:cumulus:1.0-SNAPSHOT" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.checkerframework:checker-qual:3.8.0" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.errorprone:javac:9+181-r4173-1" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.github.spotbugs:spotbugs-annotations:4.2.3" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.findbugs:jsr305:3.0.2" level="project" />
|
||||
- <orderEntry type="library" name="Maven: com.github.games647:craftapi:0.4" level="project" />
|
||||
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:guava:17.0" level="project" />
|
||||
- <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.2.4" level="project" />
|
||||
- <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.13.2" level="project" />
|
||||
- <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
|
||||
- </component>
|
||||
-</module>
|
||||
\ No newline at end of file
|
||||
--
|
||||
2.25.1
|
||||
|
Reference in New Issue
Block a user