diff --git a/86.md b/86.md index 4728f836..c4d60276 100644 --- a/86.md +++ b/86.md @@ -32,20 +32,53 @@ This is the list of **methods** that may be supported: - params: `[]` - result: `["", "", ...]` (an array with the names of all the other supported methods) * `banpubkey`: - - params: `["", ""]` + - params: `["<32-byte-hex-public-key>", ""]` - result: `true` (a boolean always set to `true`) * `listbannedpubkeys`: - params: `[]` - - result: `[{"pubkey": "<32-byte hex>", "reason": ""}, ...]`, an array of objects + - result: `[{"pubkey": "<32-byte-hex>", "reason": ""}, ...]`, an array of objects * `allowpubkey`: - - params: `["", ""]` + - params: `["<32-byte-hex-public-key>", ""]` - result: `true` (a boolean always set to `true`) * `listallowedpubkeys`: - params: `[]` - - result: `[{"pubkey": "<32-byte hex>", "reason": ""}, ...]`, an array of objects + - result: `[{"pubkey": "<32-byte-hex>", "reason": ""}, ...]`, an array of objects +* `listeventsneedingmoderation`: + - params: `[]` + - result: `[{"id": "<32-byte-hex>", "reason": ""}]`, an array of objects +* `allowevent`: + - params: `["<32-byte-hex-event-id>", ""]` + - result: `true` (a boolean always set to `true`) * `banevent`: - - params: `["", ""]` + - params: `["<32-byte-hex-event-id>", ""]` - result: `true` (a boolean always set to `true`) * `listbannedevents`: - params: `[]` - - result: `[{"id": "<32-byte hex>", "reason": ""}, ...]`, an array of objects + - result: `[{"id": "<32-byte hex>", "reason": ""}, ...]`, an array of objects +* `changerelayname`: + - params: `[""]` + - result: `true` (a boolean always set to `true`) +* `changerelaydescription`: + - params: `[""]` + - result: `true` (a boolean always set to `true`) +* `changerelayicon`: + - params: `[""]` + - result: `true` (a boolean always set to `true`) +* `allowkind`: + - params: `[]` + - result: `true` (a boolean always set to `true`) +* `disallowkind`: + - params: `[]` + - result: `true` (a boolean always set to `true`) +* `listallowedkinds`: + - params: `[]` + - result: `[, ...]`, an array of numbers +* `blockip`: + - params: `["", ""]` + - result: `true` (a boolean always set to `true`) +* `unblockip`: + - params: `[""]` + - result: `true` (a boolean always set to `true`) +* `listblockedips`: + - params: `[]` + - result: `[{"ip": "", "reason": ""}, ...]`, an array of objects