Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
directories (patch #6922)
|
|
version any more (API comparison is enough)
|
|
|
|
It is still possible to see messages by changing debug level for "core" or
plugins (perl, python, ruby, lua, tcl).
|
|
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).
|
|
|
|
developer guide
|
|
|
|
irc.freenode.#weechat)
|
|
|
|
|
|
|
|
|
|
logger_buffer, xfer)
|
|
|
|
|
|
for irc plugin
|
|
|
|
type (patch from Leonid Evdokimov)
|
|
|
|
|
|
signal catched (reload all config files), better config files reloading
|
|
optional check of license when script is loaded
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|