X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=readme.txt;h=1f5107f288ea12aba5aa23f64e371fbfa2867c7c;hp=133a0aa2525f12178683d07fd264ce586b0f0f36;hb=7ddb1aeb0b3dc7384597e75f7b3557f2d8f6d14c;hpb=9a14c0d9f7f7c319e539583b93664953764e83b7 diff --git a/readme.txt b/readme.txt index 133a0aa..1f5107f 100644 --- a/readme.txt +++ b/readme.txt @@ -107,3 +107,34 @@ above your configured minimum. You will also download messages from identities with NULL local message trust (the peer message trust must be NULL or >= your configured minimum as well), but you will not download trust lists from identities with NULL local trust list trust. + +NNTP EXTENSIONS +--------------- +The following commands are available through the NNTP connection. The client +must have authenticated for the commands to work. + +XSETTRUST MESSAGE userid@keypart val +XSETTRUST TRUSTLIST userid@keypart val + +Responses: +2xx Trust Set +4xx Unknown ID or other error +5xx Syntax error + +XGETTRUST MESSAGE userid@keypart +XGETTRUST TRUSTLIST userid@keypart + +Responses: +2xx val +4xx Unknown ID or other error +5xx Syntax error + +XGETTRUSTLIST +messagetrust and trustlisttrust will be 0 to 100 or can be the string "null" +without quotes. + +Responses: +2xx Trust List Follows +userid@keypart TAB messagetrust TAB trustlisttrust +. +4xx other error