diff options
| author | bt <bt@localhost> | 2026-03-31 09:06:24 +0200 |
|---|---|---|
| committer | bt <bt@localhost> | 2026-03-31 09:06:24 +0200 |
| commit | 5e8c7c1c967f01f588655aced32b6b4ca6408850 (patch) | |
| tree | 59ab049d1d2d2c200abc0f8a850438eb7c2ceb82 /docs/rfc.html | |
| parent | 3f37bbe8d8d7a9829bedf0eb1ec6ea67ad1aeed5 (diff) | |
| download | solec-5e8c7c1c967f01f588655aced32b6b4ca6408850.tar.gz solec-5e8c7c1c967f01f588655aced32b6b4ca6408850.zip | |
[all] Change Go package name, bump Go version
Diffstat (limited to 'docs/rfc.html')
| -rw-r--r-- | docs/rfc.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/rfc.html b/docs/rfc.html index 86eaadf..30f5bb7 100644 --- a/docs/rfc.html +++ b/docs/rfc.html @@ -1220,7 +1220,7 @@ li > p:last-of-type:only-child { </tr></thead> <tfoot><tr> <td class="left">bt</td> -<td class="center">Expires 30 September 2026</td> +<td class="center">Expires 2 October 2026</td> <td class="right">[Page]</td> </tr></tfoot> </table> @@ -1233,12 +1233,12 @@ li > p:last-of-type:only-child { <dd class="internet-draft">SOLEC</dd> <dt class="label-published">Published:</dt> <dd class="published"> -<time datetime="2026-03-29" class="published">29 March 2026</time> +<time datetime="2026-03-31" class="published">31 March 2026</time> </dd> <dt class="label-intended-status">Intended Status:</dt> <dd class="intended-status">Experimental</dd> <dt class="label-expires">Expires:</dt> -<dd class="expires"><time datetime="2026-09-30">30 September 2026</time></dd> +<dd class="expires"><time datetime="2026-10-02">2 October 2026</time></dd> <dt class="label-authors">Author:</dt> <dd class="authors"> <div class="author"> @@ -1274,7 +1274,7 @@ SOLEC system.<a href="#section-abstract-1" class="pilcrow">¶</a></p> time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow">¶</a></p> <p id="section-boilerplate.1-4"> - This Internet-Draft will expire on 30 September 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p> + This Internet-Draft will expire on 2 October 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p> </section> </div> <div id="copyright"> @@ -1643,6 +1643,10 @@ Text is encoded using UTF-8.<a href="#section-2.3.3-1" class="pilcrow">¶</a></p <td class="text-left" rowspan="1" colspan="1">0x01</td> <td class="text-left" rowspan="1" colspan="1">Auth failed. Invalid username or password.</td> </tr> + <tr> + <td class="text-left" rowspan="1" colspan="1">0x02</td> + <td class="text-left" rowspan="1" colspan="1">Not found. User or channel cannot access user or channel.</td> + </tr> </tbody> </table> </section> |
