Actions
Bug #252
closedReceived PRIVMSG should be written to the sender log rather than the server nick log
Start date:
2011-10-03
Due date:
% Done:
100%
Estimated time:
Patch Available:
Yes
Found in Versions:
0.8.8
Confirmed:
Yes
Branch:
Security:
No
Help Needed:
No
Description
when receiving a PRIVMSG from bar with the server nick set to foo, the message is written to foo.log rather than bar.log, thus queries are written into foo.log and bar.log, which makes the conversation unreadable afterwards.
I have attached a patch for HEAD fixing the issue. I tested it and it's working pretty well. Does it look fine to you? If so, could you please apply it?
Files
Updated by Arnaud Fontaine over 13 years ago
Updated by Pierre-Louis Bonicoli over 13 years ago
- Status changed from New to In Progress
- Assignee set to Pierre-Louis Bonicoli
- Priority changed from Normal to High
Updated by Arnaud Fontaine over 13 years ago
pilou suggested that this issue could come from f19e1f6. My patch avoids one malloc (for nick) if that commit would be reverted... Let me know if there is anything I can do to get this patch accepted. Thanks.
Updated by Pierre-Louis Bonicoli about 13 years ago
- Status changed from In Progress to Resolved
- % Done changed from 10 to 100
- Confirmed changed from No to Yes
- Help Needed set to No
Updated by Pierre-Louis Bonicoli almost 10 years ago
- Found in Versions set to 0.8.8
Actions