Sébastien Helleu

Results 282 comments of Sébastien Helleu

@bqv: short answer: yes, for now. Long answer: IRC protocol will remain as it allows any IRC client to connect, like a bouncer does. The goal with API protocol is...

Hi @joshheyse, This is a known issue: #1701, not yet fixed.

Hi, WeeChat already provides a desktop file, which is mentioned in your second link, isn't that enough? Link: https://github.com/weechat/weechat/blob/master/weechat.desktop If not enough, do you have examples of xml files of...

Hi, Thanks for the PR. Some remarks: 1. Multiple lines can point to same line_data structure (that's why there's a separate structure there), when buffers are merged. 2. Adding a...

Hi, Tests failed because one message is displayed during lua tests: =!= lua: unable to redirect stdout and stderr Probably caused by your changes.

Hi, Thanks for the reminder, I'll check again if it's ready for merge.

Merged, with extra minor changes on code style (removal of trailing whitespace).

Hi, Do you still have the issue with the latest version (3.8 or 4.0.0-dev)?

Hi, What do you suggest as a fix? Just changing the prefix will cause loss of information, we'll not be able to see it's an action message.

Implemented in Python, Perl, Ruby, Lua and Guile plugins (version 2.1). Still missing in TCL, Javascript and PHP plugins; this will be implemented in an upcoming release. For these plugins,...