Software /
code /
prosody-modules
Graph
-
mod_smacks: Fix traceback due to session being destroyed in send()2021-04-01, by Kim Alvefur
-
mod_smacks: Enable on s2s by default to see what breaks2021-03-31, by Kim Alvefur
-
mod_rest/README: Mention other modules this one is a superset of2021-03-26, by Kim Alvefur
-
mod_rest: Add XEP-0359 ids to schema mapping2021-03-24, by Kim Alvefur
-
mod_rest: Remodel occupant-id (XEP-0421) as single attribute tag2021-03-23, by Kim Alvefur
-
mod_rest: Fix name of entry in error registry for unauth 'from'2021-03-23, by Kim Alvefur
-
mod_rest: Add a 'title' to XEP-0085 mapping (for documentation)2021-03-23, by Kim Alvefur
-
mod_rest: Add mappings for a whole pile of XEPs2021-03-23, by Kim Alvefur
-
mod_rest: Document the /echo endpoint in the openapi spec2021-03-23, by Kim Alvefur
-
mod_rest: Move openapi spec into res/ dir to get it included in rocks2021-03-23, by Kim Alvefur
-
mod_rest: Reflect XEP-0092 queries no longer taking booleans in openapi spec2021-03-23, by Kim Alvefur
-
mod_rest: Remove inaccurate comment2021-03-23, by Kim Alvefur
-
mod_rest: Restore 'kind' property in JSON-mapped objects2021-03-23, by Kim Alvefur
-
mod_post_msg: Add sendxmpp-curl2021-03-23, by Kim Alvefur
-
mod_rest: Add XEP-0066 to mapping schema (breaking from previous jsonmap)2021-03-22, by Kim Alvefur
-
mod_pubsub_post: Allow specifying item id by a special mapping2021-03-22, by Kim Alvefur
-
mod_pubsub_post: Add support for mapping incoming JSON to XML2021-03-22, by Kim Alvefur
-
mod_rest: Declare presence priority an integer in -128..127 per RFC61212021-03-21, by Kim Alvefur
-
mod_rest: Convert XEP-0039 to datamapping2021-03-21, by Kim Alvefur
-
mod_rest: Replace most mappings by using util.datamapper2021-03-21, by Kim Alvefur
-
mod_http_admin_api: support for updating user roles via the API2021-03-22, by Jonas Schäfer
-
mod_http_admin_api: allow updating the user nickname via API2021-03-22, by Jonas Schäfer
-
mod_muc_markers: Prevent any markers from reaching the archive, even if untracked2021-03-22, by Matthew Wild
-
mod_rest: Add an 'echo' endpoint for debugging2021-03-20, by Kim Alvefur
-
mod_pubsub_summary: Fix to not strip inline links2021-03-17, by Kim Alvefur
-
mod_firewall: Add basic LIST backend for receiving items from PubSub2021-03-14, by Kim Alvefur
-
mod_pubsub_subscription: New module providing an API for pubsub subscriptions2021-03-15, by Kim Alvefur
-
mod_muc_rai: Switch to low-priority pre-* events, which should suffice for per-session tracking2021-03-15, by Matthew Wild
-
mod_http_upload_external: add access control option2021-03-14, by Nicolas Cedilnik
-
mod_pubsub_eventsource: Fix processing of newlines2021-03-12, by Kim Alvefur
-
mod_pubsub_summary: Fix traceback when <content> not included2021-03-12, by Kim Alvefur
-
mod_rest: Fix typos [codespell]2021-03-09, by Kim Alvefur
-
mod_muc_http_defaults/README: Fix schema2021-03-09, by Kim Alvefur
-
mod_ogp: Log error responses2021-03-08, by JC Brand
-
mod_rest: Allow passing e.g. disco 'node' as a ?query variable2021-03-07, by Kim Alvefur
-
mod_rest: Allow empty @to to mean to=account is in normal XMPP2021-03-07, by Kim Alvefur
-
mod_rest: Fix tag name in parsing of OOB payloads2021-03-07, by Kim Alvefur
-
mod_rest: Fix the OOB tag name which also differs in messages2021-03-07, by Kim Alvefur
-
mod_rest: Change OOB namespace to the one used in messages2021-03-07, by Kim Alvefur
-
mod_rest/apidemo: Serve yaml with a (non-standard) content-type2021-03-07, by Kim Alvefur
-
mod_rest/openapi: Reorder request bodies becasue YAML2021-03-04, by Kim Alvefur
-
mod_rest/openapi: Add missing body for POST /kind/type/to query2021-03-04, by Kim Alvefur
-
mod_rest/openapi: Improve ping (XEP-0199) representation2021-03-04, by Kim Alvefur
-
mod_rest/openapi: Improve organization and navigation2021-03-04, by Kim Alvefur
-
mod_rest/openapi: Describe 'version' endpoint in more detail2021-03-03, by Kim Alvefur
-
mod_rest/openapi: Remove 202 response for ping (doesn't happen)2021-03-03, by Kim Alvefur
-
mod_s2s_auth_dane: Fix traceback in DANE-TA check because unpack() moved2021-03-03, by Kim Alvefur
-
mod_s2s_auth_dane: Disable now redundant validation done in trunk2021-03-03, by Kim Alvefur
-
mod_pubsub_text_interface: Pass node object to broadcaster for config access2021-03-02, by Kim Alvefur
-
mod_rest: Add option for serving interactive openapi documentation2021-03-02, by Kim Alvefur
-
mod_rest/openapi: Deduplicate things using references2021-03-02, by Kim Alvefur
-
mod_rest/openapi: Fix dataform references2021-03-02, by Kim Alvefur
-
mod_ogp/README: Add Lua language annotation to prosody config snippet2021-03-02, by Kim Alvefur
-
mod_ogp/README: Annotate example as XML to enable syntax highlighting2021-03-02, by Kim Alvefur
-
mod_ogp: Add the ability to whitelist domains2021-03-02, by JC Brand
-
mod_ogp: Add the ability to detect and process multiple URLs in a body2021-03-02, by JC Brand
-
mod_rest: Fix syntax error in previous commit2021-03-01, by Kim Alvefur
-
mod_rest: Revert leftover of unfinished ?query mapping2021-02-28, by Kim Alvefur
-
mod_rest: Add schema for errors2021-02-28, by Kim Alvefur
-
mod_rest: Support GET for certain IQ queries2021-02-28, by Kim Alvefur
-
mod_rest: Add more REST-looking way to send stanzas2021-02-28, by Kim Alvefur
-
mod_rest: Restructure API spec2021-02-28, by Kim Alvefur
-
mod_muc_http_defaults: Schema corrections2021-02-27, by Kim Alvefur
-
mod_rest: Add an OpenAPI specification2021-02-27, by Kim Alvefur
Scroll all the way down to load more.