From 06fd7a460a2c855c17a628b1ddacbb89637ce48c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 28 Nov 2023 00:26:21 +0100 Subject: [PATCH] doc/man: add note that memory message store is basic --- doc/soju.1.scd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index 1a02564..e8f45dd 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -137,7 +137,9 @@ The following directives are supported: Supported drivers: - _memory_ stores messages in memory. For each channel/user, only the - latest 4K messages are kept in memory, older messages are discarded. + latest 4K messages are kept in memory, older messages are discarded. This + driver is very basic and doesn't support features such as the + _chathistory_ extension and search. - _fs_ stores messages on disk, in the same format as ZNC. _source_ is required and is the root directory path for the database. This on-disk format is lossy: some IRCv3 messages (e.g. TAGMSG) and all message tags