Age | Commit message (Collapse) | Author |
|
|
|
|
|
add logger options) (bug #37531)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
different from UTF-8 (bug #36379)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
weechat.look.hotlist_buffer_separator and tag "notify_none"
New options:
- weechat.look.hotlist_buffer_separator
- weechat.look.hotlist_count_max
- weechat.look.hotlist_count_min_msg
- weechat.color.status_count_msg
- weechat.color.status_count_private
- weechat.color.status_count_highlight
- weechat.color.status_count_other
|
|
same name (for same command name in many plugins)
|
|
|
|
|
|
log file
|
|
|
|
|
|
home in paths
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(task #9430)
|
|
|
|
|
|
directories (patch #6922)
|
|
|
|
|
|
|
|
|
|
version any more (API comparison is enough)
|
|
|
|
|
|
default completion items
|
|
displayed in buffer (bug #26074)
|
|
|
|
|
|
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib.
Please note many major Jabber features are missing:
- roster management (add/remove/.. buddies),
- MUC,
- transports.
It is possible to define servers (with /jabber), connect to them (with
/jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
|