1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
myqtt: * [fix] Added several updates to mod-ssl module to support SNI certificate selection (based on server name). Used libmyqtt API: myqtt_tls_listener_set_certificate_handlers More... almost 9 years ago
myqtt: * [fix] Updated ssl.example.conf to include some indications about debug='yes' variable.. More... almost 9 years ago
myqtt: * [fix] Updated myqttd server startup to create myqttd-time-tracking.xml file just after changing running user to force its creation and to stop starting the server if that code fails... so we avoid finding this problem during the event More... almost 9 years ago
myqtt: * [fix] Fixed myqttd_domain_get_day_message_quota : it was reporting month value instead of day More... almost 9 years ago
myqtt: * [fix] Updated mod-auth-mysql quota reached error reporting to use msg() rather than error() More... almost 9 years ago
myqtt: * [fix] Update mod-auth-mysql to fix notification error when month limit has been reached More... almost 9 years ago
myqtt: * [fix] Updated myqttd regression test to include reg-test-22 to check all on day/month change notification code.. More... almost 9 years ago
myqtt: * [fix] Added configuration file for test_22 regression test.. More... almost 9 years ago
myqtt: * [fix] Makefile.am updates to fix runtime-datadir variable.. More... almost 9 years ago
myqtt: * [fix] Several updates to myqttd module to include support for on day/month tracking code. Reorganized code to have it at myqttd ctx. Added implementation for myqttd_get_day/month More... almost 9 years ago
myqtt: * [fix] Updated myqttd header to include new API: More... almost 9 years ago
myqtt: * [fix] Updated myqttd types module to include new enumeration used by on day/month change notification code.. More... almost 9 years ago
myqtt: * [fix] Fixed myqttd handler document for handler name.. More... almost 9 years ago
myqtt: * [fix] Several updates to myqttd ctx module to hold, track and notify day/month change through handlers registered. Added code to make the server to save state of current day and month to detect changes.. More... almost 9 years ago
myqtt: * [fix] Updated myqttd ctx module to include new prototype functions to register and notify day/month change. Also added prototype functions for internal code used by regression test to check everything is ok. API added: More... almost 9 years ago
myqtt: * [fix] Updated mod-auth-mysql module to use new function names to register on change day/month handlers.. More... almost 9 years ago
myqtt: * [fix] Fixed output produced by myqttd --conf-location option (make it aligned).. More... almost 9 years ago
myqtt: * [fix] Updated mod-auth-mysql module support registering a couple of functions that will trace day and month change to rotate message quota records. Added needed tables. More... almost 9 years ago
myqtt: * [fix] Several updates to internal myqttd structures to support holding on day and on month change handlers .. More... almost 9 years ago
myqtt: * [fix] Added on change handler definition for myqttd server: - MyQttdOnDateChange More... almost 9 years ago
myqtt: * [fix] Updted myqttd main module to include new functions to get current time and to register handlers to get notifications about when day and/or month changes: More... almost 9 years ago
myqtt: * [fix] Updated myqttd run module to load new settings on startup and reload (message-day-quota and message-month-quota) both for global settings and plan specific settings. More... almost 9 years ago
myqtt: * [fix] Added several updates to mod-auth-mysql module to support tracking day and month cuota inside a new table ("user_msg_tracking"). Updated module startup to create it. Added new api functions to easily get values from database as (long). More... almost 9 years ago
myqtt: * [fix] Added additional notes to security indications.. More... almost 9 years ago
myqtt: * [fix] Updated MyQttd domain API to include a couple of functions that provide access to day and month quota: More... almost 9 years ago
myqttd: * [fix] Updated MyQttd _MyQttdDomainSetting definition to have support for message day and month quota.. More... almost 9 years ago
myqtt: * [fix] Added default configurations for message day quota and message month quota (no limits) for basic, stand and no limit conf More... almost 9 years ago
myqtt: * [fix] Documented missing parameter for myqtt_mkdir function. More... almost 9 years ago
myqtt: * [fix] Updated mod-auth-mysql module to avoid checking SQL injection on password received because it is handled without passing it directly to the SQL database but hashed afterwards for comparison More... almost 9 years ago
myqtt: * [fix] Updated mod-auth-mysql to detect and block new SQL injection sequences. More... almost 9 years ago