Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-24 | core: move option "scroll_unread" from command /input to /window | Sebastien Helleu | |
2012-01-23 | relay: use protocol arguments for protocol "irc" only (arguments forbidden ↵ | Sebastien Helleu | |
for protocol "weechat") | |||
2012-01-23 | relay: add protocol "weechat" in /help relay | Sebastien Helleu | |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ↵ | Sebastien Helleu | |
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier | |||
2012-01-19 | doc: update german translations and user guide | Nils Görs | |
2012-01-18 | core: fix typo in french translations | Sebastien Helleu | |
2012-01-16 | core: update italian translations | Marco Paolone | |
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable ↵ | Sebastien Helleu | |
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247) | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2012-01-08 | core: fix some errors in portuguese translations (patch #7700) | Sergio Durigan Junior | |
2012-01-07 | core: update russian translations | Aleksey V Zapparov | |
2012-01-06 | core: update portuguese translations (patch #7698) | Sergio Durigan Junior | |
2011-12-25 | irc: add optional server in info "irc_is_channel" (before channel name) (bug ↵ | Sebastien Helleu | |
#35124), add optional server in info_hashtable "irc_message_parse" | |||
2011-12-25 | core: change mouse state when option weechat.look.mouse is changed | Sebastien Helleu | |
2011-12-25 | doc: update german translations and docs | Sebastien Helleu | |
2011-12-17 | core: display an error and do nothing for command "/unset *" | Sebastien Helleu | |
2011-12-17 | alias: add help about syntax %%command for completion of alias in /alias | Sebastien Helleu | |
2011-12-07 | core: add option "hooks" for command /debug | Sebastien Helleu | |
2011-12-07 | core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, ↵ | Sebastien Helleu | |
restore old behaviour before fix of bug #25555 in version 0.3.5) | |||
2011-12-06 | relay: add WeeChat protocol (for remote GUI), doc about protocol, new options | Sebastien Helleu | |
The protocol is partial, under development, and NOT ready for usage. New options added in relay.conf: - relay.network.allowed_ips: allow only some IPs on relay plugin (by default all IPs are allowed) - relay.network.compression_level: compression level used in WeeChat protocol (compression is made using zlib) | |||
2011-11-21 | core: add "full_name" in buffer structure | Sebastien Helleu | |
2011-11-19 | xfer: display origin of xfer in core and xfer buffers (task #10956) | Sebastien Helleu | |
2011-11-17 | doc: update italian translations and docs | Marco Paolone | |
2011-11-15 | core: display a warning when option weechat.look.eat_newline_glitch is enabled | Sebastien Helleu | |
2011-11-15 | core: allow list for option weechat.plugin.extension (makes weechat.conf ↵ | Sebastien Helleu | |
portable accross Un*x and Windows) (task #11479) | |||
2011-11-12 | core: add new option weechat.completion.base_word_until_cursor: allow ↵ | Sebastien Helleu | |
completion in middle of words (enabled by default) (task #9771) | |||
2011-11-08 | doc: update german translations and docs | Sebastien Helleu | |
2011-11-08 | core: add option "jump_last_buffer_displayed" for command /input (key: ↵ | Sebastien Helleu | |
alt+"/") (task #11553) | |||
2011-11-05 | core: display full line (option + value) for lines with error in ↵ | Sebastien Helleu | |
configuration files | |||
2011-11-05 | irc: add option irc.color.mirc_remap to remap mirc colors in messages to ↵ | Sebastien Helleu | |
WeeChat colors | |||
2011-11-04 | irc: allow URL "irc://" in command /connect | Sebastien Helleu | |
2011-11-03 | core: fix typo: occured -> occurred | Sebastien Helleu | |
2011-11-03 | core: remove obsolete/empty sources for Qt and Wxwidgets | Sebastien Helleu | |
2011-11-01 | core: fix french translation of "irc://" in "weechat-curses --help" | Sebastien Helleu | |
2011-11-01 | core: fix syntax of option "irc://" in "weechat-curses --help" | Sebastien Helleu | |
2011-11-01 | core: add option weechat.history.max_minutes: maximum number of minutes in ↵ | Sebastien Helleu | |
history per buffer (task #10900) (patch from Quentin Pradet) | |||
2011-10-31 | aspell: add note about option "aspell.check.commands" in /help aspell | Sebastien Helleu | |
2011-10-31 | core: update portuguese translations | Ivan Sichmann Freitas | |
2011-10-29 | core: add WEECHAT_HOME option in cmake and configure to setup default ↵ | Sebastien Helleu | |
WeeChat home (default is "~/.weechat") (task #11266) Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat" Syntax for configure: ./configure WEECHAT_HOME="~/.weechat" | |||
2011-10-29 | core: add help for values of option "conditions" in bars (options ↵ | Sebastien Helleu | |
weechat.bar.xxx.conditions) | |||
2011-10-29 | aspell: add note about option "default_dict" in /help aspell | Sebastien Helleu | |
2011-10-29 | core: display a message when mouse state is changed with command /mouse | Sebastien Helleu | |
2011-10-29 | core: add optional arguments for command /plugin load/reload/autoload | Sebastien Helleu | |
2011-10-27 | core: update examples in /help filter | Sebastien Helleu | |
2011-10-27 | irc: add missing modes in /help mode (synopsis of command) | Sebastien Helleu | |
2011-10-27 | core: remove wrong example in /help bar (scroll bar using buffer name) | Sebastien Helleu | |
2011-10-27 | alias: improve /help alias: display many <command> in command synopsis | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-26 | core: update portuguese translations | Ivan Sichmann Freitas | |
2011-10-26 | guile: new script plugin for scheme (task #7289) | Sebastien Helleu | |