Added missing emit to WebSocketServer. Added UserConnection pointer to UserConnection's NetworkMessageReceived signal to avoid using sender(). |
|
More...
|
almost 11 years ago
|
Removed redundant ProtocolVersion() function from UserConnection. Added HasProperty() to UserConnection & HasLoginProperty() to Client. |
|
More...
|
almost 11 years ago
|
Removed redundant ProtocolVersion() function from UserConnection. Added HasProperty() to UserConnection & HasLoginProperty() to Client. |
|
More...
|
almost 11 years ago
|
Fix WebSocketServer template code for GCC. Install websocketpp includes correctly for Linux / OSX. |
|
More...
|
about 11 years ago
|
Fix WebSocketServer template code for GCC. Install websocketpp includes correctly for Linux / OSX. |
|
More...
|
about 11 years ago
|
Further GCC ambiguous operation fix. |
|
More...
|
about 11 years ago
|
Further GCC ambiguous operation fix. |
|
More...
|
about 11 years ago
|
Use explicit toBool() when checking user authentication status. Removed unnecessary code. |
|
More...
|
about 11 years ago
|
Use explicit toBool() when checking user authentication status. Removed unnecessary code. |
|
More...
|
about 11 years ago
|
Rename kNetUserConnection -> KNetUserConnection. |
|
More...
|
about 11 years ago
|
Rename kNetUserConnection -> KNetUserConnection. |
|
More...
|
about 11 years ago
|
Fix compile error on Linux. |
|
More...
|
about 11 years ago
|
Fix compile error on Linux. |
|
More...
|
about 11 years ago
|
Create subclass for kNet-based user connections. Change ConnectionType property in UserConnection to QString. |
|
More...
|
about 11 years ago
|
Create subclass for kNet-based user connections. Change ConnectionType property in UserConnection to QString. |
|
More...
|
about 11 years ago
|
Refactor the way Websocket network messages are signaled. Signal every WebSocket message also globally from the Server. Do not signal unauthenticated WebSocket user messages. |
|
More...
|
about 11 years ago
|
Refactor the way Websocket network messages are signaled. Signal every WebSocket message also globally from the Server. Do not signal unauthenticated WebSocket user messages. |
|
More...
|
about 11 years ago
|
Store the server port as a numeric value in the login properties instead of a string. |
|
More...
|
about 11 years ago
|
Store the server port as a numeric value in the login properties instead of a string. |
|
More...
|
about 11 years ago
|
Change UserConnection's properties to a QVariantMap. Store both XML & JSON data for UserConnectedResponseData. |
|
More...
|
about 11 years ago
|
Change UserConnection's properties to a QVariantMap. Store both XML & JSON data for UserConnectedResponseData. |
|
More...
|
about 11 years ago
|
Fixed null pointer access in AssetModule with WebSocket connections. Fixed WebSocket connection type & transform sync threshold handling. |
|
More...
|
about 11 years ago
|
Fixed null pointer access in AssetModule with WebSocket connections. Fixed WebSocket connection type & transform sync threshold handling. |
|
More...
|
about 11 years ago
|
Initial unification of the UserConnection & SyncManager. WebSocketSyncManager removed. |
|
More...
|
about 11 years ago
|
Initial unification of the UserConnection & SyncManager. WebSocketSyncManager removed. |
|
More...
|
about 11 years ago
|
Added the concept of protocol version, which is negotiated to the lowest supported by both client and server. Client/Server/SyncManager refactoring. |
|
More...
|
about 11 years ago
|
Added the concept of protocol version, which is negotiated to the lowest supported by both client and server. Client/Server/SyncManager refactoring. |
|
More...
|
about 11 years ago
|
SyncManager & UserConnection refactoring. Make SyncManager independent of kNet messages. Add generic message send & receive functionality to UserConnection class (can be subclassed.) Make AssetModule use the UserConnection's send functionality instead of kNet directly. |
|
More...
|
about 11 years ago
|
SyncManager & UserConnection refactoring. Make SyncManager independent of kNet messages. Add generic message send & receive functionality to UserConnection class (can be subclassed.) Make AssetModule use the UserConnection's send functionality instead of kNet directly. |
|
More...
|
about 11 years ago
|
Do not busy poll the WebSocketServer. |
|
More...
|
about 11 years ago
|