Mercurial > prosody-modules
graph
-
mod_bookmarks: Display the bare JID instead of the username in logs.2018-08-25, by Emmanuel Gil Peyrot
-
mod_pubsub_feeds: Handle feed parsing error (thanks apollo13)2018-08-25, by Kim Alvefur
-
mod_pubsub_feeds: Fix syntax error2018-08-25, by Kim Alvefur
-
mod_pubsub_feeds: Log a message for HTTP 301 redirects2018-08-25, by Kim Alvefur
-
mod_pubsub_feeds: Log non-HTTP errors like certificate problems etc2018-08-25, by Kim Alvefur
-
mod_pubsub_feeds: Log a debug message for status codes not handled2018-08-25, by Kim Alvefur
-
mod_atom: Set the proper Content-Type header for Atom (thanks MattJ)2018-08-24, by Kim Alvefur
-
mod_atom: Include User Nickname (if configured to be public)2018-08-24, by Kim Alvefur
-
mod_atom: Expose title and description from node metadata in feed2018-08-24, by Kim Alvefur
-
mod_atom: Add node as portablecontacts preferredUsername2018-08-24, by Kim Alvefur
-
mod_atom: Add some basic metadata to feed2018-08-24, by Kim Alvefur
-
mod_delegation: Simplify iq handling by hooking on iq-get/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_readonly: Simplify iq handling by hooking on iq-set/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_ipcheck: Simplify iq handling by hooking on iq-get/ instead of iq/.2018-08-24, by 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, by Emmanuel Gil Peyrot
-
mod_client_certs: Simplify iq handling by hooking on iq-get/ and iq-set/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_group_bookmarks: Remove unused requires.2018-08-24, by Emmanuel Gil Peyrot
-
mod_pubsub_github: Remove unused import [luacheck]2018-08-24, by Kim Alvefur
-
mod_pubsub_github: Add support for signed requests2018-08-24, by Kim Alvefur
-
mod_pubsub_github: Unpack request from event2018-08-24, by Kim Alvefur
-
mod_group_bookmarks: Add my copyright.2018-08-24, by Emmanuel Gil Peyrot
-
mod_group_bookmarks: Return early when the key is not bookmarks.2018-08-24, by Emmanuel Gil Peyrot
-
mod_group_bookmarks: Use iq-get event instead of checking for stanza.attr.type == "get".2018-08-24, by Emmanuel Gil Peyrot
-
mod_group_bookmarks: Remove duplicated requires.2018-08-24, by Emmanuel Gil Peyrot
-
mod_pubsub_github/README: Note that it might work with Gitlab as well2018-08-24, by Kim Alvefur
-
mod_atom: Add a brief README2018-08-24, by Kim Alvefur
-
mod_pubsub_post/README: Add a heading for affiliation related text2018-08-24, by Kim Alvefur
-
mod_pubsub_post: Ensure actor is non-nil (catch inability to determine IP or simliar)2018-08-24, by Kim Alvefur
-
mod_pubsub_post: Start with actor unset2018-08-24, by Kim Alvefur
-
mod_bookmarks: Use the new item-published/<node> event.2018-08-21, by Emmanuel Gil Peyrot
-
mod_profile: Only replace avatar update hash if one is found2018-08-21, by Kim Alvefur
-
mod_profile: Only retrieve the last avatar hash from PEP2018-08-21, by Kim Alvefur
-
mod_pubsub_text_interface: Ignore whitespace after all commands2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: Rename variable to avoid name clash [luacheck]2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: Fix chain that accidentally produced nested <body>2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: Generate a stanza id for replies2018-08-20, by Kim Alvefur
-
mod_profile: Pass item id onto pubsub container element2018-08-20, by Kim Alvefur
-
mod_profile: Use type property over content identifiguesstimation2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: Add a README2018-08-20, by Kim Alvefur
-
mod_pubsub_text_interface: A chat interface to PubSub2018-08-20, by Kim Alvefur
-
mod_pubsub_feeds: Include pubsub namespace on wrapper item as required by mod_pubsub2018-08-20, by Kim Alvefur
-
mod_atom: Update to the new mod_pep2018-08-20, by Kim Alvefur
-
mod_firewall: Assume empty list if file could not be loaded2018-08-19, by Matthew Wild
-
mod_candy: Remove, outdated. Consider mod_conversejs instead.2018-08-18, by Matthew Wild
-
mod_bookmarks: Require forgotten util.jid module.2018-08-18, by Emmanuel Gil Peyrot
-
mod_default_bookmarks: Add support for <password/>.2018-08-18, by Emmanuel Gil Peyrot
-
mod_default_bookmarks: Add support for trunk’s mod_pep.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Expose publish_to_pep() to other modules.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Fire empty and updated events, for other modules to use.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Send back empty Private XML bookmarks on empty PEP bookmarks.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Fix traceback on retrieval since ba0d444b64aa.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: Simplify last item retrieval thanks to Prosody b6ffd4f951b9.2018-08-18, by Emmanuel Gil Peyrot
-
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep2018-08-18, by Emmanuel Gil Peyrot
-
mod_http_upload_external: share_v2.php: Comment out verbose debug logging2018-08-14, by Matthew Wild
-
mod_http_upload_external: share.php: Fix whitespace2018-08-14, by Matthew Wild
-
mod_http_upload_external: Update share.php and share_v2.php to allow cross-domain requests2018-08-14, by Matthew Wild
-
mod_s2s_auth_posh: Add a command for generating the JSON file2018-08-13, by Kim Alvefur
-
mod_auth_http_cookie: Also try to get HTTP request from WebSocket session2018-08-10, by Kim Alvefur
-
mod_auth_http_cookie: Try to get HTTP request from array on BOSH sessions2018-08-10, by Kim Alvefur