- Timestamp:
- 2005-11-17T14:37:59Z (19 years ago)
- Branches:
- master
- Children:
- e3a0e7e
- Parents:
- 685c4ef
- Location:
- doc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/CHANGES
r685c4ef r834ff44 3 3 - QUIT command now works before logging in. (Mainly an RFC-compliancy fix.) 4 4 - Hopefully slightly clearer handling of buddy add requests. 5 - set buddy_sendbuffer_delay now also supports milisecond precision. 5 6 6 7 Finished ... -
doc/user-guide/commands.xml
r685c4ef r834ff44 462 462 463 463 <bitlbee-setting name="buddy_sendbuffer_delay" type="integer"> 464 <description> 465 466 <para> 467 Tell BitlBee after how many seconds a buffered message should be sent. 464 <default>200</default> 465 466 <description> 467 468 <para> 469 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. 468 470 </para> 469 471 -
doc/user-guide/help.txt
r685c4ef r834ff44 437 437 ?set buddy_sendbuffer_delay 438 438 Type: integer 439 Default: 440 441 Tell BitlBee after how many seconds a buffered message should be sent.439 Default: 200 440 441 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. 442 442 443 443 See also the buddy_sendbuffer setting. -
doc/user-guide/user-guide.html
r685c4ef r834ff44 332 332 Please note that if you remove a buddy from your list (or if the connection to that user drops) and there's still data in the buffer, this data will be lost. BitlBee will not try to send the message to the user in those cases. 333 333 </p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="set_buddy_sendbuffer_delay"></a>buddy_sendbuffer_delay</h2></div></div></div><table class="simplelist" border="0" summary="Simple list"><tr><td>Type: integer</td></tr></table><p> 334 Tell BitlBee after how many seconds a buffered message should be sent.334 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. 335 335 </p><p> 336 336 See also the <span class="emphasis"><em>buddy_sendbuffer</em></span> setting. -
doc/user-guide/user-guide.txt
r685c4ef r834ff44 801 801 Type: integer 802 802 803 Tell BitlBee after how many seconds a buffered message should be sent. 803 Tell BitlBee after how many (mili)seconds a buffered message should be sent. 804 Values greater than 5 will be interpreted as miliseconds, 5 and lower as 805 seconds. 804 806 805 807 See also the buddy_sendbuffer setting.
Note: See TracChangeset
for help on using the changeset viewer.