ronancpl
|
7a3d5d2b94
|
Allow local/LAN/WAN login-phase connections
Allow clients connecting from different IP domains (local/LAN/WAN) to get past login phase and clean unnecessary local server check.
|
2021-04-09 20:54:53 -03:00 |
|
P0nk
|
a5b42b8a43
|
cleanup: use primitive type instead of wrapper type
|
2021-04-08 17:49:22 +02:00 |
|
P0nk
|
202f2d8bc5
|
cleanup: use bulk operation instead of iteration
|
2021-04-08 17:49:21 +02:00 |
|
P0nk
|
3434c7334b
|
cleanup: remove redundant cast
|
2021-04-08 17:39:55 +02:00 |
|
P0nk
|
5730b3b42d
|
cleanup: use implicit generic type with diamond operator
|
2021-04-08 07:42:10 +02:00 |
|
P0nk
|
5e3b346053
|
cleanup: use Java-style array declaration
|
2021-04-08 07:17:03 +02:00 |
|
P0nk
|
6253169e35
|
cleanup: replace anonymous inner class with lambda
|
2021-04-07 23:45:28 +02:00 |
|
P0nk
|
b3c1259580
|
Use new logging for all startup messages
|
2021-04-07 18:40:47 +02:00 |
|
P0nk
|
e322b05707
|
refactor: use try-with-resources for various server db operations
|
2021-04-04 15:35:17 +02:00 |
|
P0nk
|
08a0407417
|
Explicitly set scrolling mode where ResultSet is used for scrolling
|
2021-04-02 16:41:44 +02:00 |
|
P0nk
|
45331d17b0
|
Set up connection pool and enforce usage of it
Attempt to initialize connection pool on startup until a timeout.
|
2021-04-02 14:20:45 +02:00 |
|
P0nk
|
05bd668cc2
|
Upgrade to MySQL 8
Workaround for exception thrown by ResultSet#beforeFirst():
"Operation not allowed for a result set of type ResultSet.TYPE_FORWARD_ONLY"
|
2021-04-02 14:09:49 +02:00 |
|
P0nk
|
813643036b
|
Switch to Maven file structure
|
2021-03-30 21:56:34 +02:00 |
|