log

age author description
2017-04-15 Kim Alvefur mod_http_upload: Guess mime type from file extension if not provided by client (mime-type is OPTIONAL)
2017-04-15 Kim Alvefur mod_http_upload: Store filename and directory separately
2017-04-15 Kim Alvefur mod_http_upload: Return an error if unable to store slot info
2017-04-15 Kim Alvefur mod_http_upload: Keep user- and hostname in locals
2017-04-15 Kim Alvefur mod_http_upload: Remove unused upload slots
2017-04-15 Kim Alvefur Backed out changeset e491a15d7621 (closes #888)
2017-04-13 Kim Alvefur mod_measure_storage: Pass the measurement type, fixes traceback
2017-04-13 Kim Alvefur mod_http_muc_log: Remove caching
2017-04-13 Kim Alvefur mod_http_upload: Switch to using a map store
2017-04-13 Kim Alvefur mod_http_upload: Add support for limiting file types to upload
2017-04-13 Kim Alvefur mod_http_upload: Clear unused slots after 15 minutes
2017-04-13 Kim Alvefur mod_http_upload: Consider files deleted even if remove fails
2017-04-13 Kim Alvefur mod_http_upload: Validate that file extension (used by mod_http_files) matches mime type given by client
2017-04-13 Kim Alvefur mod_http_upload/README: Add sub-headings under limits
2017-04-13 Kim Alvefur mod_http_upload: Implement quota support (closes #823)
2017-04-13 Kim Alvefur mod_http_upload: Add option for expiry of files after a configurable time (closes #557)
2017-04-10 Kim Alvefur mod_storage_xmlarchive: Attempt to clean up orphaned files despite util.datamanager or internal storage having deleted the date index file (fixes #725)
2017-04-10 Kim Alvefur mod_storage_xmlarchive: Pass username to dates
2017-04-07 tmolitor mod_pinger: Try to solve smacks related issues, see #712
2017-04-06 Kim Alvefur mod_storage_memory: Include missing return statement (thanks jonasw)
2017-04-06 tmolitor mod_pinger: Don't ping when smacks hibernated the session, fixes #712
2017-04-06 tmolitor mod_pinger: Fix hardcoded smacks namespace, fixes #712
2017-04-06 tmolitor mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9
2017-04-05 tmolitor mod_cloud_notify: Fix module:unhook calls not available in prosody 0.9, fixes #874
2017-04-04 Matthew Wild mod_pep_plus: Import from Prosody trunk ae3c5abb3336
2017-04-03 Kim Alvefur mod_http_upload: Fix halting of event propagation when request handler returns
2017-04-03 Kim Alvefur mod_http_upload: Where did those parenthesis come from?
2017-04-03 Kim Alvefur mod_http_upload: Use the new util.id if available (in 0.10+)
2017-04-03 Kim Alvefur mod_conversejs: Include a <body> tag in HTML
2017-04-01 Kim Alvefur mod_storage_xmlarchive: Use the dates method in more places
2017-04-02 Emmanuel Gil Peyrot mod_mam: Remove extraneous assert when opening the store
2017-03-30 Kim Alvefur mod_storage_memory: Ignore unused 'self' [luacheck]