log

age author description
2019-03-30 Kim Alvefur mod_pubsub_post: Restructure authentication and authorization (BC)
2019-03-30 Kim Alvefur mod_pubsub_post/README: Fix some typos
2018-08-24 Kim Alvefur mod_pubsub_post: Add support for WebSub authentication
2019-03-29 marc0s offline_hints: discard no-store hinted messages at mod_offline
2019-03-29 marc0s muc_mam_markers: store chat markers in the Group Chat archives
2019-03-29 marc0s muc_notifications: notify non-present members of new messages
2019-03-28 Kim Alvefur mod_bookmarks/README: Mention XEP 411
2019-02-25 Kim Alvefur mod_map: Experimental module exposing MAM summary
2019-03-24 Kim Alvefur mod_conversejs/README: Update text about mod_bosh and mod_websocket
2019-03-24 Kim Alvefur mod_conversejs: Add dependency on mod_bookmarks
2019-03-22 Matthew Wild mod_smacks: Raise error on out-of-range config options (thanks marc0s)
2019-03-19 Kim Alvefur mod_conversejs: Show fallback text if converse.js fails to load (thanks MattJ)
2019-03-17 Kim Alvefur mod_storage_xmlarchive: Remove per day files during migration
2019-03-18 tmolitor mod_csi_battery_saver: fix typo in util.stanza:get_child()
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.)