Actions
Bug #212
closedWhen global option log is disabled, query are not backlogged
Start date:
2011-04-07
Due date:
% Done:
100%
Estimated time:
Patch Available:
No
Found in Versions:
<= 0.8.7
Confirmed:
Yes
Branch:
Security:
No
Help Needed:
Description
How to reproduce¶
- set 'log' option to 'false' in bip.conf
- (re)start bip, don't connect any client to bip
- send a message with another user in a channel where bip is here
- send a private message to bip user with another user
- connect a client to bip
- message in channel is backlogged
- private message is not backlogged only "End of backlog" is displayed
Updated by Pierre-Louis Bonicoli over 13 years ago
- pilou_bip: nickname of bip user
- Pilou: other user
- with log = true;
07-04-2011 02:44:05 [freenode] backlogging: pilou_bip
in function real_write_all this line is sent by bip daemon to client :Pilou!bip@b.i.p PRIVMSG pilou_bip :02:44:01> test message - with log = false;
07-04-2011 02:44:05 [freenode] backlogging: pilou_bip
in function real_write_all this line is sent by bip daemon to client :Pilou!bip@b.i.p PRIVMSG Pilou :02:50:35> test message
When log is disabled, private backlogged messages are malformed.
Updated by Pierre-Louis Bonicoli over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Found in Versions set to <= 0.8.7
Actions