diff options
author | June McEnroe <june@causal.agency> | 2020-02-25 18:06:41 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-25 18:11:11 -0500 |
commit | dde937cec56b3f6563322d37121308d3f5f5ac39 (patch) | |
tree | 2aa278588e31c07b23796f352dc5d6fb08c37c04 /pounce.1 | |
parent | Bump buffer sizes to allow for tags (diff) | |
download | pounce-dde937cec56b3f6563322d37121308d3f5f5ac39.tar.gz pounce-dde937cec56b3f6563322d37121308d3f5f5ac39.zip |
Request server-time from the server and filter tags for clients
This doesn't yet, but it will break the "robustness principle" according to which a server "SHOULD NOT" assume that a client capable of parsing one tag is capable of parsing all tags. In future, TagCaps will have all other caps that use tags ORed into it, and only if the client supports none of them will tags be filtered out.
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1 index c55310b..7ed431f 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd February 18, 2020 +.Dd February 25, 2020 .Dt POUNCE 1 .Os . @@ -343,6 +343,7 @@ is supported: .Sy extended-join , .Sy invite-notify , .Sy multi-prefix , +.Sy server-time , .Sy userhost-in-names . . .Pp |