mod_log_auth: log into session
|
Georg Lukas |
2017-04-19 |
mod_log_auth: Handle missing sasl handler
|
Kim Alvefur |
2017-04-19 |
mod_server_contact_info: Bump log message to info level
|
Kim Alvefur |
2017-04-19 |
mod_log_auth: Attempt to retrieve attempted username from SASL handler (re #844)
|
Kim Alvefur |
2017-04-19 |
mod_log_auth: Split some long lines
|
Kim Alvefur |
2017-04-19 |
mod_conversejs: Pass host jid (needed for anonymous auth)
|
Kim Alvefur |
2017-04-18 |
mod_measure_storage: Assume store type is "keyval" if missing
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Guess mime type from file extension if not provided by client (mime-type is OPTIONAL)
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Store filename and directory separately
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Return an error if unable to store slot info
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Keep user- and hostname in locals
|
Kim Alvefur |
2017-04-15 |
mod_http_upload: Remove unused upload slots
|
Kim Alvefur |
2017-04-15 |
Backed out changeset e491a15d7621 (closes #888)
|
Kim Alvefur |
2017-04-15 |
mod_measure_storage: Pass the measurement type, fixes traceback
|
Kim Alvefur |
2017-04-13 |
mod_http_muc_log: Remove caching
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Switch to using a map store
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Add support for limiting file types to upload
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Clear unused slots after 15 minutes
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Consider files deleted even if remove fails
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Validate that file extension (used by mod_http_files) matches mime type given by client
|
Kim Alvefur |
2017-04-13 |
mod_http_upload/README: Add sub-headings under limits
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Implement quota support (closes #823)
|
Kim Alvefur |
2017-04-13 |
mod_http_upload: Add option for expiry of files after a configurable time (closes #557)
|
Kim Alvefur |
2017-04-13 |
mod_storage_xmlarchive: Attempt to clean up orphaned files despite util.datamanager or internal storage having deleted the date index file (fixes #725)
|
Kim Alvefur |
2017-04-10 |
mod_storage_xmlarchive: Pass username to dates
|
Kim Alvefur |
2017-04-10 |
mod_pinger: Try to solve smacks related issues, see #712
|
tmolitor |
2017-04-07 |
mod_storage_memory: Include missing return statement (thanks jonasw)
|
Kim Alvefur |
2017-04-06 |
mod_pinger: Don't ping when smacks hibernated the session, fixes #712
|
tmolitor |
2017-04-06 |