Fri, 31 Aug 2018 21:16:45 +0200 |
Kim Alvefur |
mod_pubsub_text_interface: Add a 'last' command for sending the last item
|
Wed, 29 Aug 2018 23:58:14 +0200 |
Kim Alvefur |
mod_register_json/README: Add syntax hint
|
Wed, 29 Aug 2018 21:57:59 +0100 |
Matthew Wild |
mod_register_json: Update README
|
Mon, 27 Aug 2018 18:14:28 +0200 |
Emmanuel Gil Peyrot |
mod_bookmarks: Delete the node before attempting migration, to make sure its config is correct.
|
Sat, 25 Aug 2018 20:10:21 +0200 |
Kim Alvefur |
mod_s2s_auth_posh: Be a tiny bit stricter with types
|
Sat, 25 Aug 2018 20:02:40 +0200 |
Kim Alvefur |
mod_s2s_auth_posh: Follow reference
|
Sat, 25 Aug 2018 20:00:45 +0200 |
Kim Alvefur |
mod_s2s_auth_posh: Ensure JWK data decodes to a table
|
Sat, 25 Aug 2018 17:55:16 +0200 |
Emmanuel Gil Peyrot |
mod_muc_badge: Reduce the opacity of the text shadows.
|
Sat, 25 Aug 2018 17:54:18 +0200 |
Emmanuel Gil Peyrot |
mod_muc_badge: Add spaces around each part of the text.
|
Sat, 25 Aug 2018 17:42:13 +0200 |
Emmanuel Gil Peyrot |
mod_muc_badge: Preserve spaces in SVG, fixes displaying nicer borders.
|
Sat, 25 Aug 2018 17:39:41 +0200 |
Emmanuel Gil Peyrot |
mod_http_muc_log: Close unclosed <p/> tag in template.
|
Sat, 25 Aug 2018 17:39:01 +0200 |
Emmanuel Gil Peyrot |
mod_bookmarks: Display the bare JID instead of the username in logs.
|
Sat, 25 Aug 2018 14:28:15 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Handle feed parsing error (thanks apollo13)
|
Sat, 25 Aug 2018 14:25:30 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Fix syntax error
|
Sat, 25 Aug 2018 14:14:27 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Log a message for HTTP 301 redirects
|
Sat, 25 Aug 2018 13:59:32 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Log non-HTTP errors like certificate problems etc
|
Sat, 25 Aug 2018 13:59:09 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Log a debug message for status codes not handled
|
Fri, 24 Aug 2018 23:59:54 +0200 |
Kim Alvefur |
mod_atom: Set the proper Content-Type header for Atom (thanks MattJ)
|
Fri, 24 Aug 2018 22:52:13 +0200 |
Kim Alvefur |
mod_atom: Include User Nickname (if configured to be public)
|
Fri, 24 Aug 2018 23:00:08 +0200 |
Kim Alvefur |
mod_atom: Expose title and description from node metadata in feed
|
Fri, 24 Aug 2018 22:59:24 +0200 |
Kim Alvefur |
mod_atom: Add node as portablecontacts preferredUsername
|
Fri, 24 Aug 2018 22:58:48 +0200 |
Kim Alvefur |
mod_atom: Add some basic metadata to feed
|
Fri, 24 Aug 2018 21:36:58 +0200 |
Emmanuel Gil Peyrot |
mod_delegation: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
Fri, 24 Aug 2018 21:35:47 +0200 |
Emmanuel Gil Peyrot |
mod_readonly: Simplify iq handling by hooking on iq-set/ instead of iq/.
|
Fri, 24 Aug 2018 21:15:38 +0200 |
Emmanuel Gil Peyrot |
mod_ipcheck: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
Fri, 24 Aug 2018 20:55:10 +0200 |
Emmanuel Gil Peyrot |
mod_auto_answer_disco_info: Simplify iq handling by hooking on the full payload tag instead of iq/full.
|
Fri, 24 Aug 2018 20:49:54 +0200 |
Emmanuel Gil Peyrot |
mod_client_certs: Simplify iq handling by hooking on iq-get/ and iq-set/ instead of iq/.
|
Fri, 24 Aug 2018 19:51:31 +0200 |
Emmanuel Gil Peyrot |
mod_group_bookmarks: Remove unused requires.
|
Fri, 24 Aug 2018 18:05:52 +0200 |
Kim Alvefur |
mod_pubsub_github: Remove unused import [luacheck]
|
Fri, 24 Aug 2018 17:49:53 +0200 |
Kim Alvefur |
mod_pubsub_github: Add support for signed requests
|