summaryrefslogtreecommitdiff
path: root/doc/it/weechat_user.it.txt
AgeCommit message (Collapse)Author
2013-05-09doc: fix typo in user's guide (thanks to faen)Sebastien Helleu
2013-05-01doc: add IRC SASL "dh-aes" mechanism in user's guideSebastien Helleu
2013-02-23relay: add support of multiple servers on same port for irc protocol (the ↵Sebastien Helleu
client must send the server in the "PASS" command)
2013-02-19guile: fix arguments given to callbacks (separate arguments instead of one ↵Sebastien Helleu
list with arguments inside), guile >= 2.0 is now required (bug #38350) Unfortunately this breaks compatibility with existing guile scripts, but this change is needed to keep consistency with other scripting languages. Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8.
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and ↵Sebastien Helleu
weechat protocols, new option relay.network.websocket_allowed_origins It is a partial implementation of RFC 6455: fragmentation and control frames are not yet supported. Text and binary frames are supported.
2013-02-10doc: use HTML pages for links to RFCs in user's guideSebastien Helleu
2013-01-16guile: fix compilation with guile 2.0Sebastien Helleu
2013-01-07doc: fix typosSebastien Helleu
2012-12-16irc: return git version in CTCP VERSION and FINGER by default, add "$git" ↵Sebastien Helleu
and "$versiongit" in format of CTCP replies
2012-12-14doc: add warning for autotools in user's guideSebastien Helleu
2012-12-07doc: remove chapter "Authors" in user's guide (list is in file AUTHORS), ↵Sebastien Helleu
remove link to forum (closed)
2012-11-04doc: fix typo in user's guideSebastien Helleu
2012-11-04aspell: add bar item "aspell_suggest": suggestions for misspelled word at ↵Sebastien Helleu
cursor (task #12061) (patch from Nils Görs)
2012-11-02irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ↵Nils Görs
quiet list) (task #12278)
2012-11-02core: add incomplete mouse events "event-down" and "event-drag" (task #11840)Ailin Nemui
2012-11-02core: add command /eval, use expression in conditions for bars, add function ↵Sebastien Helleu
"string_eval_expression" in plugin API
2012-10-19doc: update ruby version in dependencies (user's guide)Sebastien Helleu
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵Simon Arlott
shuffle list of hosts for a same address (task #11205)
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when ↵Sebastien Helleu
installing/removing/loading/unloading scripts on script buffer)
2012-08-20script: add focus info for mouse on script buffer, add two default mouse ↵Sebastien Helleu
bindings: left button = select line, right button = install/remove script
2012-08-17doc: fix typo in keys for mouse contextSebastien Helleu
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers ↵Sebastien Helleu
with free content
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-08-04doc: fix gnutls dependency in user guideSebastien Helleu
2012-08-04doc: update dependencies in user guide (add zlib, gnutls is used in irc and ↵Sebastien Helleu
relay plugins)
2012-08-01core: add option weechat.startup.sys_rlimit to set system resource limits ↵Sebastien Helleu
for WeeChat process
2012-07-30doc: update italian docsMarco Paolone
2012-07-27relay: add support of SSL (for irc and weechat protocols), new option ↵Sebastien Helleu
relay.network.ssl_cert_key (task #12044)
2012-07-13core: add command line option "-r" (or "--run-command") to run command(s) ↵Peter Boström
after startup of WeeChat
2012-07-07irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes ↵Sebastien Helleu
(task #12022)
2012-07-05core: add default key alt+"s" (toggle aspell)Sebastien Helleu
2012-07-03doc: update list of contributors in user guideSebastien Helleu
2012-07-01doc: add question in FAQ about selection/paste of text when mouse is enabledSebastien Helleu
2012-06-30doc: update list of contributors in user guideSebastien Helleu
2012-06-30irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME ↵Sebastien Helleu
(task #12150)
2012-06-13doc: add command /buffer to set notify level in user guideSebastien Helleu
2012-06-10doc: add chapters "Buffers and windows" and "Notify levels" in user guideSebastien Helleu
2012-05-18doc: update italian user guide and plugin API referenceMarco Paolone
2012-05-03doc: update list of contributors in user guideSebastien Helleu
2012-05-03doc: fix recommended version of Python in user guideSebastien Helleu
2012-04-09doc: update list of translators in user guideSebastien Helleu
2012-03-12doc: update italian FAQ, user guide and plugin API referenceMarco Paolone
2012-03-12irc: add signals and tags in messages for irc notify (patch from Quentin ↵Sebastien Helleu
Glidic) (task #11887)
2012-02-29irc: add support of "external" SASL mechanism (task #11864)Kyle Fuller
2012-02-26doc: add japanese translator in user guideSebastien Helleu
2012-02-24doc: fix name of package libcurl4-gnutls-dev in dependencies (user guide)Sebastien Helleu
2012-02-24doc: add gdb commands to log output in a file (user guide)Sebastien Helleu
2012-02-10doc: update italian docsMarco Paolone
2012-01-27irc: add alias "ctcp" for target buffer of CTCP messagesSebastien Helleu