Project

General

Profile

Actions

Bug #212

closed

When global option log is disabled, query are not backlogged

Added by Pierre-Louis Bonicoli about 13 years ago. Updated about 13 years ago.

Status:
Resolved
Priority:
Normal
Target version:
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

  1. set 'log' option to 'false' in bip.conf
  2. (re)start bip, don't connect any client to bip
  3. send a message with another user in a channel where bip is here
  4. send a private message to bip user with another user
  5. connect a client to bip
  6. message in channel is backlogged
  7. private message is not backlogged only "End of backlog" is displayed
Actions #1

Updated by Pierre-Louis Bonicoli about 13 years ago

  • pilou_bip: nickname of bip user
  • Pilou: other user
  1. 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 : PRIVMSG pilou_bip :02:44:01> test message
  2. 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 : PRIVMSG Pilou :02:50:35> test message

When log is disabled, private backlogged messages are malformed.

Actions #2

Updated by Pierre-Louis Bonicoli about 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
  • Found in Versions set to <= 0.8.7
Actions

Also available in: Atom PDF