From 83be96382f60235ce3051dda30d1358e389332a7 Mon Sep 17 00:00:00 2001 From: bt Date: Sun, 3 May 2026 18:08:33 +0200 Subject: [docs] Update docs --- docs/rfc.html | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++------- docs/rfc.txt | 17 ++++++++--- 2 files changed, 94 insertions(+), 15 deletions(-) diff --git a/docs/rfc.html b/docs/rfc.html index 8b847da..3452389 100644 --- a/docs/rfc.html +++ b/docs/rfc.html @@ -1216,11 +1216,11 @@ li > p:last-of-type:only-child { Internet-Draft SOLEC -April 2026 +May 2026 bt -Expires 21 October 2026 +Expires 4 November 2026 [Page] @@ -1233,12 +1233,12 @@ li > p:last-of-type:only-child {
SOLEC
Published:
- +
Intended Status:
Experimental
Expires:
-
+
Author:
@@ -1274,7 +1274,7 @@ SOLEC system.

time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

- This Internet-Draft will expire on 21 October 2026.

+ This Internet-Draft will expire on 4 November 2026.

-
+
-

-2.4.7. Test +

+2.4.7. Usermode

-

Test payload is used for encoder and decoders testing. Clients and servers -should ignore this kind of payload.

+

Usermode payload is used for changing user settings related to channels. For +example: joining, leaving or setting privilages.

+ + + + + + + + + + + + + + + + + + + + +
Table 9
TypeName
stringuser_address
stringchannel_name
uint8mode
+
+
+
+2.4.7.1. Modes +
+ + + + + + + + + + + + + + + + + + +
Table 10
TypeName
0x00none
0x01in_channel
+
+
+
+
+
+
+

+2.4.8. Test +

+

Test payload is used for encoder and decoders testing. Clients and servers +should ignore this kind of payload.

+ + diff --git a/docs/rfc.txt b/docs/rfc.txt index b0e42e3..a9a4e0c 100644 --- a/docs/rfc.txt +++ b/docs/rfc.txt @@ -286,8 +286,17 @@ Table of Contents Usermode payload is used for changing user settings related to channels. For example: joining, leaving or setting privilages. - | Type | Name | | string | user_address | | string | channel_name | | - uint8 | mode | + +========+==============+ + | Type | Name | + +========+==============+ + | string | user_address | + +--------+--------------+ + | string | channel_name | + +--------+--------------+ + | uint8 | mode | + +--------+--------------+ + + Table 9 2.4.7.1. Modes @@ -299,7 +308,7 @@ Table of Contents | 0x01 | in_channel | +------+------------+ - Table 9 + Table 10 2.4.8. Test @@ -326,7 +335,7 @@ Table of Contents | uint64 | num4 | +-----------+-------+ - Table 10 + Table 11 2.5. Sequential operations -- cgit v1.2.3
Table 11
Type