1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
myqtt: * [fix] Added additional notes..and pending work.. More... about 9 years ago
myqtt: * [fix] Updated .def file and internal MyQttCtx object definition to include references to new on_unsubscribe and on_unsubscribe_data fields. More... about 9 years ago
myqtt: * [fix] Updated myqttd run module to improve log reporting about operations done by connecting devices. Now CONNECT, DISCONNECT, SUBSCRIBE and UNSUBACK are better reported to the log, including information about the remote ip, authentication used, flag status. More... about 9 years ago
myqtt: * [fix] Updated myqttd mod-auth-mysql module to allow supporting a new configuration attribute (debug='yes') to allow administrator/developer debug SQL queries being executed. More... about 9 years ago
myqtt: * [fix] Updated mysql.example.xml for myqttd module (mod-auth-mysql) to include some indications for debug='yes' option and to set an initial default value of debug='no' More... about 9 years ago
myqtt: * [fix] Removed debug messages from myqttd-config module.. More... about 9 years ago
myqtt: * [fix] Updted myqtt reader code to make unsuback handling code to detect and call onunsubscribe handler if defined. Also updated code to skip unsuback handling if the handler reports axl_false. Updated documentation to state that this is not MQTT compliant.. More... about 9 years ago
myqtt: * [fix] Updated myqtt ctx module to allow configure unsubscribe handler for a given context. API added: More... about 9 years ago
myqtt: * [fix] Updated myqtt handler module to add a new handler to support notification for unsubscribe notifications. API added: More... about 9 years ago
myqtt: * [fix] Updated myqttd-run module to report remote ip, clean session flag and will flag status when a connection is accepted. More... about 9 years ago
myqtt: * [fix] Updated mod-auth-mysql to include more error reporting when the module was started and when it failed to allocate memory to build configuration path.. More... about 9 years ago
myqtt: * [fix] Updated myqttd myqttd-run module to also report remove ip address when a login failure is found in any of its cases. More... about 9 years ago
myqtt: * [fix] Updated reg test (test_00_c) to check myqtt_mkdir API with full paths. More... about 9 years ago
myqtt: * [fix] Several updates to myqtt storage module to replace all calls to mkdir () with myqtt_mkdir () which supports creating all items along the way through the path. This fixes several issues with retained messages. More... about 9 years ago
myqtt: * [fix] Fixed myqtt_mkidr API: it was not working with full paths starting with /. Updated regression test (test_00_c) to check both relative and absolute paths work as expected. More... about 9 years ago
myqtt: * [fix] Updated myqtt.example.conf to remove by default <running-user> declaration.. More... about 9 years ago
myqtt: * [fix] Updated myqttd regression test (test_01.c) to fix test_07 (domain limits settings checks), improving and including additional checks to ensure domains are loaded with the right values. More... about 9 years ago
myqtt: * [fix] Updtaed myqttd domain module to make myqttd_domain_conn_count to return the amount of connections *plus* the amount of connections already accepted but in transition into myqtt reader module which are located at the myqtt reader queue. More... about 9 years ago
myqtt: * [fix] Several updates to mod-auth-mysql to make user_acl and domain_acl to also decide what action to apply when they matches. If 0 is used, then the "action if matches" is delegated to the default acl configured at domain level. More... about 9 years ago
myqtt: * [fix] Updated "use-settings" internal attribute for MyQttdDomain because now it is not going to be a reference to the axlDoc but a copy (to support online configuration reload). More... about 9 years ago
myqtt: * [fix] Updated myqttd run module to report the amount of connections handled by a domain after accepting a new one. Added more log information when a domain is activated. More... about 9 years ago
myqtt: * [fix] Updated configuration files for myqttd regression tests to avoid having the <running-user> directive activated...which is causing problems for just testing More... about 9 years ago
myqtt: * [fix] Updated myqtt storage module to use a new internal fully to ease error reporting, including errno, uid and gid variables. Updated most of the error calls to use this new function: __myqtt_storage_error_report More... about 9 years ago
myqtt: * [fix] Fixed myqtt reader module variable naming (con_list -> conn_list). * [fix] Updated myqtt reader module to report how many connections are being handled at the time new connections are received. More... about 9 years ago
myqtt: * [fix] Several updates to mod-auth-mysql to allow controlling what are the allowed protocols for a given user so an administrator can control which of them can be used. Updted reg-test (test_01-test_20) to check new support added. More... about 9 years ago
myqtt: * [fix] Updated mod-auth-myqtt to also support controlling ping messages.. More... about 9 years ago
myqtt: * [fix] Removed not neccessary user_id attribute from "user" table at mod-auth-mysql module More... about 9 years ago
myqtt: * [fix] Several updates to myqttd-domain auth engine to support directed domain selection by using @<server-name> format for clientid and username (if defined). Updated test_20 to check this support, though it is general to all backends added. More... about 9 years ago
myqtt: * [fix] Added clarification to storage_quota_limit (measured in KBs). More... about 9 years ago
myqtt: * [fix] Cleaning loading paths at myqttd-config when found with / at the end of the given path More... about 9 years ago