From bffdbe8b1969a57f0dec3da7f3bc4f11487f9059 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Tue, 12 Oct 2021 18:18:27 +0200 Subject: [PATCH] backlog_timestamp: update man page & vim syntax Complete 0c1881b9210794821c71380969c54e1034679f21 and 2c7b8aa1550fac97d8a203bcf905bf4c7586fe80. --- bip.conf.5 | 16 +++++++++++++++- samples/bip.vim | 5 +++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/bip.conf.5 b/bip.conf.5 index 19477ae..23ccf34 100644 --- a/bip.conf.5 +++ b/bip.conf.5 @@ -235,8 +235,22 @@ if there are more. For example if Coyote told you 12 lines and then RoadRunner 6, you'll only have a replay of the 6 RoadRunner's lines and the last 4 of Coyote's. +.TP +\fBbacklog_timestamp\fP (default: \fBtime\fP) +\fBnone\fP disables timestamps in backlogged lines, \fBtime\fP or +\fBdatetime\fP allow to select the timestamp format in backlogged lines. + +.TP \fBbacklog_no_timestamp\fP (default: \fBfalse\fP) -If true, backlogged line won't include the timestamp. +This parameter is deprecated, use \fBbacklog_timestamp\fP instead. +.I false +implies +.I backlog_timestamp = "none" +and +.I true +implies +.I backlog_timestamp = "time" +\&. .TP \fBbacklog_reset_on_talk\fP (default: \fBfalse\fP) diff --git a/samples/bip.vim b/samples/bip.vim index 8845bdb..29420af 100644 --- a/samples/bip.vim +++ b/samples/bip.vim @@ -74,12 +74,13 @@ syn region bipUser contained matchgroup=Macro start=/user\s*{\s*/ \ contains=bipUKeyword,bipConnection,bipComment,bipEndError,bipWhite syn keyword bipUKeyword contained nextgroup=bipStringV password name \ default_nick default_user default_realname ssl_check_store - \ ssl_check_mode ssl_client_certfile + \ ssl_check_mode ssl_client_certfile backlog_timestamp syn keyword bipUKeyword contained nextgroup=bipNumericV backlog_lines syn keyword bipUKeyword contained nextgroup=bipBoolV admin - \ backlog_no_timestamp backlog backlog_reset_on_talk + \ backlog backlog_reset_on_talk \ backlog_msg_only backlog_always bip_use_notice " DEPRECATED \ always_backlog bl_msg_only blreset_on_talk +" DEPRECATED \ backlog_no_timestamp " Connection block (level 2) syn region bipConnection contained matchgroup=Macro