doc/man: add note that memory message store is basic

This commit is contained in:
Simon Ser 2023-11-28 00:26:21 +01:00
parent 67f7d9aa3f
commit 06fd7a460a
1 changed files with 3 additions and 1 deletions

View File

@ -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