Pre-update - fixing stuff and adding some feature - type stuff. - NON PRODUCTION RELEASE
THIS IS NOT A PRODUCTION READY RELEASE! If you are running on a production server, PLEASE use 2.3.5. 2.3.6-pre is only for testing!
commit 2de64da5119b6d4237b8f1d4ae55cedc6b0a49a4 (HEAD -> master, origin/master, origin/HEAD)
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 13:43:21 2017 -0400
change version to 2.3.6-pre
commit 0ea6867d916d9aa4bb9e4ea1608fe216c27966e9
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 13:38:06 2017 -0400
Add more verbose error handling for bad token.
Fixes #25
commit 190bfaa4a99d3b7a73a6324fc5d2248605929897
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 13:31:10 2017 -0400
Add player centric vote forwarding
Used when 'onlySendToJoinedServer' is true yet 'joinedServerFallback' is
empty, null, or unreachable. Will retransmit vote to the server the
player joins that is not on the ignore list.
Also add FileCache support for the new player cache layout with a new
schema system.
commit b43dda37b2e9b565c104d719c2891c0504897f20
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 11:11:19 2017 -0400
update netty version
4.0.31.Final -> 4.1.16.Final
Required test modification - somewhere they fixed a bug where releasing
a ByteBuf given to the pipeline should not be released by the sender -
principle property of handing memory off to a methodcall for ownership.
They should really document this stuff better...
commit 4dfb157166650d06a229bd2a4eb99c1f78a23f33
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 10:46:58 2017 -0400
Bump project version
We aren't writing on a solid version!
commit d8c2e072b14c39336419bc59739766bb209d631c
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 10:35:56 2017 -0400
Add a TTL for the file vote cache.
Adds a locally trusted TTL to each vote locally, not using untrusted
remote timestamp. Add day-based ttl to FileVoteCache.
Fixes #15
commit 359b616a419d88336522dfd175fc5c27f1b915e7
Author: lifehome <
[email protected]>
Date: Fri Oct 27 09:04:27 2017 +0800
Replace legacy Java EE method for Java 9 - Drop support for Java 7(#35)
* [Test] Java 1.9 patch
Signed-off-by: Ivan Ip <
[email protected]>
* Revert version tag
This version must compile and execute on or above Java 9 SE, as the classfile cannot be read by Java 8 or below.
Signed-off-by: Ivan Ip <
[email protected]>
* Revert to Java 8 for backward compatibility
This build requires Java 1.8 or up to be compiled or executed.
Signed-off-by: Ivan Ip <
[email protected]>
* Fix test cases typo
Signed-off-by: Ivan Ip <
[email protected]>
* Revert to 1.8 API as per requested for backward compatibility
Signed-off-by: Ivan Ip <
[email protected]>
xps.ibj.io ~/ws/nuvotifier on master
$ git --no-pager log v2.3.5..master
commit 2de64da5119b6d4237b8f1d4ae55cedc6b0a49a4 (HEAD -> master, origin/master, origin/HEAD)
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 13:43:21 2017 -0400
change version to 2.3.6-pre
commit 0ea6867d916d9aa4bb9e4ea1608fe216c27966e9
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 13:38:06 2017 -0400
Add more verbose error handling for bad token.
Fixes #25
commit 190bfaa4a99d3b7a73a6324fc5d2248605929897
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 13:31:10 2017 -0400
Add player centric vote forwarding
Used when 'onlySendToJoinedServer' is true yet 'joinedServerFallback' is
empty, null, or unreachable. Will retransmit vote to the server the
player joins that is not on the ignore list.
Also add FileCache support for the new player cache layout with a new
schema system.
commit b43dda37b2e9b565c104d719c2891c0504897f20
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 11:11:19 2017 -0400
update netty version
4.0.31.Final -> 4.1.16.Final
Required test modification - somewhere they fixed a bug where releasing
a ByteBuf given to the pipeline should not be released by the sender -
principle property of handing memory off to a methodcall for ownership.
They should really document this stuff better...
commit 4dfb157166650d06a229bd2a4eb99c1f78a23f33
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 10:46:58 2017 -0400
Bump project version
We aren't writing on a solid version!
commit d8c2e072b14c39336419bc59739766bb209d631c
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 10:35:56 2017 -0400
Add a TTL for the file vote cache.
Adds a locally trusted TTL to each vote locally, not using untrusted
remote timestamp. Add day-based ttl to FileVoteCache.
Fixes #15
commit 359b616a419d88336522dfd175fc5c27f1b915e7
Author: lifehome <
[email protected]>
Date: Fri Oct 27 09:04:27 2017 +0800
Replace legacy Java EE method for Java 9 - Drop support for Java 7(#35)
* [Test] Java 1.9 patch
Signed-off-by: Ivan Ip <
[email protected]>
* Revert version tag
This version must compile and execute on or above Java 9 SE, as the classfile cannot be read by Java 8 or below.
Signed-off-by: Ivan Ip <
[email protected]>
* Revert to Java 8 for backward compatibility
This build requires Java 1.8 or up to be compiled or executed.
Signed-off-by: Ivan Ip <
[email protected]>
* Fix test cases typo
Signed-off-by: Ivan Ip <
[email protected]>
* Revert to 1.8 API as per requested for backward compatibility
Signed-off-by: Ivan Ip <
[email protected]>
xps.ibj.io ~/ws/nuvotifier on master
$ git --no-pager log HEAD..v2.3.5
xps.ibj.io ~/ws/nuvotifier on master
$ git --no-pager log v2.3.5..master
commit 2de64da5119b6d4237b8f1d4ae55cedc6b0a49a4 (HEAD -> master, origin/master, origin/HEAD)
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 13:43:21 2017 -0400
change version to 2.3.6-pre
commit 0ea6867d916d9aa4bb9e4ea1608fe216c27966e9
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 13:38:06 2017 -0400
Add more verbose error handling for bad token.
Fixes #25
commit 190bfaa4a99d3b7a73a6324fc5d2248605929897
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 13:31:10 2017 -0400
Add player centric vote forwarding
Used when 'onlySendToJoinedServer' is true yet 'joinedServerFallback' is
empty, null, or unreachable. Will retransmit vote to the server the
player joins that is not on the ignore list.
Also add FileCache support for the new player cache layout with a new
schema system.
commit b43dda37b2e9b565c104d719c2891c0504897f20
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 11:11:19 2017 -0400
update netty version
4.0.31.Final -> 4.1.16.Final
Required test modification - somewhere they fixed a bug where releasing
a ByteBuf given to the pipeline should not be released by the sender -
principle property of handing memory off to a methodcall for ownership.
They should really document this stuff better...
commit 4dfb157166650d06a229bd2a4eb99c1f78a23f33
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 10:46:58 2017 -0400
Bump project version
We aren't writing on a solid version!
commit d8c2e072b14c39336419bc59739766bb209d631c
Author: Joseph Hirschfeld <
[email protected]>
Date: Wed Nov 1 10:35:56 2017 -0400
Add a TTL for the file vote cache.
Adds a locally trusted TTL to each vote locally, not using untrusted
remote timestamp. Add day-based ttl to FileVoteCache.
Fixes #15
commit 359b616a419d88336522dfd175fc5c27f1b915e7
Author: lifehome <
[email protected]>
Date: Fri Oct 27 09:04:27 2017 +0800
Replace legacy Java EE method for Java 9 - Drop support for Java 7(#35)
* [Test] Java 1.9 patch
Signed-off-by: Ivan Ip <
[email protected]>
* Revert version tag
This version must compile and execute on or above Java 9 SE, as the classfile cannot be read by Java 8 or below.
Signed-off-by: Ivan Ip <
[email protected]>
* Revert to Java 8 for backward compatibility
This build requires Java 1.8 or up to be compiled or executed.
Signed-off-by: Ivan Ip <
[email protected]>
* Fix test cases typo
Signed-off-by: Ivan Ip <
[email protected]>
* Revert to 1.8 API as per requested for backward compatibility
Signed-off-by: Ivan Ip <
[email protected]>