- Jun 02, 2024
-
-
Charus authored
-
- Apr 11, 2024
- Feb 23, 2024
-
-
HorridoJoho authored
Remove the -proc:full configuration from pom.xml. We target Java 21, but the JDK21 does not support "full" (it is the default value, but it can not be set on the command line). "full" is only supported on JDK22+. https://inside.java/2023/10/23/quality-heads-up/
-
- Dec 18, 2023
-
-
Zoey76 authored
If you are going to contribute to L2J, please run it locally with `mvnw clean install -Pci` so you can check that there are no known vulnerabilities.
-
- Dec 16, 2023
-
-
Zoey76 authored
Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing.
-
Zoey76 authored
Fixing minor warning during compilation.
-
- Dec 02, 2023
-
-
Zoey76 authored
Updated BitBucket pipeline, OpenJDK Docker images are now deprecated, moving to Eclipse Temurin Replacing Thread.getId() with Thread.threadId() Updated Maven Wrapper to 3.2.0 Updated Maven to 3.9.5 Updated Apache Log4J to 2.22.0
-
- Nov 25, 2023
-
-
Zoey76 authored
-
- Nov 19, 2023
-
-
Zoey76 authored
Added Dependency Check plugin to detect vulnerabilities.
-
- Jun 01, 2023
-
-
Zoey76 authored
L4J from 2.19.0 to 2.20.0. Jakarta Mail API from 2.1.1 to 2.1.2. L2J Server Commons from 2.6.6.1 to 2.6.6.3. Maven Assembly Plugin from 3.4.2 to 3.6.0. From L2j Server Commons: SLF4J from 2.0.6 to 2.0.7. MariaDB Java Client from 3.1.2 to 3.1.4. Maven Surefire Plugin from 3.0.0-M8 to 3.1.0.
-
- Jan 29, 2023
-
-
Zoey76 authored
SLF4J 1.7.32 to 2.0.6 Java Mail API 1.6.2 to 2.1.1 (new Jakarta implementation) L2J Commons 2.6.5.1 to 2.6.6.1 (MariaDB Java Client 3.1.2, HikariCP 5.0.1) Updated BitBucket pipeline. Update Apache Maven Wrapper.
-
- Jan 19, 2023
-
-
Zoey76 authored
== is not a valid operator, valid options are -eq or a single =. Changed overriding stdout.log to appending.
-
- Jan 18, 2023
-
-
Zoey76 authored
Log4J from 2.14.1 to 2.19.0 Maven Jar Plugin from 3.2.0 to 3.3.0 Maven Assembly Plugin from 3.3.0 to 3.4.2
-
- Dec 12, 2022
-
-
HorridoJoho authored
-
- Mar 18, 2022
-
-
HorridoJoho authored
+ Add well known access level config for inactive accounts. If this access level is set, the account is considered to be inactive and the client does not get a banned response, but a login fail response with the reason "account inactive". + Add the ability to change the default access level of auto created accounts.
-
- Sep 24, 2021
- Jul 08, 2021
-
-
Zoey76 authored
Simplified database configuration. Updated SLF4J from 1.7.30 to 1.7.31. Updated Log4J from 2.13.3 to 2.14.1. Updated L2J Commons from 2.6.4.0 to 2.6.5.1. Reduced build from 11 MB to 3 MB.
-
- Oct 25, 2020
-
-
Yeiij authored
-
- Sep 20, 2020
-
-
Zoey76 authored
Fixed MailList.xsd Finalized variables. Updated to enhanced switch.
-
- Aug 24, 2020
-
-
Zoey76 authored
Changed configuration strategy to merge configs. Updated to Java 14's version of L2J Commons.
-
- Aug 23, 2020
-
-
Zoey76 authored
Fixed several typos. Updated L2J Commons to 2.6.3.0. Updated MMO Core to 2.6.2.0.
-
- Aug 03, 2020
-
-
Zoey76 authored
Idea taken from https://github.com/Zoey76/L2J_LoginServer/commit/379e27313faa9421b9f99b18d9f1db5a9c49ea00
-
- Jul 15, 2020
-
-
Zoey76 authored
Now you can do: git clone mvnw clean install It doesn't require to download and install Maven.
-
- Apr 27, 2020
-
-
Zoey76 authored
Log4J 2.13.0 to 2.13.2 Owner 1.0.10 to 1.0.11 L2J Commons 2.6.1.1 to 2.6.2.1
-
- Jan 18, 2020
-
-
Zoey76 authored
Adding hot reloading. Using static methods for less verbose configurations. Separated Database configurations into own file (same as Game server).
-
- Jan 06, 2020
- Aug 24, 2019
-
-
Zoey76 authored
-
- Aug 12, 2019
-
-
Zoey76 authored
Added dedicated user for database instead of root.
-
- Apr 06, 2019
- Apr 01, 2019
-
-
Zoey76 authored
Added new fluent API for configurations. Ported all to SLF4J. Refactored package structure. Using Maven. Adding SQL scripts to cut all dependency with L2J DataPack. Fixing database charset: https://medium.com/@adamhooper/in-mysql-never-use-utf8-use-utf8mb4-11761243e434 Removing unnecessary exception from log. Moving around common code.
-
- Mar 05, 2019
-
-
Zoey76 authored
Ported all to SLF4J. Refactored package structure. Added new fluen API for configurations. Using Maven.
-