log

age author description
2020-01-01 Kim Alvefur mod_rest: Short-circuit type selection if accept header
2020-01-01 Kim Alvefur mod_rest: Fix return status when sending and forgetting
2020-01-01 Kim Alvefur mod_rest: Add JSON support
2020-01-01 Kim Alvefur mod_rest: Factor out serialization of outgoing stanzas
2020-01-01 Kim Alvefur mod_rest: Factor out response content type selection
2020-01-01 Kim Alvefur mod_rest: Factor out payload parsing
2020-01-01 Kim Alvefur mod_rest: Apply Python source formatting on example
2020-01-01 Kim Alvefur mod_rest: Add an example Flask thing
2020-01-01 Kim Alvefur mod_rest: Whitelist top level attributes in callback
2020-01-01 Kim Alvefur mod_rest: Ensure identical id attribute for error replies
2020-01-01 Kim Alvefur mod_rest: Validate stanza kind earlier
2020-01-01 Kim Alvefur mod_rest: Use HTTP status 422 for stanza problems
2020-01-01 Kim Alvefur mod_rest: Log sent and received stanzas in style of mod_c2s etc
2019-12-31 Kim Alvefur mod_rest: Add support for simple Bearer token auth
2019-12-30 Kim Alvefur mod_rest: Verify that @xmlns is left empty
2019-12-30 Kim Alvefur mod_rest: Add some text about the payload format
2019-12-30 Kim Alvefur mod_rest: Allow collection of original stanza after sending HTTP request
2019-12-30 Kim Alvefur mod_rest: Handle receipt requests on message stanzas
2019-12-30 Kim Alvefur mod_rest: Map various HTTP status codes to XMPP stanza errors
2019-12-30 Kim Alvefur mod_rest: Catch one (1) reply to a POST-ed stanza from an internal source
2019-12-30 Kim Alvefur mod_rest: Allow specifying a webhook/callback to handle incoming stanzas
2019-12-30 Kim Alvefur mod_rest: Initial commit of another RESTful API module
2020-01-01 Kim Alvefur mod_pubsub_post: Fix use of 'id' field in JSON object as pubsub item id
2019-12-30 Emmanuel Gil Peyrot mod_nodeinfo2: Only expose amount of accounts if nodeinfo2_expose_users isn’t set to false
2019-12-30 Emmanuel Gil Peyrot mod_nodeinfo2: Expose XMPP services
2019-12-30 Emmanuel Gil Peyrot mod_nodeinfo2: Refresh the number of recent users daily
2019-12-30 Emmanuel Gil Peyrot mod_nodeinfo2: Only expose message stats if nodeinfo2_expose_posts isn’t set to false
2019-12-30 Matthew Wild mod_easy_invite: Change command name to 'generate' (from 'register')
2019-12-30 Matthew Wild mod_easy_invite: Improve docs surrounding configuration options and defaults
2019-12-29 Emmanuel Gil Peyrot mod_nodeinfo2: Fix traceback on non-existing data