Tue, 02 Mar 2021 14:17:51 +0100 mod_ogp/README: Annotate example as XML to enable syntax highlighting
Kim Alvefur <zash@zash.se> [Tue, 02 Mar 2021 14:17:51 +0100] rev 4488
mod_ogp/README: Annotate example as XML to enable syntax highlighting
Tue, 02 Mar 2021 13:36:10 +0100 mod_ogp: Add the ability to whitelist domains
JC Brand <jc@opkode.com> [Tue, 02 Mar 2021 13:36:10 +0100] rev 4487
mod_ogp: Add the ability to whitelist domains
Tue, 02 Mar 2021 12:04:14 +0100 mod_ogp: Add the ability to detect and process multiple URLs in a body
JC Brand <jc@opkode.com> [Tue, 02 Mar 2021 12:04:14 +0100] rev 4486
mod_ogp: Add the ability to detect and process multiple URLs in a body
Mon, 01 Mar 2021 17:33:32 +0100 mod_rest: Fix syntax error in previous commit
Kim Alvefur <zash@zash.se> [Mon, 01 Mar 2021 17:33:32 +0100] rev 4485
mod_rest: Fix syntax error in previous commit
Sun, 28 Feb 2021 20:59:53 +0100 mod_rest: Revert leftover of unfinished ?query mapping
Kim Alvefur <zash@zash.se> [Sun, 28 Feb 2021 20:59:53 +0100] rev 4484
mod_rest: Revert leftover of unfinished ?query mapping Idea was to allow second level data fields to be passed as query parameters, i.e. /rest/command/{to}/?command=execute&node=foobar but that's still a work in progress, so reverted here for now.
Sun, 28 Feb 2021 20:47:32 +0100 mod_rest: Add schema for errors
Kim Alvefur <zash@zash.se> [Sun, 28 Feb 2021 20:47:32 +0100] rev 4483
mod_rest: Add schema for errors I forget, are these util.error objects in the json mapping?
Sun, 28 Feb 2021 19:33:09 +0100 mod_rest: Support GET for certain IQ queries
Kim Alvefur <zash@zash.se> [Sun, 28 Feb 2021 19:33:09 +0100] rev 4482
mod_rest: Support GET for certain IQ queries Example: GET /rest/version/example.com 200 OK { version: { name: "thing", version: "1.0.0" } }
Sun, 28 Feb 2021 19:25:45 +0100 mod_rest: Add more REST-looking way to send stanzas
Kim Alvefur <zash@zash.se> [Sun, 28 Feb 2021 19:25:45 +0100] rev 4481
mod_rest: Add more REST-looking way to send stanzas Example: POST /rest/message/chat/juliet@example.net { body: "Hello" } Becomes equivalent to POST /rest { kind: "message", type: "chat", to: "juliet@example.net", body: "Hello" } Sending messages as plain/text also becomes more convenient. IQ stazas are still weird, but we'll do something special for those.
Sun, 28 Feb 2021 18:55:18 +0100 mod_rest: Restructure API spec
Kim Alvefur <zash@zash.se> [Sun, 28 Feb 2021 18:55:18 +0100] rev 4480
mod_rest: Restructure API spec To make referencing individual fields easier, apparently some things don't like references to individual properties of an object.
Sat, 27 Feb 2021 02:37:01 +0100 mod_muc_http_defaults: Schema corrections
Kim Alvefur <zash@zash.se> [Sat, 27 Feb 2021 02:37:01 +0100] rev 4479
mod_muc_http_defaults: Schema corrections
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip