mod_pubsub_feeds/README: Give PubSubHubbub its own section
|
Kim Alvefur |
2018-05-27 |
mod_pubsub_feeds/README: Markup options in table as code
|
Kim Alvefur |
2018-05-27 |
mod_pubsub_feeds/README: Give option summary its own heading
|
Kim Alvefur |
2018-05-27 |
mod_pubsub_feeds/README: Add comment explaining what the index in 'feeds' does
|
Kim Alvefur |
2018-05-27 |
mod_pubsub_feeds/README: Normalize Markdown syntax
|
Kim Alvefur |
2018-05-27 |
mod_pubsub_feeds: Use ETag instead of problematic If-Modified-Since
|
Kim Alvefur |
2018-05-27 |
mod_vcard_muc: Send presence on muc-occupant-session-new event
|
Michel Le Bihan |
2018-05-26 |
mod_pastebin: Restore URL in final body text
|
Kim Alvefur |
2018-05-24 |
mod_pastebin: Fix line count pattern added by 040eaa3844f4
|
Kim Alvefur |
2018-05-24 |
mod_vcard_muc: Initial commit
|
Michel Le Bihan |
2018-05-24 |
mod_mam_muc/README: Add note about mod_muc_mam being included with Prosody
|
Kim Alvefur |
2018-05-24 |
mod_auth_ccert: Silence warning about unused global [luacheck]
|
Kim Alvefur |
2018-05-24 |
mod_conversejs: Suggest some alternative cliets if JavaScript is disabled
|
Kim Alvefur |
2018-04-07 |
mod_conversejs: Appologise for the JavaScript
|
Kim Alvefur |
2018-04-07 |
mod_conversejs: Make HTML more well-formed
|
Kim Alvefur |
2018-04-07 |
mod_auth_http_cookie: Possibly temporary fork of mod_http_auth_async that adds cookie auth support
|
Matthew Wild |
2018-05-24 |
mod_mam_muc: Remove support for Prosody trunk/0.11
|
Kim Alvefur |
2018-04-02 |
mod_pastebin: Support the new MUC API in Prosody trunk
|
Kim Alvefur |
2018-05-22 |
mod_pastebin: Add an OOB tag pointing to the pastebin URL
|
Kim Alvefur |
2018-05-20 |
mod_pastebin: Silence some warnings [luacheck]
|
Kim Alvefur |
2018-05-20 |
mod_pastebin: Remove unused locals [luacheck]
|
Kim Alvefur |
2018-05-20 |
mod_pastebin: Check line length via preconstructed pattern instead of gsub
|
Kim Alvefur |
2018-05-20 |
mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case
|
Kim Alvefur |
2018-05-20 |
mod_pastebin: Avoid using pattern matching facilities for simple prefix removal
|
Kim Alvefur |
2018-05-20 |
mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation
|
Kim Alvefur |
2018-05-20 |
mod_pastebin: Move result of host detection into a variable to improve readabily
|
Kim Alvefur |
2018-05-20 |
mod_vcard_command: Tweak to not rely on legacy module() behavior
|
Kim Alvefur |
2018-05-22 |
mod_vcard_command: a simplistic way to get and set vcard data for registered users
|
Stefan `Sec` Zehl |
2013-10-08 |
mod_muc_access_control: Multiple fixes to make the module work (fixes #1086)
|
Frank Doepper |
2018-05-22 |
mod_block_strangers: Allow stanza from self (fixes #966, thanks Sergey Popov)
|
Matthew Wild |
2018-05-22 |
mod_watchuntrusted: Actually add the untrusted_message_type option
|
Kim Alvefur |
2018-05-20 |
mod_pubsub_hub: Use the correct MIME type for Atom feeds
|
Kim Alvefur |
2018-05-20 |
mod_watchuntrusted: Add option for which message 'type' to use on notifications
|
Kim Alvefur |
2018-05-20 |
mod_http_authentication/README: Change name of config option to match the code
|
Kim Alvefur |
2018-05-20 |
mod_pubsub_post: Add an option for what to use as pubsub 'actor'
|
Kim Alvefur |
2018-05-20 |
mod_pubsub_post: Factor out the 'actor' into an argument
|
Kim Alvefur |
2018-05-20 |
mod_pubsub_post: Add support for publishing arbitrary JSON
|
Kim Alvefur |
2018-05-19 |
mod_pubsub_post: Add support for posting Atom feeds, publishing each entry
|
Kim Alvefur |
2018-05-19 |
mod_pubsub_post: Change to support arbitrary XML payloads
|
Kim Alvefur |
2018-05-19 |
mod_pubsub_post: Remove unused import [luacheck]
|
Kim Alvefur |
2018-05-19 |
mod_http_authentication: Replace 'Known issues' section with Compatibility since the issue referenced has been resolved
|
Kim Alvefur |
2018-05-19 |
mod_http_upload: Add an experimental prosodyctl command for expiring uploads
|
Kim Alvefur |
2018-05-19 |
mod_cloud_notify: remove useless counter (hardcode it to 1)
|
tmolitor |
2018-05-14 |
mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS)
|
Matthew Wild |
2018-05-08 |
mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
|
Kim Alvefur |
2018-04-30 |
mod_http_roster_admin: Add syntax highlighting hints
|
Kim Alvefur |
2018-04-29 |
mod_http_roster_admin: Add missing protocol docs
|
Matthew Wild |
2018-04-29 |
mod_mam_muc/README: Clarify that only v0.5 of XEP-0313 is supported when used with Prosody 0.10.x
|
Kim Alvefur |
2018-04-17 |
mod_http_dir_listing2: Add README based the one from mod_http_dir_listing
|
Kim Alvefur |
2018-04-16 |
mod_http_dir_listing2: Sort file listing such that directories come before files
|
Kim Alvefur |
2018-04-16 |
mod_http_dir_listing2: Switch to util.interpolation for HTML rendering
|
Kim Alvefur |
2018-04-16 |
mod_http_dir_listing2: Copy of mod_http_dir_listing
|
Kim Alvefur |
2018-04-16 |
Initial commit of mod_slack_webhooks.
|
Nathan Whitehorn |
2018-04-15 |
mod_register_web: Handle errors contacting upstream API
|
Matthew Wild |
2018-04-15 |
mod_conversejs: Offer the current domain if registration is enabled to skip the server selection and improve UX
|
Kim Alvefur |
2018-04-06 |
mod_net_proxy: Fixed errors when connection with nil ip is being processed
|
Pascal Mathis |
2018-04-05 |
mod_firewall: Handle unsubcription action correctly (fixes #1119)
|
Kim Alvefur |
2018-04-04 |
mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info
|
Matthew Wild |
2018-04-04 |
mod_query_client_ver: Add a README
|
Kim Alvefur |
2018-04-04 |
mod_query_client_ver: Use the module name as adhoc command node (mistakenly not changed after copying from mod_ping)
|
Kim Alvefur |
2018-04-04 |