From 164428421ef950ee9572287fd9ade8876ed4bfe5 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 16 May 2026 22:45:42 +0200 Subject: Update docs --- docs/rfc.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'docs/rfc.html') diff --git a/docs/rfc.html b/docs/rfc.html index b760565..03c7a96 100644 --- a/docs/rfc.html +++ b/docs/rfc.html @@ -1362,7 +1362,7 @@ SOLEC system.

2.4.7.  Usermode

  • -

    2.4.8.  GetHistory

    +

    2.4.8.  History

  • 2.4.9.  Test

    @@ -1621,6 +1621,11 @@ Text is encoded using UTF-8.

    UserMode C + + 0x08 + History. + C + 0xFF Test @@ -1852,7 +1857,7 @@ example: joining, leaving or setting privilages. string - channel_name + channel_address uint8 @@ -1888,10 +1893,10 @@ example: joining, leaving or setting privilages. -
    +
    -

    -2.4.8. GetHistory +

    +2.4.8. History

    Read messages previously send to a specific channel. User has to member of the channel to perform this action. since field specifies start of time range for which history should be retrieved. count specifes how many messages should be returned in a single response. GetHistory is a locking sequence and it cannot be cancelled while in progress so count should be set relatively low. To get more messages use multiple requests with incremented offset.

    Response is just a sequence of Message. Client should use Timestamp field of a Message to show them in corrent order.

    @@ -1906,7 +1911,7 @@ example: joining, leaving or setting privilages. string - channel_name + channel_address timestamp -- cgit v1.2.3