9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added missing emit to WebSocketServer. Added UserConnection pointer to UserConnection's NetworkMessageReceived signal to avoid using sender().
cadaver
as Lasse Öörni
More... almost 11 years ago
Removed redundant ProtocolVersion() function from UserConnection. Added HasProperty() to UserConnection & HasLoginProperty() to Client.
cadaver
as Lasse Öörni
More... almost 11 years ago
Removed redundant ProtocolVersion() function from UserConnection. Added HasProperty() to UserConnection & HasLoginProperty() to Client.
cadaver
as Lasse Öörni
More... almost 11 years ago
Fix WebSocketServer template code for GCC. Install websocketpp includes correctly for Linux / OSX.
cadaver
as Lasse Öörni
More... about 11 years ago
Fix WebSocketServer template code for GCC. Install websocketpp includes correctly for Linux / OSX.
cadaver
as Lasse Öörni
More... about 11 years ago
Further GCC ambiguous operation fix.
cadaver
as Lasse Öörni
More... about 11 years ago
Further GCC ambiguous operation fix.
cadaver
as Lasse Öörni
More... about 11 years ago
Use explicit toBool() when checking user authentication status. Removed unnecessary code.
cadaver
as Lasse Öörni
More... about 11 years ago
Use explicit toBool() when checking user authentication status. Removed unnecessary code.
cadaver
as Lasse Öörni
More... about 11 years ago
Rename kNetUserConnection -> KNetUserConnection.
cadaver
as Lasse Öörni
More... about 11 years ago
Rename kNetUserConnection -> KNetUserConnection.
cadaver
as Lasse Öörni
More... about 11 years ago
Fix compile error on Linux.
cadaver
as Lasse Öörni
More... about 11 years ago
Fix compile error on Linux.
cadaver
as Lasse Öörni
More... about 11 years ago
Create subclass for kNet-based user connections. Change ConnectionType property in UserConnection to QString.
cadaver
as Lasse Öörni
More... about 11 years ago
Create subclass for kNet-based user connections. Change ConnectionType property in UserConnection to QString.
cadaver
as Lasse Öörni
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.
cadaver
as Lasse Öörni
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.
cadaver
as Lasse Öörni
More... about 11 years ago
Store the server port as a numeric value in the login properties instead of a string.
cadaver
as Lasse Öörni
More... about 11 years ago
Store the server port as a numeric value in the login properties instead of a string.
cadaver
as Lasse Öörni
More... about 11 years ago
Change UserConnection's properties to a QVariantMap. Store both XML & JSON data for UserConnectedResponseData.
cadaver
as Lasse Öörni
More... about 11 years ago
Change UserConnection's properties to a QVariantMap. Store both XML & JSON data for UserConnectedResponseData.
cadaver
as Lasse Öörni
More... about 11 years ago
Fixed null pointer access in AssetModule with WebSocket connections. Fixed WebSocket connection type & transform sync threshold handling.
cadaver
as Lasse Öörni
More... about 11 years ago
Fixed null pointer access in AssetModule with WebSocket connections. Fixed WebSocket connection type & transform sync threshold handling.
cadaver
as Lasse Öörni
More... about 11 years ago
Initial unification of the UserConnection & SyncManager. WebSocketSyncManager removed.
cadaver
as Lasse Öörni
More... about 11 years ago
Initial unification of the UserConnection & SyncManager. WebSocketSyncManager removed.
cadaver
as Lasse Öörni
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.
cadaver
as Lasse Öörni
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.
cadaver
as Lasse Öörni
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.
cadaver
as Lasse Öörni
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.
cadaver
as Lasse Öörni
More... about 11 years ago
Do not busy poll the WebSocketServer.
cadaver
as Lasse Öörni
More... about 11 years ago