summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user
AgeCommit message (Collapse)Author
2010-10-13Add new options irc.color.nick_prefix and irc.color.nick_suffixSebastien Helleu
2010-10-12Add new option weechat.look.hotlist_unique_numbers (task #10691)Sebastien Helleu
2010-10-12Add new option irc.look.item_away_messageSebastien Helleu
2010-10-11Remove unneeded spacesSebastien Helleu
2010-10-10Add tag "nick_xxx" in IRC messagesSebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ↵Sebastien Helleu
task #10668) Options moved: connection_timeout, anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks, default_msg_part, default_msg_quit.
2010-10-07Rename options "irc.look.open_{channel|pv}_near_server" to ↵Sebastien Helleu
"irc.look.new_{channel|pv}_position" with new values (none, next or near_server)
2010-10-02Add new option weechat.look.prefix_align_min (task #10650)Sebastien Helleu
2010-10-01Add missing tag "no_log" in /help filterSebastien Helleu
2010-09-28New value for option weechat.look.input_share (none, commands, text, all), ↵Sebastien Helleu
add new option weechat.look.input_share_overwrite (boolean)
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-09-22Update italian translations and docsSebastien Helleu
2010-09-20Fix formatting bug in html doc with description of options (bug #31076)Sebastien Helleu
2010-09-17Add new option relay.network.bind_addressSebastien Helleu
2010-09-17Add new option relay.network.passwordSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick".
2010-08-14Add help about values for /help weechat.look.buffer_notify_defaultSebastien Helleu
2010-08-14Add note about regex (split into 2 regex) in /help filterSebastien Helleu
2010-08-14Update user guideSebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions ↵Sebastien Helleu
(bug #26964)
2010-07-29Update italian translationsSebastien Helleu
2010-07-29Update italian translations and scripting guideSebastien Helleu
2010-07-19Remove unneeded spaces and tabsSebastien Helleu
2010-07-17Fix help of option irc.look.nick_color_stop_chars (problem in generated ↵Sebastien Helleu
asciidoc file)
2010-07-17Update docsSebastien Helleu
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ↵Sebastien Helleu
even when pong has not been received, lag_min_show is now in milliseconds
2010-06-14Update italian translationsSebastien Helleu
2010-06-08Add new options irc.look.display_host_join/join_local/quit and ↵Sebastien Helleu
irc.color.reason_quit
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien 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-26Add new option weechat.look.confirm_quitSebastien Helleu
2010-05-24Update italian filesSebastien Helleu
2010-05-23Add IRC command /wallchops, fix bug with display of notice for ops (task ↵Sebastien Helleu
#10021, bug #29932)
2010-05-21Add optional message in IRC private buffer when nick is back on server after ↵Sebastien Helleu
a /quit New option: "irc.look.display_pv_back" (default value is "on"). Option "irc.look.show_away_once" has been renamed to "irc.look.display_pv_away_once".
2010-05-20Add examples in /help joinSebastien Helleu
2010-05-01Move option irc.color.item_buffer_name_ssl to core (new name: ↵Sebastien Helleu
weechat.color.status_name_ssl)
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + ↵Sebastien Helleu
underscore) (task #9483)
2010-04-21Add new options irc.network.autoreconnect_delay_growing and ↵Sebastien Helleu
irc.network.autoreconnect_delay_max (task #10338)
2010-04-20Add new option irc.color.item_buffer_name_ssl (task #10339)Sebastien Helleu
2010-04-15Update italian autogen files for docSebastien Helleu
2010-04-08Update italian doc and translationsSebastien Helleu
2010-04-05Add option "-open" for IRC command /connectSebastien Helleu
2010-04-03Add option "get" for command /buffer, add completions with buffer propertiesSebastien Helleu
2010-03-31Fix help of option weechat.plugin.autoloadSebastien Helleu
2010-03-31Improve 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-29Fix IRC command /list: send channel and server name given as argument, and ↵Sebastien Helleu
use separate option "-re" to allow a regex
2010-03-26Add new option irc.look.part_closes_buffer to close buffer when /part is ↵Sebastien Helleu
issued on channel (task #10295)
2010-03-24Add 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-23Add examples in /help dcc, update german translationsSebastien Helleu