Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-11 | Add support of many templates for completion of command arguments, rename ↵ | Sebastien Helleu | |
default completion items | |||
2009-04-07 | Some improvements on key bindings | Sebastien Helleu | |
List of changes: - do not automatically create default keys if they do not exist, when reading weechat.conf (let user do that if needed) - add "/key missing": add missing keys using default keys (do not update or remove user keys), - key "meta-s" moved from irc/jabber plugins to core - improved output of /key (display number of keys) | |||
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu | |
2009-03-28 | Add cmake files in package built by autotools | Sebastien Helleu | |
2009-03-27 | Fix SSL connection to some IRC servers using Diffie Hellman and small ↵ | Sebastien Helleu | |
exchange keys (bug #25996) | |||
2009-03-23 | Fix typo in irc-raw.c and jabber-debug.c | Sebastien Helleu | |
2009-03-23 | Set again buffer properties when using existing irc/jabber channel/pv buffer | Sebastien Helleu | |
2009-03-23 | Add completion with self nick in irc/jabber private buffers | Sebastien Helleu | |
2009-03-06 | Add new hook type "process": launch command with fork and catch result ↵ | Sebastien Helleu | |
(rc/stdout/stderr) via callback | |||
2009-02-25 | Fix bug with reset of topic for irc channel / jabber muc | Sebastien Helleu | |
2009-02-22 | Add upgrade functions in script plugin API | Sebastien Helleu | |
2009-02-20 | Fix bug with smart completion (irc/jabber): keep unique nicks in list of ↵ | Sebastien Helleu | |
last speakers (bug #25559) | |||
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu | |
2009-02-17 | Add new local variable "type" for buffers | Sebastien Helleu | |
Values are set by plugins: - irc and jabber: "server", "channel", "private", "debug" - relay: "relay" (list) - xfer: "xfer" (list), "private" (DCC chat) | |||
2009-02-17 | Use string instead of char for prefixes in nicklist | Sebastien Helleu | |
2009-02-11 | Add irc and jabber options to display nick modes in input_prompt bar item | Sebastien Helleu | |
2009-02-07 | Add numeric codes for low chars (< 32) in irc and jabber debug buffers | Sebastien Helleu | |
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu | |
2009-01-30 | Fix problem with read marker when manually switching to other buffer with ↵ | Sebastien Helleu | |
some commands like /query | |||
2009-01-30 | Fix some bugs with TLS connections in Jabber pluigin (TLS still not working ↵ | Sebastien Helleu | |
in Jabber) | |||
2009-01-17 | Remove unused jabber options and jabber servers in autogenerated doc | 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). |