| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_cron: Follow convention of imports at the top | Kim Alvefur | 2021-12-03 | 1 | -1/+2 |
* | | mod_http_file_share: Keep track of total storage use across restarts | Kim Alvefur | 2021-12-03 | 1 | -0/+5 |
* | | mod_http_file_share: Fix measuring total storage use before it was known | Kim Alvefur | 2021-12-03 | 1 | -1/+1 |
* | | mod_smacks: Refactor, simplify, optimize | Kim Alvefur | 2021-12-03 | 1 | -4/+2 |
* | | mod_smacks: Use function to construct error reply | Kim Alvefur | 2021-12-03 | 1 | -5/+1 |
* | | mod_cron: Initialize daily tasks so they run around midnight UTC | Kim Alvefur | 2021-12-03 | 1 | -0/+4 |
* | | mod_http_file_share: Keep global storage use accurate longer. | Kim Alvefur | 2021-11-30 | 1 | -5/+5 |
* | | mod_http_file_share: Merge file expiry loops | Kim Alvefur | 2021-11-30 | 1 | -13/+7 |
* | | mod_http_file_share: Limit query to time since last expiry | Kim Alvefur | 2021-11-30 | 1 | -2/+2 |
* | | mod_admin_shell: List periodic tasks in module:info | Kim Alvefur | 2021-11-22 | 1 | -0/+2 |
* | | mod_http_file_share: Switch to mod_cron for periodic tasks | Kim Alvefur | 2021-11-22 | 1 | -14/+5 |
* | | mod_muc_mam: Switch to mod_cron for message expiry | Kim Alvefur | 2021-11-22 | 1 | -6/+1 |
* | | mod_mam: Switch to new cron API | Kim Alvefur | 2021-11-21 | 1 | -6/+1 |
* | | mod_cron: Initial commit of periodic task runner | Kim Alvefur | 2021-11-21 | 1 | -0/+59 |
* | | mod_smacks: Remove obsolete comment | Kim Alvefur | 2021-12-02 | 1 | -5/+0 |
* | | mod_smacks: Avoid duplicated queueing using flag on session instead of stanza | Kim Alvefur | 2021-12-02 | 1 | -2/+4 |
* | | mod_smacks: Remove dead conditional | Kim Alvefur | 2021-12-02 | 1 | -1/+1 |
* | | mod_smacks: Ensure hibernating session is not connected | Kim Alvefur | 2021-12-02 | 1 | -0/+3 |
* | | mod_smacks: Reorder imports etc | Kim Alvefur | 2021-12-01 | 1 | -13/+15 |
* | | mod_smacks: Fix empty cache check | Kim Alvefur | 2021-12-01 | 1 | -1/+1 |
* | | mod_smacks: Use stanza type checking function for correctness | Kim Alvefur | 2021-12-01 | 1 | -1/+1 |
* | | mod_smacks: Remove redundant fields | Kim Alvefur | 2021-12-01 | 1 | -7/+1 |
* | | mod_smacks: Factor out formatting of 'h' value | Kim Alvefur | 2021-12-01 | 1 | -4/+6 |
* | | mod_smacks: Remove dead legacy code for 0.10 | Kim Alvefur | 2021-12-01 | 1 | -17/+0 |
* | | mod_smacks: Use new pre-session-close event instead of monkeypatch | Kim Alvefur | 2021-12-01 | 1 | -13/+16 |
* | | mod_c2s: Add event just before closing as session | Kim Alvefur | 2021-12-01 | 1 | -0/+3 |
* | | mod_storage_sql: Return cached total where it makes sense | Kim Alvefur | 2021-11-30 | 1 | -4/+9 |
* | | mod_storage_sql: Adjust handling of 'total' for multi-id queries | Kim Alvefur | 2021-11-30 | 1 | -2/+3 |
* | | mod_storage_sql: Fix traceback on multi-user deletion | Kim Alvefur | 2021-11-30 | 1 | -2/+6 |
* | | mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported | Kim Alvefur | 2021-11-30 | 2 | -13/+54 |
* | | mod_storage_sql: Expose multi-user deletion capability | Kim Alvefur | 2021-11-30 | 1 | -0/+1 |
* | | mod_admin_shell: Remove now redundant promise awaiting in dns:lookup() | Kim Alvefur | 2021-11-27 | 1 | -6/+1 |
* | | mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping() | Kim Alvefur | 2021-11-27 | 1 | -6/+3 |
* | | mod_smacks: Remove left-over debug logging | Kim Alvefur | 2021-11-27 | 1 | -1/+0 |
* | | mod_admin_shell: Fix indentation | Kim Alvefur | 2021-11-26 | 1 | -13/+13 |
* | | mod_admin_shell: Wait for promises | Kim Alvefur | 2021-11-26 | 1 | -0/+5 |
* | | mod_admin_shell: Reduce width of 'Status' column | Kim Alvefur | 2021-11-26 | 1 | -3/+3 |
* | | mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve) | Kim Alvefur | 2021-11-26 | 1 | -3/+3 |
* | | mod_vcard_legacy: Also respect avatar:metadata access restrictions | Emmanuel Gil Peyrot | 2021-11-25 | 1 | -1/+1 |
* | | mod_admin_shell: Fix showing default HTTP path in module:info | Kim Alvefur | 2021-11-25 | 1 | -1/+1 |
* | | mod_http_openmetrics: Serve HTTP from global context | Kim Alvefur | 2021-11-25 | 1 | -9/+7 |
* | | mod_smacks: Optimize scheduling of ack requests | Kim Alvefur | 2021-11-24 | 1 | -1/+2 |
* | | mod_smacks: Refactor ack requesting to avoid some timer roundtrips | Kim Alvefur | 2021-11-24 | 1 | -56/+62 |
* | | mod_smacks: Fix timer lifetimes to follow session instead of module | Kim Alvefur | 2021-11-24 | 1 | -8/+12 |
* | | mod_smacks: Clean up compat code etc | Kim Alvefur | 2021-11-24 | 1 | -54/+39 |
* | | mod_smacks: Import from prosody-modules @ eb63890ae8fc | Kim Alvefur | 2021-11-16 | 1 | -0/+690 |
* | | mod_external_services: Warn about missing recommended fields | Kim Alvefur | 2021-11-24 | 1 | -0/+4 |
* | | mod_admin_shell: Factor out simple function in module:info for reuse | Kim Alvefur | 2021-11-24 | 1 | -4/+6 |
* | | mod_admin_shell: List collected metrics in module:info | Kim Alvefur | 2021-11-24 | 1 | -0/+16 |
* | | mod_admin_shell: List net providers in module:info | Kim Alvefur | 2021-11-23 | 1 | -0/+1 |