0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fix several memory leaks in verse server * WIP: verse server cli - Pressing 'q' and <Enter> will request terminating of verse server - Valgrind plugin in Eclipse doesn't allow to send SIGINT signal to subprocess More... over 11 years ago
* Fix several memory leaks in verse server * WIP: verse server cli - Pressing 'q' and <Enter> will request terminating of verse server - Valgrind plugin in Eclipse doesn't allow to send SIGINT signal to subprocess More... over 11 years ago
* Small changes More... over 11 years ago
* Small changes More... over 11 years ago
* Make client code more thread safe More... over 11 years ago
* Make client code more thread safe More... over 11 years ago
* When client is authenticated at Verse server, then Verse server creates special node as child of avatar node of authenticated client - This node contains information about hostname, time of login, client name and version of client - Client name and version is negotiated with Verse server during first phase of Verse handshake -Fixed bug: vsession->peer_hostname is initialized correctly now More... over 11 years ago
* When client is authenticated at Verse server, then Verse server creates special node as child of avatar node of authenticated client - This node contains information about hostname, time of login, client name and version of client - Client name and version is negotiated with Verse server during first phase of Verse handshake -Fixed bug: vsession->peer_hostname is initialized correctly now More... over 11 years ago
* Next refactoring of code (verse node at verse server) More... over 11 years ago
* Next refactoring of code (verse node at verse server) More... over 11 years ago
* Refactoring of Verse nodes at Verse server - No new features - Removed lots of duplicated code - Separeted some code from vs_node.c to vs_sys_nodes.c - TODO: do more testing (I hope that I didn't break anything) More... over 11 years ago
* Refactoring of Verse nodes at Verse server - No new features - Removed lots of duplicated code - Separeted some code from vs_node.c to vs_sys_nodes.c - TODO: do more testing (I hope that I didn't break anything) More... over 11 years ago
* It is possible to set information about verse client from Python too. Example: vrs.set_client_info("Example Python Verse Client", "0.1") * Fixed bug in verse.c More... over 11 years ago
* It is possible to set information about verse client from Python too. Example: vrs.set_client_info("Example Python Verse Client", "0.1") * Fixed bug in verse.c More... over 11 years ago
* Client can set its name and version number with vrs_set_client_info(name, version). It will be used in info node about avatar. More... over 11 years ago
* Client can set its name and version number with vrs_set_client_info(name, version). It will be used in info node about avatar. More... over 11 years ago
* Bug fix: When client unsubscribes from node, then client is unsubscribed from layers of this node too. More... over 11 years ago
* Bug fix: When client unsubscribes from node, then client is unsubscribed from layers of this node too. More... over 11 years ago
* Make iniparser optional package, because it is hard to install sometimes More... over 11 years ago
* Make iniparser optional package, because it is hard to install sometimes More... over 11 years ago
* WIP: code refactoring: creating of node at verse server More... over 11 years ago
* WIP: code refactoring: creating of node at verse server More... over 11 years ago
* Verse server creates special tag group in user node and this tag group includes tag with real name of user (not username ... it would be security risk) More... over 11 years ago
* Verse server creates special tag group in user node and this tag group includes tag with real name of user (not username ... it would be security risk) More... over 11 years ago
* Refactoring of code More... over 11 years ago
* Refactoring of code More... over 11 years ago
* Better error message, when python client want to use wrong type of tag value More... over 11 years ago
* Better error message, when python client want to use wrong type of tag value More... over 11 years ago
* Update cmake find module to try to find wslay/wslay.h on right place More... over 11 years ago
* Update cmake find module to try to find wslay/wslay.h on right place More... over 11 years ago