Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-18 | Add argument with buffer number/range for command "/buffer close" (task ↵ | Sebastien Helleu | |
#9390, task #7239) | |||
2009-05-18 | Add option weechat.look.jump_previous_buffer_when_closing | Sebastien Helleu | |
2009-05-18 | Add option weechat.history.max_visited_buffers | Sebastien Helleu | |
2009-05-16 | Add infolist "key" with key bindings | Sebastien Helleu | |
2009-05-12 | Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer ↵ | Sebastien Helleu | |
number or previous buffer This will switch to buffer #N or previously displayed buffer if current buffer is #N (it uses option weechat.look.jump_current_to_previous_buffer). Default keys alt-1 to alt-0 are now /buffer *N | |||
2009-05-05 | Add description of notify levels in /help buffer | Sebastien Helleu | |
2009-05-03 | Fix help of /set command (remove french words) | 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 | Remove old docs for notify plugin | Sebastien Helleu | |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu | |
2009-04-24 | Fix typo: easyly -> easily | Sebastien Helleu | |
2009-04-24 | Remove notify plugin (moved to core) | Sebastien Helleu | |
2009-04-21 | Add new option weechat.look.jump_current_to_previous_buffer | Sebastien Helleu | |
2009-04-14 | Add missing API functions in doc (infolists and upgrade), move infos and ↵ | Sebastien Helleu | |
infolists from user guide to developer guide | |||
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-03 | Add new option "weechat.completion.nick_add_space" (add space after nick ↵ | Sebastien Helleu | |
completion, on by default) | |||
2009-04-03 | Add new values for option irc.look.nick_completion_smart: off / speakers / ↵ | Sebastien Helleu | |
speakers_highlights | |||
2009-04-01 | Fix bug with partial completions | Sebastien Helleu | |
Option "weechat.completion.partial_completion_nick" has been renamed to "weechat.completion.partial_completion_other". | |||
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu | |
2009-03-29 | Update doc | Sebastien Helleu | |
2009-03-22 | Add option aspell.check.real_time (off by default), fix bugs with aspell and ↵ | Sebastien Helleu | |
utf-8 chars, add function utf8_char_int to API | |||
2009-03-15 | Add new option irc.look.display_old_topic to display old topic when channel ↵ | Sebastien Helleu | |
topic is changed | |||
2009-03-02 | Make channel optional in IRC command /mode (bug #25735) | Sebastien Helleu | |
2009-02-25 | Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ↵ | Sebastien Helleu | |
title bar (task #6030) | |||
2009-02-11 | Add irc and jabber options to display nick modes in input_prompt bar item | Sebastien Helleu | |
2009-02-10 | Add option "-server" to IRC commands: msg, notice, query, quote | Sebastien Helleu | |
2009-02-10 | Add irc info "irc_nick" to get current nick on a server | Sebastien Helleu | |
2009-02-08 | Add help about alias list for /alias command (task #9087) | Sebastien Helleu | |
2009-02-02 | Update doc (missing relay option and update of /filter arguments) | Sebastien Helleu | |
2009-01-17 | Add missing jabber commands in doc | Sebastien Helleu | |
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). | |||
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API | |||
2008-12-19 | Update doc and translations | Sebastien Helleu | |
2008-12-19 | Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar | Sebastien Helleu | |
2008-12-16 | Add new filling options in /help bar | Sebastien Helleu | |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu | |
2008-12-13 | Update doc for /xfer and /relay commands | Sebastien Helleu | |
2008-12-10 | Add new plugin "relay", new function "string_format_size" in plugin API | Sebastien Helleu | |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-11-19 | Remove old and unused color options | Sebastien Helleu | |
2008-11-06 | Add doc for default plugins in user guide | Sebastien Helleu | |
2008-11-06 | Update docgen.pl and doc about options for logger and core | Sebastien Helleu | |
2008-11-02 | Update doc | Sebastien Helleu | |
2008-11-01 | Add infolist "plugin", with list of plugins | Sebastien Helleu | |
2008-10-31 | Update doc | Sebastien Helleu | |
2008-10-24 | Add local variables for buffers, fix alias creation, use of local variables ↵ | Sebastien Helleu | |
$nick/$channel/$server in alias | |||
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu | |
2008-10-18 | Remove aspell real_time option (not used any more), update aspell doc | Sebastien Helleu | |