Age | Commit message (Collapse) | Author |
|
|
|
|
|
Options renamed or removed:
- weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op
- weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop
- weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice
- weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user
- weechat.color.nicklist_prefix5 removed
|
|
|
|
#10021, bug #29932)
|
|
|
|
|
|
nick name (patch #7133)
|
|
|
|
|
|
|
|
|
|
(task #9870)
|
|
|
|
|
|
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).
|
|
|
|
|
|
nicks speaking without highlight
|
|
|
|
|
|
|
|
|
|
|
|
with callback to core items if not found
|
|
|
|
Command will be improved in near future and other plugins like xfer
will be modified to manage upgrade process.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type (patch from Leonid Evdokimov)
|
|
|
|
fixed many memory leaks
|
|
|
|
|
|
|
|
Added group support for nicklist (with subgroups).
Partial changes in IRC protocol functions (new arguments with argv and argv_eol).
Fixed some bugs:
- nicklist in plugins API
- problem in main loop with select() when SIGWINCH is received (terminal resize)
- bug in string explode function
- bug in infobar countdown.
|
|
replaced "void *" pointers by structures
|
|
|
|
|
|
|
|
|
|
(still under development)
|
|
"plugin", not a "protocol")
|