Ezyfox Server Versions Save

A socket server (include SSL) supports realtime application, realtime game, MMORPG, messaging, chat and streaming data with TCP, UDP and Websocket

v1.2.8.1

7 months ago
  1. update README.
  2. supports SSL for TCP socket.

v1.2.8

11 months ago
  • Used ezyfox v1.2.8
  • Catch TCP socket handler by Throwable instead of Exception.

v1.2.7

1 year ago

use ezyfox 1.2.7

v1.2.6

1 year ago
  • Update AppEntry and PluginEntry to use setting package name for binding context
  • Update library to new versions

v1.2.5

1 year ago

Fix bug: can not receive UDP request when a client has TCP IP and UDP IP are not same

v1.2.4

1 year ago
  • add udpOrTcpTransport
  • remove unsed UserManager class
  • fix typo sercurity

v1.2.3

2 years ago
  • Allows handle handshake event
  • Fix Settings.build did not call .init function
  • Add UserAccessedApp event (call one time after user accessed app successfully)
  • Update message pack encoder/decoder
  • Update code style

v1.2.2

2 years ago
  • replace log4j1x by logback
  • update statistics frames
  • add CommandManager
  • add EzyLoginError.TOO_MANY_REQUEST

v1.2.1

2 years ago
  • Improve performance
  • Update support: response result of controller method to client
  • Allow set active profiles from settings.xml
  • Allow specific plugin and application package to scan from settings.xml
  • Allow decorate settings

v1.2.0

2 years ago
  • Add L7 health check via api: management/health-check
  • Classifier app event controller and plugin controller
  • Add EzyDisallowRequest to allow disable plugin request handlers