Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-25 | Add new option weechat.look.highlight_regex and function ↵ | Sebastien Helleu | |
string_has_highlight_regex in plugin API (task #10321) | |||
2010-11-18 | Update user guide | Sebastien Helleu | |
2010-11-18 | Fix infinite loop on gnutls handshake when connecting with SSL to server on ↵ | Gu1ll4um3r0m41n | |
wrong port or server with SSL problems (bug #27487) | |||
2010-11-09 | Add note about "%h" replaced by WeeChat home in some options | Sebastien Helleu | |
2010-11-01 | Update german and italian translations | Sebastien Helleu | |
2010-10-12 | Add new option weechat.look.hotlist_unique_numbers (task #10691) | Sebastien Helleu | |
2010-10-02 | Add new option weechat.look.prefix_align_min (task #10650) | Sebastien Helleu | |
2010-09-28 | New value for option weechat.look.input_share (none, commands, text, all), ↵ | Sebastien Helleu | |
add new option weechat.look.input_share_overwrite (boolean) | |||
2010-09-27 | Add new option weechat.look.input_share (task #9228) | Sebastien Helleu | |
2010-09-22 | Update italian translations and docs | Sebastien Helleu | |
2010-09-20 | Fix formatting bug in html doc with description of options (bug #31076) | Sebastien Helleu | |
2010-08-14 | Add help about values for /help weechat.look.buffer_notify_default | Sebastien Helleu | |
2010-07-17 | Update docs | Sebastien Helleu | |
2010-07-12 | Add new option weechat.look.align_end_of_lines | Sebastien Helleu | |
2010-06-14 | Update italian translations | Sebastien Helleu | |
2010-06-04 | Move options weechat.color.nicklist_prefix to irc plugin | Sebastien Helleu | |
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 | |||
2010-05-26 | Add new option weechat.look.confirm_quit | Sebastien Helleu | |
2010-05-24 | Update italian files | Sebastien Helleu | |
2010-05-01 | Move option irc.color.item_buffer_name_ssl to core (new name: ↵ | Sebastien Helleu | |
weechat.color.status_name_ssl) | |||
2010-04-28 | Add keys for undo/redo changes on command line (default: ctrl/alt + ↵ | Sebastien Helleu | |
underscore) (task #9483) | |||
2010-04-08 | Update italian doc and translations | Sebastien Helleu | |
2010-03-31 | Fix help of option weechat.plugin.autoload | Sebastien Helleu | |
2010-03-31 | Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" ↵ | Sebastien Helleu | |
as joker and "!" to prevent a plugin from being autoloaded (task #6361) Some examples for option weechat.plugin.autoload: - load all plugins (default): "*" - load only alias, charset, irc and logger: "alias,charset,irc,logger" - load all plugins but not lua and tcl: "*,!lua,!tcl" - load all plugins but not perl and python: "*,!p*" (not recommended because new future plugins may begin with "p") - do not load any plugin (weechat core alone is not really useful eheh): "!*" | |||
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add ↵ | Sebastien Helleu | |
examples in /help key Note: old option "reset" for /key has been renamed to "resetall". | |||
2010-03-23 | Remove WeeChat slogan | Sebastien Helleu | |
2010-03-23 | Reformat examples in help of some commands | Sebastien Helleu | |
2010-03-22 | Fix typos in /help window and /help logger | Sebastien Helleu | |
2010-03-22 | Add new option weechat.color.nicklist_offline | Sebastien Helleu | |
2010-03-04 | Update user guide | Sebastien Helleu | |
2010-03-02 | Add new option weechat.look.command_chars, add functions ↵ | Sebastien Helleu | |
string_is_command_char and string_input_for_buffer in plugin and script API | |||
2010-02-09 | Add new option weechat.look.time_format to customize default format for ↵ | Sebastien Helleu | |
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914) | |||
2009-12-17 | Update italian translations | Sebastien Helleu | |
2009-12-14 | Add new option weechat.color.status_time | Sebastien Helleu | |
2009-12-04 | Add italian user guide | Sebastien Helleu | |