Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-12 | Add new option weechat.look.align_end_of_lines | 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-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-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-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 list of tags in /help filter | 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-14 | Add new option weechat.color.status_time | Sebastien Helleu | |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on ↵ | Sebastien Helleu | |
IRC server (CertFP) (task #7492) (patch from kolter) | |||
2009-10-14 | Fix bug with URL selection in some terminals (caused by horizontal lines) ↵ | Sebastien Helleu | |
(bug #27700) | |||
2009-08-29 | Add 2 new options: weechat.look.prefix_align_more and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more | |||
2009-08-29 | Add new option weechat.look.prefix_buffer_align_max | Sebastien Helleu | |
2009-08-09 | Remove obsolete option weechat.color.input_nick | Sebastien Helleu | |
2009-07-22 | Add new option weechat.look.search_text_not_found_alert | Sebastien Helleu | |
2009-07-09 | Remove obsolete option weechat.color.nicklist_separator | Sebastien Helleu | |
2009-06-23 | Add new option irc.color.item_channel_modes | Sebastien Helleu | |
2009-06-14 | Add new option weechat.look.hotlist_names_merged_buffers | Sebastien Helleu | |
2009-06-10 | Rename option weechat.completion.nick_completor to nick_completer | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-28 | Convert all docs to asciidoc format, add scripting guide | Sebastien Helleu | |