Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
reconnection problem (bug #34626)
The connection was not made with a fork() under Cygwin because the connect() in
child process was not working. This seems to be fixed in latest Cygwin, so this
hack has been removed and now a fork() is done for all systems.
|
|
directory instead of a filename
|
|
This fix error "No text to send" when sending message with one space (the space
was lost during split of string).
|
|
end of string
|
|
|
|
This was causing connection problem with following messages:
irc: TLS handshake failed
irc: error: Insufficient credentials for that request.
|
|
weechat_color in plugin API (bug #34550)
|
|
compilation of doc in standalone package
|
|
enabled (task #11401)
|
|
them in buffer when it is created
|
|
|
|
(bug of urxvt sending only this code on shift-selection in terminal)
|
|
items on signal "buffer_switch" (bug #34466)
|
|
|
|
|
|
|
|
when calling infolist_get with bad hook type)
|
|
|
|
|
|
|
|
host is set for nick
|
|
|
|
weechat.look.color_inactive_prefix is off
|
|
|
|
|
|
|
|
weechat.look.color_inactive_window is off
|
|
bold is used only if terminal has less than 16 colors (patch #7621)
|
|
|
|
|
|
|
|
|
|
inactive colors
|
|
|
|
|
|
|
|
weechat.look.color_inactive_* are changed
|
|
|
|
|
|
330/343, "invitelist" for message 346)
These aliases are used to find target buffer to print message (options irc.msgbuffer.*)
|
|
New boolean options to control use of inactive colors:
- weechat.look.color_inactive_message
- weechat.look.color_inactive_prefix
- weechat.look.color_inactive_prefix_buffer
- weechat.look.color_inactive_time
New "inactive" color options:
- weechat.color.chat_inactive_line
- weechat.color.chat_inactive_window
- weechat.color.chat_prefix_buffer_inactive_line
|
|
|
|
|
|
|