From 834ff442d1b413fb4eaabcf03bbf6ab78eafdc1e Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 17 Nov 2005 15:37:59 +0100 Subject: Closing #14: Milisecond precision is now possible for the buddy_sendbuffer. --- doc/user-guide/commands.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/user-guide/commands.xml') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 1fc30e6d..cdd6f6a1 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -461,10 +461,12 @@ + 200 + - Tell BitlBee after how many seconds a buffered message should be sent. + Tell BitlBee after how many (mili)seconds a buffered message should be sent. Values greater than 5 will be interpreted as miliseconds, 5 and lower as seconds. -- cgit v1.2.3 From c572dd67167c0365a5bf62899c31efd4f223acaa Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 18 Nov 2005 13:41:58 +0100 Subject: HTML stripping is optional again (but still safer than before 0.93), but now enabled by default. --- doc/user-guide/commands.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/user-guide/commands.xml') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index cdd6f6a1..933fb5b6 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -302,13 +302,15 @@ - - nostrip - strip, nostrip + + True - Determines what BitlBee should do with HTML in messages. If set to nostrip, HTML in messages will not be touched. If set to strip, all HTML will be stripped from messages. Unfortunately this sometimes strips too much. + Determines what BitlBee should do with HTML in messages. Normally this is turned on and HTML will be stripped from messages, if BitlBee thinks there is HTML. + + + If BitlBee fails to detect this sometimes (most likely in AIM messages over an ICQ connection), you can set this setting to always, but this might sometimes accidentally strip non-HTML things too. -- cgit v1.2.3