Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-05 | Add optional nick in arguments for infolist "irc_nick" (format: ↵ | Sebastien Helleu | |
"server,#channel,nick") | |||
2009-06-11 | Fix typo with plural of "ignore" | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-03 | Add irc info "irc_current_server" (returned only if one buffer is used for ↵ | Sebastien Helleu | |
all servers) | |||
2009-04-24 | Add filter with third argument of infolist_get for some infolists (bars, bar ↵ | Sebastien Helleu | |
items, buffers, filters, plugins, irc_server, alias, script list) | |||
2009-02-10 | Add irc info "irc_nick" to get current nick on a server | Sebastien Helleu | |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu | |
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). | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu | |
2008-09-03 | Reintroduce /ignore command to ignore IRC nicks/hosts, using regex | Sebastien Helleu | |
2008-09-02 | Add description for info and infolist hooks | Sebastien Helleu | |
2008-09-02 | Add new hooks in plugins: info (fifo_filename) and infolists (alias, ↵ | Sebastien Helleu | |
logger_buffer, xfer) | |||
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu | |