Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
upgrade
|
|
|
|
option "weechat.color.chat_nick_colors" (comma separated list of colors)
|
|
|
|
terminal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string_has_highlight_regex in plugin API (task #10321)
|
|
|
|
|
|
|
|
|
|
wrong port or server with SSL problems (bug #27487)
|
|
|
|
|
|
|
|
|
|
|
|
irc.look.notify_tags_whois
|
|
|
|
(task #5441)
This commit provides:
- new IRC command /notify
- new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois,
irc.network.notify_check_ison, irc.network.notify_check_whois
- new option "notify" in servers (but should not be changed, only /notify
command should be used)
- infolist "irc_notify" to get notify list (by server or for all servers).
|
|
|
|
|
|
8 new functions added:
- nicklist_group_get_integer
- nicklist_group_get_string
- nicklist_group_get_pointer
- nicklist_group_set
- nicklist_nick_get_integer
- nicklist_nick_get_string
- nicklist_nick_get_pointer
- nicklist_nick_set
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|