1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README More... about 7 years ago
Updated Readme to deprecate the project More... about 7 years ago
myqtt: * [fix] Committing minor changes.. More... about 8 years ago
myqtt: * [fix] Updated web files.. More... over 8 years ago
myqtt: * [fix] Fixed myqtt-run module to avoid fstack protector reported by gcc.. More... over 8 years ago
myqtt: * [fix] Updated regtest (test_03-a) to check connection close/replacement when drop connection when same client id is disabled.. More... over 8 years ago
myqtt: * [fix] Updated myqttd-run module to record more information when a second connection is received with the same client id on the same domain. More... over 8 years ago
myqtt: * [fix] Minor header changes.. More... over 8 years ago
myqtt: * [fix] Updated myqttd-run module to call to remove clientid conn reference when DISCONNECT is received. Added regression test 03-a to attempt to reproduce bug but no error was found (still). More... over 8 years ago
myqtt: * [fix] Making myqttd-domain module to avoid loading domain names that are known to be templates.. More... almost 9 years ago
myqtt: * [fix] Updated myqttd-users module to avoid loading database paths that are known to be templates.. More... almost 9 years ago
myqtt: * [fix] Updated source code and compilation files to make MyQtt compilable without MySQL installed. More... almost 9 years ago
myqtt: * [fix] Several updates to mqtt-tls module to report errno and textual errno in case loading certificates functions fails. More... almost 9 years ago
myqtt: * [fix] Updted myqttd reg test (server/test_01.c) to use "rm -f" instead of just "rm" to avoid reg test be stopped by interactive questions More... almost 9 years ago
myqtt: * [fix] Updated MyQttd's mod-auth-mysql to mysql_close the connection when mysql_real_connect fails. Added some additional checks and missing mysql_free_result call. More... almost 9 years ago
myqtt: * [fix] Making MyQttD on day and month change notification to be skipped when ctx->is_exiting is detected. Updated on publish notification to follow same pattern. More... almost 9 years ago
myqtt: * [fix] Updated MyQttD run module to show the connection that is currently connected when detected a "client already connected" event, so the log generated can also show from where that connection is already working, socket and connection status. More... almost 9 years ago
myqtt: * [fix] Updated MyQttD time tracking code to notify day and month change to stop that event at myqttd_exit. More... almost 9 years ago
myqtt: * [fix] Updated myqtt-manager.py to support removing accounts from domain with MySQL backend (mod-auth-mysql). More... almost 9 years ago
myqtt: * [fix] Updaited myqtt-manager.py to allow adding user accounts to existing domains with mod-auth-mysql backend enabled. More... almost 9 years ago
myqtt: * [fix] Updated myqtt-manager.py to support adding domains with mod-auth-mysql backend enabled.. More... almost 9 years ago
myqtt: * [fix] Updated myqtt-manager.py to support easy configure option for mod-auth-mysql. More... almost 9 years ago
myqtt: * [fix] Added support to myqtt-manager.py to list accounts inside a given domain.. More... almost 9 years ago
myqtt: * [fix] Updated myqtt-manager.py to support removing accounts from domains.. More... almost 9 years ago
myqtt: * [fix] Reorganized myqtt-manager.py code to allow checking domain_exists () Removed old code doing this replaced by domain_exists () More... almost 9 years ago
myqtt: * [fix] Updated myqtt-manager.py to support changing password/username for a particular client-id (mod-auth-xml backend). More... almost 9 years ago
myqtt: * [fix] Updated myqtt-manager.py to include initial working support to add domain accounts with mod-auth-xml backend. Still needs more work around password formats.. More... almost 9 years ago
myqtt: * [fix] Updated mod-auth-xml module to support md5 and sha1 as password formats for users.xml database. More... almost 9 years ago
myqtt: * [fix] Fixed myqtt-manager.py to setup "no-limits" (instead of no-limit) for domain settings. Updated domain creation code to call to reload myqttd server. More... almost 9 years ago
myqtt: * [fix] Updated myqtt-manager.py to add initial support to create accounts into existing domains.. More... almost 9 years ago