log

age author description
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.
2018-08-25 Emmanuel Gil Peyrot mod_http_muc_log: Close unclosed <p/> tag in template.
2018-08-25 Emmanuel Gil Peyrot mod_bookmarks: Display the bare JID instead of the username in logs.
2018-08-25 Kim Alvefur mod_pubsub_feeds: Handle feed parsing error (thanks apollo13)
2018-08-25 Kim Alvefur mod_pubsub_feeds: Fix syntax error
2018-08-25 Kim Alvefur mod_pubsub_feeds: Log a message for HTTP 301 redirects
2018-08-25 Kim Alvefur mod_pubsub_feeds: Log non-HTTP errors like certificate problems etc
2018-08-25 Kim Alvefur mod_pubsub_feeds: Log a debug message for status codes not handled
2018-08-24 Kim Alvefur mod_atom: Set the proper Content-Type header for Atom (thanks MattJ)
2018-08-24 Kim Alvefur mod_atom: Include User Nickname (if configured to be public)
2018-08-24 Kim Alvefur mod_atom: Expose title and description from node metadata in feed
2018-08-24 Kim Alvefur mod_atom: Add node as portablecontacts preferredUsername
2018-08-24 Kim Alvefur mod_atom: Add some basic metadata to feed
2018-08-24 Emmanuel Gil Peyrot mod_delegation: Simplify iq handling by hooking on iq-get/ instead of iq/.
2018-08-24 Emmanuel Gil Peyrot mod_readonly: Simplify iq handling by hooking on iq-set/ instead of iq/.
2018-08-24 Emmanuel Gil Peyrot mod_ipcheck: Simplify iq handling by hooking on iq-get/ instead of iq/.
2018-08-24 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Simplify iq handling by hooking on the full payload tag instead of iq/full.
2018-08-24 Emmanuel Gil Peyrot mod_client_certs: Simplify iq handling by hooking on iq-get/ and iq-set/ instead of iq/.
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Remove unused requires.
2018-08-24 Kim Alvefur mod_pubsub_github: Remove unused import [luacheck]
2018-08-24 Kim Alvefur mod_pubsub_github: Add support for signed requests
2018-08-24 Kim Alvefur mod_pubsub_github: Unpack request from event
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Add my copyright.
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Return early when the key is not bookmarks.
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Use iq-get event instead of checking for stanza.attr.type == "get".
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Remove duplicated requires.
2018-08-24 Kim Alvefur mod_pubsub_github/README: Note that it might work with Gitlab as well
2018-08-24 Kim Alvefur mod_atom: Add a brief README
2018-08-24 Kim Alvefur mod_pubsub_post/README: Add a heading for affiliation related text
2018-08-24 Kim Alvefur mod_pubsub_post: Ensure actor is non-nil (catch inability to determine IP or simliar)
2018-08-24 Kim Alvefur mod_pubsub_post: Start with actor unset
2018-08-21 Emmanuel Gil Peyrot mod_bookmarks: Use the new item-published/<node> event.