log

age author description
2019-03-15 Kim Alvefur mod_pubsub_text_interface: Remove unused variable [luacheck]
2019-03-15 Kim Alvefur mod_pubsub_text_interface: Add command for listing current subscriptions
2019-03-14 Kim Alvefur mod_bookmarks: Use correct variable, fixes a traceback (thanks dan)
2019-03-13 Kim Alvefur mod_http_muc_log: Split long line [luacheck]
2019-03-13 Kim Alvefur mod_http_muc_log: Add functionality for hiding joins and parts
2019-03-13 Matthew Wild mod_pastebin: Update compatibility docs (thanks Ge0rG)
2019-03-11 Matthew Wild mod_firewall: Improve debug logging for chain results
2019-03-07 jeybe mod_invite: Made web pages responsive
2019-03-08 Matthew Wild mod_csi_battery_saver: Remove patched stanza:find() method and reduce Carbons-related code
2019-03-07 Kim Alvefur mod_invite: Fire event that signals that an user has registered (thanks jeybe)
2019-03-06 Georg Lukas mod_smacks: apply resumed logger and type to new session, fix #1229
2019-03-06 Georg Lukas mod_smacks: improved debug logging
2019-03-06 Georg Lukas mod_smacks: no crash on <a> without @h, fix #1317
2019-03-06 Emmanuel Gil Peyrot mod_bookmarks: Actually save node config
2019-03-06 Emmanuel Gil Peyrot mod_cache_c2s_caps: Use the correct argument, and check for origin’s nil-ness
2019-03-05 Emmanuel Gil Peyrot mod_http_avatar: Announce 0.11 works
2019-03-05 Emmanuel Gil Peyrot mod_bookmarks: Remove unused bookmarks/updated event
2019-02-28 JC Brand mod_auth_token: Check realm against module.host
2019-02-26 JC Brand mod_auth_token: Update README.
2019-02-24 Emmanuel Gil Peyrot mod_delay: Remove this module, it is never useful
2019-02-19 Kim Alvefur mod_storage_muc_log: Remove unused variable [luacheck]
2019-02-19 Kim Alvefur mod_storage_muc_log: Return 'with' property for items (API conformance)
2019-02-15 Emmanuel Gil Peyrot mod_mam_muc: Mention that this MAM version is legacy.
2019-02-15 Emmanuel Gil Peyrot mod_mam_muc: Explicit which namespace MAM version 0.5 implements.
2019-02-15 Emmanuel Gil Peyrot mod_mam_muc: Add compatibility note for 0.11 (thanks Ge0rG!)
2019-02-14 Matthew Wild mod_cache_c2s_caps: Fail to load if module:send_iq() is not available
2019-02-13 marc0s mod_muc_mam_hints: Respect XEP-0334 hints in MUC messages
2019-02-07 Kim Alvefur mod_storage_xmlarchive: Add some debug logging
2019-02-03 Emmanuel Gil Peyrot mod_cache_c2s_caps: Only advertise support for trunk until further notice. Fixes #1311.
2019-01-24 Kim Alvefur mod_storage_xmlarchive/README: And don't have prosody running at the same time
2019-01-24 Kim Alvefur mod_storage_xmlarchive/README: Add reminder about backups
2019-01-23 Kim Alvefur mod_muc_log/README: Update compatibility
2019-01-23 Kim Alvefur mod_storage_muc_log/README: Update compatibility
2019-01-22 Emmanuel Gil Peyrot mod_cache_c2s_caps: Unset the caps_cache also on errors due to the result validation.
2019-01-22 Emmanuel Gil Peyrot mod_cache_c2s_caps: Add a missing return when the hash is wrong.
2019-01-22 Emmanuel Gil Peyrot mod_cache_c2s_caps: Switch to the new module:send_iq() API.
2019-01-21 Kim Alvefur mod_storage_xmlarchive: Don't return early when looking through entire archive
2019-01-21 Kim Alvefur mod_storage_xmlarchive: Allow lookup of IDs that don't follow the YYYY-MM-DD-RANDOM format
2019-01-20 Kim Alvefur mod_storage_xmlarchive/README: Change example to match Prosodys mod_mam
2019-01-20 Matthew Wild mod_smacks: Fire event on delivery failure/success for each stanza
2019-01-18 Kim Alvefur mod_muc_limits: Fix being unload on trunk
2019-01-18 Nicolas Cedilnik Fix http_auth_check example in README
2019-01-18 Thibaut Girka mod_client_certs: do not crash on plain sockets
2019-01-18 Kim Alvefur mod_http_upload: Fix indentation
2019-01-17 Kim Alvefur mod_presence_dedup: Remove unused variables [luacheck]
2019-01-16 Kim Alvefur mod_measure_cpu: Rename counter metric to avoid name clash (thanks pep.)
2019-01-15 Kim Alvefur mod_slack_webhooks: Fix use with 0.11+ MUC API
2019-01-15 Kim Alvefur mod_http_authentication: Allow HTTP error events to pass through (fixes #1293)
2019-01-14 Kim Alvefur mod_http_upload: Clarify how quotas affect upload requests
2019-01-14 Kim Alvefur mod_http_upload: Document prosodyctl command for expiring uploads
2019-01-14 Kim Alvefur mod_http_upload: Clarify when expiry is checked
2019-01-07 Kim Alvefur mod_log_messages_sql/README: Add pointer towards mod_mam + mod_readonly
2019-01-07 Kim Alvefur mod_readonly: Add a stub README
2019-01-07 Kim Alvefur mod_pubsub_text_interface/README: Fix typo (thanks perflyst)
2019-01-06 Kim Alvefur mod_storage_xmlarchive: Remove compat for old argument order
2019-01-06 Kim Alvefur mod_storage_xmlarchive: Expand description in README
2019-01-06 Kim Alvefur mod_http_pep_avatar: Redirect to prepped username
2019-01-06 Kim Alvefur mod_atom: Apply nodeprep via redirect for cache-friendlyness
2019-01-05 Kim Alvefur mod_measure_cpu: Also report the raw clock value, whatever that is
2019-01-04 Kim Alvefur mod_measure_message_length: Use measure type that actually exists