mod_block_registrations: fix example regex
|
tmolitor |
2017-05-12 |
mod_cloud_notify: Don't notify for all smacks queued stanzas in a row
|
tmolitor |
2017-05-08 |
mod_smacks: Fix delayed_ack event
|
tmolitor |
2017-05-08 |
mod_cloud_notify: fix bug when multiple resources are used
|
tmolitor |
2017-05-08 |
mod_mam: Adjust event handler priorities to match guidelines in docs
|
Matthew Wild |
2017-04-28 |
mod_csi_pump: Consider presence other than presence updates important (ie subscription requests)
|
Kim Alvefur |
2017-04-27 |
mod_measure_malloc: Add a short README
|
Kim Alvefur |
2017-04-27 |
mod_measure_memory: Split out mallinfo measuring into a separate module, mod_measure_malloc
|
Kim Alvefur |
2017-04-27 |
Merge
|
Kim Alvefur |
2017-04-27 |
mod_mam_archive: Use util.rsm (fixes #877, depends on recent 0.10+)
|
Dennis Schridde |
2017-04-22 |
mod_log_http: Remove accidentally-committed debugging code
|
Matthew Wild |
2017-04-25 |
mod_onions: Make variable local
|
Kim Alvefur |
2017-04-24 |
mod_onions: Import luasocket (fixes #898)
|
Kim Alvefur |
2017-04-24 |
Merge commit
|
tmolitor |
2017-04-24 |
Fix #889
|
tmolitor |
2017-04-24 |
mod_log_http: Add new module for logging outgoing HTTP request
|
Matthew Wild |
2017-04-21 |
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 |
mod_pinger: Fix hardcoded smacks namespace, fixes #712
|
tmolitor |
2017-04-06 |
mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9
|
tmolitor |
2017-04-06 |
mod_cloud_notify: Fix module:unhook calls not available in prosody 0.9, fixes #874
|
tmolitor |
2017-04-05 |
mod_pep_plus: Import from Prosody trunk ae3c5abb3336
|
Matthew Wild |
2017-04-04 |
mod_http_upload: Fix halting of event propagation when request handler returns
|
Kim Alvefur |
2017-04-03 |
mod_http_upload: Where did those parenthesis come from?
|
Kim Alvefur |
2017-04-03 |
mod_http_upload: Use the new util.id if available (in 0.10+)
|
Kim Alvefur |
2017-04-03 |
mod_conversejs: Include a <body> tag in HTML
|
Kim Alvefur |
2017-04-03 |
mod_storage_xmlarchive: Use the dates method in more places
|
Kim Alvefur |
2017-04-01 |
mod_mam: Remove extraneous assert when opening the store
|
Emmanuel Gil Peyrot |
2017-04-02 |
mod_storage_memory: Ignore unused 'self' [luacheck]
|
Kim Alvefur |
2017-03-30 |
mod_storage_memory: Inclued 'with' in search [luacheck]
|
Kim Alvefur |
2017-03-30 |
mod_storage_memory: Fix to serialize the correct variable [luacheck]
|
Kim Alvefur |
2017-03-30 |
mod_conversejs: Remove leftover use of mod_http_files from before commit
|
Kim Alvefur |
2017-03-30 |
mod_conversejs: Simple demo module for serving converse.js from internal http server
|
Kim Alvefur |
2017-03-30 |
mod_storage_memory: Serialize data functions that return the data (prevents mutation of stored data)
|
Kim Alvefur |
2017-03-30 |