log

age author description
2018-09-28 Emmanuel Gil Peyrot mod_bob: Simplify check_cid using string.match. (thanks Zash!)
2018-09-28 Emmanuel Gil Peyrot mod_bob: Add this new module.
2018-09-27 Kim Alvefur mod_http_upload: Use legacy datamanager directly (makes it work)
2018-09-27 Kim Alvefur mod_http_upload: Abort and throw error in case of failure to iterate over users
2018-09-27 Kim Alvefur mod_http_upload: Run expiry for all users if command run with a hostname
2018-09-27 Kim Alvefur mod_http_roster_admin: Add explicit dependency on mod_http
2018-09-27 Kim Alvefur mod_conversejs: Set a friendly name for mod_http_index
2018-09-27 Kim Alvefur mod_http_index: Allow listed modules to include a friendlier name
2018-09-27 Kim Alvefur mod_http_index: Tweak header
2018-09-27 Matthew Wild mod_conversejs: Update README
2018-09-27 Matthew Wild mod_conversejs: Allow custom tags to be inserted into the generated HTML
2018-09-27 Matthew Wild mod_conversejs: Variable rename for clarity (user may override options)
2018-09-27 Matthew Wild mod_conversejs: Allow overriding CDN URL, or script/css URLs independently
2018-09-24 JC Brand Mention auto_register_muc_nickname setting from Converse
2018-09-23 Kim Alvefur mod_conversejs: Explicitly depend on mod_http
2018-09-23 Kim Alvefur mod_pubsub_text_interface: Handle lack of `pubsub:get_last_item` in Prosody 0.10
2018-09-23 Kim Alvefur mod_auth_ldap: Add compat with the previously mistaken documentation (thanks pep.)
2018-09-23 Kim Alvefur mod_auth_ldap: Correct name of admin option (thanks pep.)
2018-09-22 Maxime “pep” Buquet mod_auth_ldap: fix ldap_admins documentation
2018-09-20 Kim Alvefur mod_conversejs: Add a page title
2018-09-20 Kim Alvefur mod_conversejs: Update to Conversejs 4.0.1
2018-09-16 Kim Alvefur mod_profile: Fix PEP event handler to detach on unload
2018-09-16 Kim Alvefur Backed out changeset 395835d89d88: Might still be needed
2018-09-15 Kim Alvefur mod_pubsub_mqtt/README: Fix quotes
2018-09-14 JC Brand mod_muc_cloud_notify: New module
2018-09-13 Matthew Wild mod_blocking: Update to set id attribute on iq stanza
2018-09-13 Matthew Wild mod_delegation: Update to generate own iq ids
2018-09-13 Matthew Wild mod_http_roster_admin: Explicitly set 'id' attribute on roster pushes
2018-09-12 Emmanuel Gil Peyrot mod_prometheus: Add more documentation.
2018-09-10 Kim Alvefur mod_conversejs: Add an endpoint returning only initialization snippet
2018-09-10 Kim Alvefur mod_conversejs: Factor out option handling into a function for future reuse
2018-09-10 Kim Alvefur mod_conversejs: Factor JavaScript part out of HTML
2018-09-10 Kim Alvefur mod_conversejs/README: Fix links to mod_bosh and mod_websocket (thanks jubalh)
2018-09-09 Kim Alvefur mod_conversejs: Restore accidentally removed configuration option handling
2018-09-09 Kim Alvefur mod_conversejs: Pin to version 4.0.0
2018-09-09 Kim Alvefur mod_bookmarks: Handle iq:private queries before mod_private
2018-09-09 Kim Alvefur mod_bookmarks: Correctly hook events on PEP services
2018-09-09 Kim Alvefur mod_auth_dovecot: Update example dovecot config
2018-09-08 Kim Alvefur mod_conversejs: Remove view_mode CSS switching
2018-09-08 t2d Fix README of mod_conversejs
2018-09-08 Kim Alvefur mod_omemo_all_access: Fix table to not take the first row as header
2018-09-08 Emmanuel Gil Peyrot mod_omemo_all_access: Add a note about mod_pep replacing this module on trunk.
2018-09-08 Kim Alvefur merge
2018-09-08 Minami-o Le Sabreur mod_profile: Update README file next to recent mod_pep changes
2018-09-08 Kim Alvefur mod_auth_dovecot/README: Expand example
2018-09-06 Kim Alvefur mod_muc_badge/README: Remove obsolete option
2018-09-06 Kim Alvefur mod_muc_badge/README: Remove completed TODO
2018-09-06 Kim Alvefur mod_muc_badge/README: Add an example
2018-09-06 Kim Alvefur mod_muc_badge/README: Correct the example URL to account for default 'http_host'
2018-08-31 Emmanuel Gil Peyrot mod_bookmarks: Ensure the configuration is correct even with create-on-subscribe.
2018-08-31 Kim Alvefur mod_pubsub_text_interface: Add a 'last' command for sending the last item
2018-08-29 Kim Alvefur mod_register_json/README: Add syntax hint
2018-08-29 Matthew Wild mod_register_json: Update README
2018-08-27 Emmanuel Gil Peyrot mod_bookmarks: Delete the node before attempting migration, to make sure its config is correct.
2018-08-25 Kim Alvefur mod_s2s_auth_posh: Be a tiny bit stricter with types
2018-08-25 Kim Alvefur mod_s2s_auth_posh: Follow reference
2018-08-25 Kim Alvefur mod_s2s_auth_posh: Ensure JWK data decodes to a table
2018-08-25 Emmanuel Gil Peyrot mod_muc_badge: Reduce the opacity of the text shadows.
2018-08-25 Emmanuel Gil Peyrot mod_muc_badge: Add spaces around each part of the text.
2018-08-25 Emmanuel Gil Peyrot mod_muc_badge: Preserve spaces in SVG, fixes displaying nicer borders.