Gabriele C
fd063b17e2
fix conflict
2015-08-26 22:43:07 +01:00
Xephi59
3ce87f1710
Fix
2015-08-26 19:01:39 +02:00
Xephi59
fa6e048c21
Fix DriverClassName not properly set
2015-08-26 18:55:33 +02:00
Gabriele C.
c61568e900
Merge pull request #33 from Xephi/master
...
Up
2015-08-22 16:35:07 +02:00
Gabriele C
217c217d13
Stuff
2015-08-22 16:34:06 +02:00
Xephi59
c7a711d0b2
Add Try/catch to DataSource close
2015-08-22 15:30:17 +02:00
Xephi59
86e1b8df7c
Define a max life time of a pool
2015-08-20 18:59:41 +02:00
Xephi59
b84d96360e
TEMP FIX - Catch all Exception instance due to HikariCP thrown
2015-08-20 18:49:22 +02:00
Xephi59
c1ffe47468
update realName
2015-08-03 18:37:42 +02:00
Xephi59
d10e5b081b
Omfg ...
2015-08-02 01:14:39 +02:00
Gabriele C
945b24990a
fixed cp property
2015-07-31 16:26:54 +02:00
Xephi59
84a1227afd
Handle misconnection
2015-07-31 14:32:28 +02:00
Xephi59
8b9f0ec882
Custom name to pool
2015-07-31 14:22:07 +02:00
Xephi59
6b53afa731
Add failfast and reconnexion
2015-07-31 14:07:14 +02:00
Xephi59
d49b309301
Change the MySQL Connection Pool to HikariCP, so fast !
2015-07-31 03:31:17 +02:00
Xephi59
1cc1311323
little fix to lowercase issue
2015-07-31 01:57:40 +02:00
Xephi59
4c2fad3643
Fix LowerCase issue
2015-07-23 16:23:25 +02:00
Xephi59
a9dcf15759
Remove PlayerLogs, so buggy
2015-07-23 13:06:56 +02:00
Xephi59
bcd31c5844
Change how SQLite store logged
2015-07-23 13:01:47 +02:00
Xephi59
480db6816f
Synax
2015-07-20 02:41:14 +02:00
Xephi59
0fbf57cf1a
Don't Wait !
2015-07-15 18:05:17 +02:00
Xephi59
c3f314c491
Compilation issues
2015-07-13 18:54:45 +02:00
Gabriele C
31c8afb98a
Unused stuff!
2015-07-12 21:01:48 +02:00
Gabriele C
fd28286ced
Unused stuff?
2015-07-12 15:42:40 +02:00
Maxetto
11ab01c45d
Remember to sync before pushing!
2015-07-10 16:51:34 +02:00
Maxetto
8758e563bf
Remember to sync before pushing!
2015-07-10 16:47:06 +02:00
Maxetto
3a7fd005b3
Sometimes I'm sleeping
2015-07-10 16:36:03 +02:00
Maxetto
58d3d5362b
Sometimes I'm sleeping
2015-07-10 16:35:16 +02:00
Maxetto
cf8d179eab
Sometimes I'm sleeping
2015-07-10 16:34:52 +02:00
Maxetto
07c884ce66
192.168.0.1!
2015-07-10 16:28:29 +02:00
Maxetto
843385419d
192.168.0.1!
2015-07-10 16:28:04 +02:00
Maxetto
cead835440
192.168.0.1!
2015-07-10 16:27:21 +02:00
Xephi59
030e9b599e
Dramastically increase performance
...
Maybe fix low tps :O
2015-06-27 04:19:59 +02:00
Xephi59
70a6506d6e
Fix SQL Syntax
2015-06-23 00:34:59 +02:00
Xephi59
98f10b6967
Change world to default one
2015-06-21 13:01:10 +02:00
Xephi
8d8ce1c4eb
Remove some warnings
2015-06-03 02:07:54 +02:00
Alexandre Vanhecke
b75adf6a98
Update CacheDataSource.java
2015-05-28 22:28:52 +02:00
Xephi
dc3a8c1f06
Change from HashMap to ConcurrentHashMap, need to be available from
...
other threads !
2015-05-28 18:56:57 +02:00
Xephi
c12643a138
Do not put a null world at respawn
2015-05-04 16:41:50 +02:00
Xephi
db27341832
Thread the cache
2015-05-04 16:07:05 +02:00
Xephi
c65fe5822f
Let the data be corrupted !
2015-04-21 21:08:46 +02:00
Xephi
0e93d502ef
Optimize the cache, it will slow the server starting, but will be much
...
easier to get auths
2015-04-21 16:43:49 +02:00
Xephi
84cf1a6627
Re-ignore case for name, Security issues T.T
2015-04-21 16:22:12 +02:00
Alexandre Vanhecke
6deb174f9e
Merge pull request #10 from Joriom/patch-2
...
Fix for phpBB3 support + bonus
2015-01-27 03:04:37 +01:00
Xephi59
1a499150c8
Push !
2015-01-08 18:31:29 +01:00
Joriom
542dc7a800
Fix for phpBB3 support + bonus
...
username_clean
PhpBB3 requires second column (username_clen) with username as table primary key. Yet, config value "mySQLOtherUsernameColumns" is not an option as this value needs to be formated with phpBB custom utf8_clean_string() function which brings letters to lower case, merges nearby spaces and removes invalid UTF8 chatacters.
Due to characters already being limited both in config and in minecraft itself I believe toLowerCaste() will suffice for now.
num_users
Increment users count not to loose those nice statistics!
2014-09-30 20:43:00 +02:00
Xephi
1fc6cdd40b
Fix some exception/errors
2014-09-14 23:18:05 +02:00
Xephi
7e16be7f9e
lower ... not lowest... need to sleep T.T
2014-09-05 19:41:20 +02:00
Xephi
38b3197356
Apply Case insentitive while getting a player through database only to
...
disable multi-accounts
2014-09-05 19:36:38 +02:00
Xephi
7596266d7c
Fix NPE on startup with flatfile
2014-08-30 04:20:17 +02:00