mod_rest: Reorganise openapi spec to group stanza types
|
Kim Alvefur |
2021-04-25 |
mod_prometheus: Update readme with "manual" statistics interval
|
Jonas Schäfer |
2021-04-18 |
mod_prometheus: remove space between label k/v pairs
|
Jonas Schäfer |
2021-04-18 |
mod_statistics_statsd: Remove obsolete module, use the newer built-in statsd provider
|
Matthew Wild |
2021-04-17 |
mod_prometheus: Invoke stats collection if in 'manual' mode
|
Kim Alvefur |
2021-04-13 |
mod_minimix/README: Add TODO section
|
Kim Alvefur |
2021-04-11 |
mod_minimix/README: Change markdown header syntax
|
Kim Alvefur |
2021-04-11 |
mod_smacks: Fix calculation of smacks timeout values
|
tmolitor |
2021-04-12 |
mod_storage_xmlarchive: Insert micropauses in long-running queries
|
Kim Alvefur |
2021-04-09 |
mod_smacks: Fix traceback due to session being destroyed in send()
|
Kim Alvefur |
2021-04-01 |
mod_smacks: Enable on s2s by default to see what breaks
|
Kim Alvefur |
2021-03-31 |
mod_rest/README: Mention other modules this one is a superset of
|
Kim Alvefur |
2021-03-26 |
mod_rest: Add XEP-0359 ids to schema mapping
|
Kim Alvefur |
2021-03-24 |
mod_rest: Remodel occupant-id (XEP-0421) as single attribute tag
|
Kim Alvefur |
2021-03-23 |
mod_rest: Fix name of entry in error registry for unauth 'from'
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add a 'title' to XEP-0085 mapping (for documentation)
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add mappings for a whole pile of XEPs
|
Kim Alvefur |
2021-03-23 |
mod_rest: Document the /echo endpoint in the openapi spec
|
Kim Alvefur |
2021-03-23 |
mod_rest: Move openapi spec into res/ dir to get it included in rocks
|
Kim Alvefur |
2021-03-23 |
mod_rest: Reflect XEP-0092 queries no longer taking booleans in openapi spec
|
Kim Alvefur |
2021-03-23 |
mod_rest: Remove inaccurate comment
|
Kim Alvefur |
2021-03-23 |
mod_rest: Restore 'kind' property in JSON-mapped objects
|
Kim Alvefur |
2021-03-23 |
mod_post_msg: Add sendxmpp-curl
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add XEP-0066 to mapping schema (breaking from previous jsonmap)
|
Kim Alvefur |
2021-03-22 |
mod_pubsub_post: Allow specifying item id by a special mapping
|
Kim Alvefur |
2021-03-22 |
mod_pubsub_post: Add support for mapping incoming JSON to XML
|
Kim Alvefur |
2021-03-22 |
mod_rest: Declare presence priority an integer in -128..127 per RFC6121
|
Kim Alvefur |
2021-03-21 |
mod_rest: Convert XEP-0039 to datamapping
|
Kim Alvefur |
2021-03-21 |
mod_rest: Replace most mappings by using util.datamapper
|
Kim Alvefur |
2021-03-21 |
mod_http_admin_api: support for updating user roles via the API
|
Jonas Schäfer |
2021-03-22 |
mod_http_admin_api: allow updating the user nickname via API
|
Jonas Schäfer |
2021-03-22 |
mod_muc_markers: Prevent any markers from reaching the archive, even if untracked
|
Matthew Wild |
2021-03-22 |
mod_rest: Add an 'echo' endpoint for debugging
|
Kim Alvefur |
2021-03-20 |
mod_pubsub_summary: Fix to not strip inline links
|
Kim Alvefur |
2021-03-17 |
mod_firewall: Add basic LIST backend for receiving items from PubSub
|
Kim Alvefur |
2021-03-14 |
mod_pubsub_subscription: New module providing an API for pubsub subscriptions
|
Kim Alvefur |
2021-03-15 |
mod_muc_rai: Switch to low-priority pre-* events, which should suffice for per-session tracking
|
Matthew Wild |
2021-03-15 |
mod_http_upload_external: add access control option
|
Nicolas Cedilnik |
2021-03-14 |
mod_pubsub_eventsource: Fix processing of newlines
|
Kim Alvefur |
2021-03-12 |
mod_pubsub_summary: Fix traceback when <content> not included
|
Kim Alvefur |
2021-03-12 |
mod_rest: Fix typos [codespell]
|
Kim Alvefur |
2021-03-09 |
mod_muc_http_defaults/README: Fix schema
|
Kim Alvefur |
2021-03-09 |
mod_ogp: Log error responses
|
JC Brand |
2021-03-08 |
mod_rest: Allow passing e.g. disco 'node' as a ?query variable
|
Kim Alvefur |
2021-03-07 |
mod_rest: Allow empty @to to mean to=account is in normal XMPP
|
Kim Alvefur |
2021-03-07 |
mod_rest: Fix tag name in parsing of OOB payloads
|
Kim Alvefur |
2021-03-07 |
mod_rest: Fix the OOB tag name which also differs in messages
|
Kim Alvefur |
2021-03-07 |
mod_rest: Change OOB namespace to the one used in messages
|
Kim Alvefur |
2021-03-07 |
mod_rest/apidemo: Serve yaml with a (non-standard) content-type
|
Kim Alvefur |
2021-03-07 |
mod_rest/openapi: Reorder request bodies becasue YAML
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Add missing body for POST /kind/type/to query
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Improve ping (XEP-0199) representation
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Improve organization and navigation
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Describe 'version' endpoint in more detail
|
Kim Alvefur |
2021-03-03 |
mod_rest/openapi: Remove 202 response for ping (doesn't happen)
|
Kim Alvefur |
2021-03-03 |
mod_s2s_auth_dane: Fix traceback in DANE-TA check because unpack() moved
|
Kim Alvefur |
2021-03-03 |