openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
MyQtt
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Aug 17, 2024 — Aug 17, 2025
Showing page 4 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
myqtt: * [fix] Added additional notes..and pending work..
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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'
Francis Brosnan Blázquez
More...
about 9 years ago
myqtt: * [fix] Removed debug messages from myqttd-config module..
Francis Brosnan Blázquez
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..
Francis Brosnan Blázquez
More...
about 9 years ago
myqtt: * [fix] Updated myqtt ctx module to allow configure unsubscribe handler for a given context. API added:
Francis Brosnan Blázquez
More...
about 9 years ago
myqtt: * [fix] Updated myqtt handler module to add a new handler to support notification for unsubscribe notifications. API added:
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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..
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
More...
about 9 years ago
myqtt: * [fix] Updated reg test (test_00_c) to check myqtt_mkdir API with full paths.
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
More...
about 9 years ago
myqtt: * [fix] Updated myqtt.example.conf to remove by default <running-user> declaration..
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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).
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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
Francis Brosnan Blázquez
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
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
More...
about 9 years ago
myqtt: * [fix] Updated mod-auth-myqtt to also support controlling ping messages..
Francis Brosnan Blázquez
More...
about 9 years ago
myqtt: * [fix] Removed not neccessary user_id attribute from "user" table at mod-auth-mysql module
Francis Brosnan Blázquez
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.
Francis Brosnan Blázquez
More...
about 9 years ago
myqtt: * [fix] Added clarification to storage_quota_limit (measured in KBs).
Francis Brosnan Blázquez
More...
about 9 years ago
myqtt: * [fix] Cleaning loading paths at myqttd-config when found with / at the end of the given path
Francis Brosnan Blázquez
More...
about 9 years ago
←
1
2
3
4
5
6
7
8
9
…
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree