summaryrefslogtreecommitdiff
path: root/doc/it/autogen
AgeCommit message (Collapse)Author
2012-03-04core: fix typo in help of option weechat.look.paste_bracketed (bug #35717)Sebastien Helleu
2012-03-04core: rename option weechat.look.bracketed_paste_mode to ↵Sebastien Helleu
weechat.look.paste_bracketed
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-02-29irc: add support of "external" SASL mechanism (task #11864)Kyle Fuller
2012-02-26irc: add search for lower case nicks in option irc.look.nick_color_forceSebastien Helleu
2012-02-20core: update italian translationsMarco Paolone
2012-02-19irc: rename server option "cap" to "capabilities"Sebastien Helleu
2012-02-19irc: add option "cap" in servers to enable capabilities on connectionSebastien Helleu
2012-02-09core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= ↵Sebastien Helleu
7.24.0)
2012-02-06core: update italian translationsMarco Paolone
2012-01-24core: move option "scroll_unread" from command /input to /windowSebastien Helleu
2012-01-23relay: add protocol "weechat" in /help relaySebastien Helleu
2012-01-22core: 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-18core: add many libcurl options missing (for URL transfer)Sebastien Helleu
2012-01-16core: update italian translationsMarco Paolone
2012-01-16core: 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-12doc: remove obsolete variable "display_creation_date" in hdata of ↵Sebastien Helleu
"irc_channel" (plugin API reference)
2011-12-25irc: 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-25core: change mouse state when option weechat.look.mouse is changedSebastien Helleu
2011-12-25doc: update contents of hdata in plugin API referenceSebastien Helleu
2011-12-17alias: add help about syntax %%command for completion of alias in /aliasSebastien Helleu
2011-12-07core: add option "hooks" for command /debugSebastien Helleu
2011-12-07core: 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-06relay: add WeeChat protocol (for remote GUI), doc about protocol, new optionsSebastien 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-25core: fix type of variables in hdata "line_data" (type integer -> char)Sebastien Helleu
2011-11-21core: add "full_name" in buffer structureSebastien Helleu
2011-11-17doc: update italian translations and docsMarco Paolone
2011-11-15core: allow list for option weechat.plugin.extension (makes weechat.conf ↵Sebastien Helleu
portable accross Un*x and Windows) (task #11479)
2011-11-12core: add new option weechat.completion.base_word_until_cursor: allow ↵Sebastien Helleu
completion in middle of words (enabled by default) (task #9771)
2011-11-12doc: add anchors for config file options in user's guideSebastien Helleu
2011-11-12doc: add casemapping value in hdata of irc serverSebastien Helleu
2011-11-08core: add option "jump_last_buffer_displayed" for command /input (key: ↵Sebastien Helleu
alt+"/") (task #11553)
2011-11-05core: rename options weechat.history.{max_lines|max_minutes} to ↵Sebastien Helleu
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
2011-11-05irc: add option irc.color.mirc_remap to remap mirc colors in messages to ↵Sebastien Helleu
WeeChat colors
2011-11-04irc: allow URL "irc://" in command /connectSebastien Helleu
2011-11-01core: add option weechat.history.max_minutes: maximum number of minutes in ↵Sebastien Helleu
history per buffer (task #10900) (patch from Quentin Pradet)
2011-10-31aspell: add note about option "aspell.check.commands" in /help aspellSebastien Helleu
2011-10-29doc: update doc of aspell commandSebastien Helleu
2011-10-29core: add optional arguments for command /plugin load/reload/autoloadSebastien Helleu
2011-10-27core: update examples in /help filterSebastien Helleu
2011-10-27irc: add missing modes in /help mode (synopsis of command)Sebastien Helleu
2011-10-27core: remove wrong example in /help bar (scroll bar using buffer name)Sebastien Helleu
2011-10-27alias: improve /help alias: display many <command> in command synopsisSebastien Helleu
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu
2011-10-25core: fix typo: childs -> childrenSebastien Helleu
2011-10-21doc: update italian translations and docsMarco Paolone
2011-10-06doc: update italian translationsSebastien Helleu
2011-09-30core: fix sentence in /help upgradeSebastien Helleu
2011-09-24core: update help of option weechat.look.color_basic_force_boldSebastien Helleu
2011-09-24core: add new option weechat.look.color_basic_force_bold, off by default: ↵Sebastien Helleu
bold is used only if terminal has less than 16 colors (patch #7621)