mod_http_avatar: Announce 0.11 works
|
Emmanuel Gil Peyrot |
2019-03-05 |
mod_bookmarks: Remove unused bookmarks/updated event
|
Emmanuel Gil Peyrot |
2019-03-05 |
mod_auth_token: Check realm against module.host
|
JC Brand |
2019-02-28 |
mod_auth_token: Update README.
|
JC Brand |
2019-02-26 |
mod_delay: Remove this module, it is never useful
|
Emmanuel Gil Peyrot |
2019-02-24 |
mod_storage_muc_log: Remove unused variable [luacheck]
|
Kim Alvefur |
2019-02-19 |
mod_storage_muc_log: Return 'with' property for items (API conformance)
|
Kim Alvefur |
2019-02-19 |
mod_mam_muc: Mention that this MAM version is legacy.
|
Emmanuel Gil Peyrot |
2019-02-15 |
mod_mam_muc: Explicit which namespace MAM version 0.5 implements.
|
Emmanuel Gil Peyrot |
2019-02-15 |
mod_mam_muc: Add compatibility note for 0.11 (thanks Ge0rG!)
|
Emmanuel Gil Peyrot |
2019-02-15 |
mod_cache_c2s_caps: Fail to load if module:send_iq() is not available
|
Matthew Wild |
2019-02-14 |
mod_muc_mam_hints: Respect XEP-0334 hints in MUC messages
|
marc0s |
2019-02-13 |
mod_storage_xmlarchive: Add some debug logging
|
Kim Alvefur |
2019-02-07 |
mod_cache_c2s_caps: Only advertise support for trunk until further notice. Fixes #1311.
|
Emmanuel Gil Peyrot |
2019-02-03 |
mod_storage_xmlarchive/README: And don't have prosody running at the same time
|
Kim Alvefur |
2019-01-24 |
mod_storage_xmlarchive/README: Add reminder about backups
|
Kim Alvefur |
2019-01-24 |
mod_muc_log/README: Update compatibility
|
Kim Alvefur |
2019-01-23 |
mod_storage_muc_log/README: Update compatibility
|
Kim Alvefur |
2019-01-23 |
mod_cache_c2s_caps: Unset the caps_cache also on errors due to the result validation.
|
Emmanuel Gil Peyrot |
2019-01-22 |
mod_cache_c2s_caps: Add a missing return when the hash is wrong.
|
Emmanuel Gil Peyrot |
2019-01-22 |
mod_cache_c2s_caps: Switch to the new module:send_iq() API.
|
Emmanuel Gil Peyrot |
2019-01-22 |
mod_storage_xmlarchive: Don't return early when looking through entire archive
|
Kim Alvefur |
2019-01-21 |
mod_storage_xmlarchive: Allow lookup of IDs that don't follow the YYYY-MM-DD-RANDOM format
|
Kim Alvefur |
2019-01-21 |
mod_storage_xmlarchive/README: Change example to match Prosodys mod_mam
|
Kim Alvefur |
2019-01-20 |
mod_smacks: Fire event on delivery failure/success for each stanza
|
Matthew Wild |
2019-01-20 |
mod_muc_limits: Fix being unload on trunk
|
Kim Alvefur |
2019-01-18 |
Fix http_auth_check example in README
|
Nicolas Cedilnik |
2019-01-18 |
mod_client_certs: do not crash on plain sockets
|
Thibaut Girka |
2019-01-18 |
mod_http_upload: Fix indentation
|
Kim Alvefur |
2019-01-18 |
mod_presence_dedup: Remove unused variables [luacheck]
|
Kim Alvefur |
2019-01-17 |
mod_measure_cpu: Rename counter metric to avoid name clash (thanks pep.)
|
Kim Alvefur |
2019-01-16 |
mod_slack_webhooks: Fix use with 0.11+ MUC API
|
Kim Alvefur |
2019-01-15 |
mod_http_authentication: Allow HTTP error events to pass through (fixes #1293)
|
Kim Alvefur |
2019-01-15 |
mod_http_upload: Clarify how quotas affect upload requests
|
Kim Alvefur |
2019-01-14 |
mod_http_upload: Document prosodyctl command for expiring uploads
|
Kim Alvefur |
2019-01-14 |
mod_http_upload: Clarify when expiry is checked
|
Kim Alvefur |
2019-01-14 |
mod_log_messages_sql/README: Add pointer towards mod_mam + mod_readonly
|
Kim Alvefur |
2019-01-07 |
mod_readonly: Add a stub README
|
Kim Alvefur |
2019-01-07 |
mod_pubsub_text_interface/README: Fix typo (thanks perflyst)
|
Kim Alvefur |
2019-01-07 |
mod_storage_xmlarchive: Remove compat for old argument order
|
Kim Alvefur |
2019-01-06 |
mod_storage_xmlarchive: Expand description in README
|
Kim Alvefur |
2019-01-06 |
mod_http_pep_avatar: Redirect to prepped username
|
Kim Alvefur |
2019-01-06 |
mod_atom: Apply nodeprep via redirect for cache-friendlyness
|
Kim Alvefur |
2019-01-06 |
mod_measure_cpu: Also report the raw clock value, whatever that is
|
Kim Alvefur |
2019-01-05 |
mod_measure_message_length: Use measure type that actually exists
|
Kim Alvefur |
2019-01-04 |
mod_pubsub_text_interface: Send replies trough normal stanza routing
|
Kim Alvefur |
2019-01-03 |
mod_statistics: Fix incorrect parameters to envload (thanks Dan)
|
Matthew Wild |
2019-01-03 |
mod_statistics: top: Use util.envload for 5.2 compatibility
|
Matthew Wild |
2019-01-03 |
mod_support_room: Module that invites newly registered users to a room
|
Kim Alvefur |
2019-01-03 |
mod_http_pep_avatar: Provides PEP avatars via HTTP
|
Kim Alvefur |
2019-01-03 |
mod_atom: Check whether user exists
|
Kim Alvefur |
2019-01-03 |
mod_atom: Unpack event object
|
Kim Alvefur |
2019-01-03 |
lint: Teach luacheck about the new module:send_iq API
|
Kim Alvefur |
2019-01-02 |
mod_pep_vcard_avatar: Update docs to point at mod_vcard_legacy
|
Kim Alvefur |
2018-12-31 |
mod_bookmarks: Mention that it also works on 0.11.
|
Emmanuel Gil Peyrot |
2018-12-28 |
mod_ignore_host_chatstates: Discard chat state messages sent to a bare host
|
Kim Alvefur |
2018-12-28 |
mod_muc_limits: Simplify bypass for affiliated users
|
Kim Alvefur |
2018-12-23 |
mod_muc_limits: Add support for new MUC API in Prosody 0.11
|
Kim Alvefur |
2018-12-23 |
mod_adhoc_account_management: Reduce indentation of one in the main function.
|
Emmanuel Gil Peyrot |
2018-12-23 |
mod_secure_interfaces: Prevent starttls on connections marked secure (fixes #1274)
|
Kim Alvefur |
2018-12-23 |