mod_http_file_share: Limit query to time since last expiry
|
Kim Alvefur |
2021-11-29 |
mod_admin_shell: List periodic tasks in module:info
|
Kim Alvefur |
2021-11-22 |
mod_http_file_share: Switch to mod_cron for periodic tasks
|
Kim Alvefur |
2021-11-22 |
mod_muc_mam: Switch to mod_cron for message expiry
|
Kim Alvefur |
2021-11-22 |
mod_mam: Switch to new cron API
|
Kim Alvefur |
2021-11-21 |
core.moduleapi: Add API for adding daily or hourly tasks via mod_cron
|
Kim Alvefur |
2021-11-21 |
mod_cron: Initial commit of periodic task runner
|
Kim Alvefur |
2021-11-21 |
mod_smacks: Remove obsolete comment
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Avoid duplicated queueing using flag on session instead of stanza
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Remove dead conditional
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Ensure hibernating session is not connected
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Reorder imports etc
|
Kim Alvefur |
2021-12-01 |
mod_smacks: Fix empty cache check
|
Kim Alvefur |
2021-12-01 |
mod_smacks: Use stanza type checking function for correctness
|
Kim Alvefur |
2021-12-01 |
mod_smacks: Remove redundant fields
|
Kim Alvefur |
2021-12-01 |
mod_smacks: Factor out formatting of 'h' value
|
Kim Alvefur |
2021-12-01 |
mod_smacks: Remove dead legacy code for 0.10
|
Kim Alvefur |
2021-12-01 |
mod_smacks: Use new pre-session-close event instead of monkeypatch
|
Kim Alvefur |
2021-12-01 |
mod_c2s: Add event just before closing as session
|
Kim Alvefur |
2021-12-01 |
util.dependencies: Fix typo (thanks jonas’)
|
Kim Alvefur |
2021-11-30 |
net.server_epoll: Prevent loop attempting to send last data after close
|
Kim Alvefur |
2021-11-30 |
mod_storage_sql: Return cached total where it makes sense
|
Kim Alvefur |
2021-11-30 |
mod_storage_sql: Adjust handling of 'total' for multi-id queries
|
Kim Alvefur |
2021-11-30 |
mod_storage_sql: Fix traceback on multi-user deletion
|
Kim Alvefur |
2021-11-30 |
mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported
|
Kim Alvefur |
2021-11-30 |
mod_storage_sql: Expose multi-user deletion capability
|
Kim Alvefur |
2021-11-30 |
configure: Silence warning about echo -n [shellcheck]
|
Kim Alvefur |
2021-11-29 |
configure: Remove variable noop (thanks shellcheck)
|
Kim Alvefur |
2021-11-29 |