2017-07-22 |
Kim Alvefur |
mod_http_upload: Remove MIME type restrictions and checking (fixes #958)
|
2017-07-16 |
Emmanuel Gil Peyrot |
mod_secure_interfaces: Add ::1 to the default secure_interfaces.
|
2017-07-16 |
Emmanuel Gil Peyrot |
mod_register_redirect: Add ::1 to the default registration_whitelist.
|
2017-07-16 |
Emmanuel Gil Peyrot |
mod_captcha_registration: Add ::1 to the default registration_whitelist.
|
2017-07-14 |
tmolitor |
mod_smacks: don't send out <r> when already hibernating
|
2017-07-06 |
Matthew Wild |
mod_secure_interfaces: Add debug log in non-secure case also
|
2017-04-27 |
Kim Alvefur |
mod_mam: Use correct variable
|
2017-04-26 |
Kim Alvefur |
mod_mam: Don't ask the storage backend to count all items when expiry is disabled
|
2017-06-23 |
Kim Alvefur |
mod_mam_muc: Handle missing maxstanzas (thanks Martin)
|
2017-06-23 |
Kim Alvefur |
mod_mam_muc: Only collect original JID for messages (unavailable presence seems to cause an error)
|
2017-06-23 |
Kim Alvefur |
mod_mam_muc: Store and return original JID, role and affiliation (fixes #903)
|
2017-06-23 |
Kim Alvefur |
mod_mam_muc: Remove fetching of total message counts (potentially very slow and only supported by SQL)
|
2017-06-23 |
Kim Alvefur |
mod_mam_muc: Add debug logging like in mod_mam
|
2017-06-23 |
Kim Alvefur |
mod_mam_muc: Make calculation of max history length more like in mod_muc
|
2017-05-25 |
Kim Alvefur |
mod_muc_log/README: Remove odd duplicate item under Compatibility (thanks Tobias)
|
2017-05-21 |
Kim Alvefur |
mod_mam_muc: Rename various fields from "logging" to "archiving"
|
2017-05-12 |
tmolitor |
mod_block_registrations: fix example regex
|
2017-05-08 |
tmolitor |
mod_cloud_notify: Don't notify for all smacks queued stanzas in a row
|
2017-05-08 |
tmolitor |
mod_smacks: Fix delayed_ack event
|
2017-05-08 |
tmolitor |
mod_cloud_notify: fix bug when multiple resources are used
|
2017-04-28 |
Matthew Wild |
mod_mam: Adjust event handler priorities to match guidelines in docs
|
2017-04-27 |
Kim Alvefur |
mod_csi_pump: Consider presence other than presence updates important (ie subscription requests)
|
2017-04-27 |
Kim Alvefur |
mod_measure_malloc: Add a short README
|
2017-04-27 |
Kim Alvefur |
mod_measure_memory: Split out mallinfo measuring into a separate module, mod_measure_malloc
|
2017-04-27 |
Kim Alvefur |
Merge
|
2017-04-22 |
Dennis Schridde |
mod_mam_archive: Use util.rsm (fixes #877, depends on recent 0.10+)
|
2017-04-25 |
Matthew Wild |
mod_log_http: Remove accidentally-committed debugging code
|
2017-04-24 |
Kim Alvefur |
mod_onions: Make variable local
|
2017-04-24 |
Kim Alvefur |
mod_onions: Import luasocket (fixes #898)
|
2017-04-24 |
tmolitor |
Merge commit
|
2017-04-24 |
tmolitor |
Fix #889
|
2017-04-21 |
Matthew Wild |
mod_log_http: Add new module for logging outgoing HTTP request
|
2017-04-19 |
Georg Lukas |
mod_log_auth: log into session
|
2017-04-19 |
Kim Alvefur |
mod_log_auth: Handle missing sasl handler
|
2017-04-19 |
Kim Alvefur |
mod_server_contact_info: Bump log message to info level
|
2017-04-19 |
Kim Alvefur |
mod_log_auth: Attempt to retrieve attempted username from SASL handler (re #844)
|
2017-04-19 |
Kim Alvefur |
mod_log_auth: Split some long lines
|
2017-04-18 |
Kim Alvefur |
mod_conversejs: Pass host jid (needed for anonymous auth)
|
2017-04-15 |
Kim Alvefur |
mod_measure_storage: Assume store type is "keyval" if missing
|
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
|