summaryrefslogtreecommitdiff
path: root/doc/it
AgeCommit message (Collapse)Author
2018-07-07doc: use /unset command instead of /set xxx null (quickstart guide)Sébastien Helleu
2018-07-07doc: add default triggers in user's guideSébastien Helleu
2018-06-15doc: update auto-generated filesSébastien Helleu
2018-06-14core: change default value of option weechat.look.hotlist_add_conditions ↵Sébastien Helleu
(closes #1206) Now if there are at least one relay client connected via weechat protocol, the buffer is always added to the hotlist.
2018-06-14relay: add filtering on protocol in info "relay_client_count" (issue #1206)Sébastien Helleu
2018-06-14core: add key alt+"-" in /help filterSébastien Helleu
2018-06-11doc: add gnome-terminal option in question about weird chars on screen (FAQ)Sébastien Helleu
2018-06-02core: add reverse of string in evaluation of expressions with "rev:" (closes ↵Sébastien Helleu
#1200)
2018-05-31core: send buffer pointer (when possible) in signal "hotlist_changed" ↵Sébastien Helleu
(closes #1133) When a buffer is added or updated in the hotlist, the buffer pointer is sent. When the hotlist is cleared or resorted, the buffer pointer is NULL.
2018-05-21doc: add note about "list" options for curl in function ↵Sébastien Helleu
hook_process_hashtable (plugin API reference)
2018-05-21doc: add example of URL with custom HTTP headers in function ↵Sébastien Helleu
hook_process_hashtable (plugin API reference)
2018-05-21doc: update auto-generated files with URL optionsSébastien Helleu
2018-05-21build: fix path to auto-generated plugin API files in CMakeListsSébastien Helleu
2018-05-21core: update translationsSébastien Helleu
2018-05-20core: update translationsSébastien Helleu
2018-05-20doc: update auto-generated files with hdataSébastien Helleu
2018-05-20doc: add translations for function hashtable_add_from_infolist (plugin API ↵Sébastien Helleu
reference)
2018-05-19buflist: add example of format for two bar items using a ternary operator in ↵Sébastien Helleu
/help buflist.format.buffer
2018-04-16core: do not set terminal title by default (option ↵Sébastien Helleu
weechat.look.window_title) (closes #1182)
2018-04-15core: add example of secured data in /help evalSébastien Helleu
2018-04-07doc: add version 2.2 in Python example for function string_format_size ↵Sébastien Helleu
(plugin API reference)
2018-04-07api: add function string_format_size in scripting APISébastien Helleu
2018-04-06irc: replace "server" by "name" in /help serverSébastien Helleu
2018-04-06doc: add a sentence to explain the internal irc server name (quickstart guide)Sébastien Helleu
2018-04-01irc: add missing parameter "-server" in /help list (issue #1165)Sébastien Helleu
2018-04-01irc: replace "server" by "target" in help of commands when the argument is ↵Sébastien Helleu
not an internal WeeChat server (issue #1165)
2018-03-31core: fix help on option weechat.look.hotlist_count_maxSébastien Helleu
2018-03-31core: improve help on option weechat.look.hotlist_count_maxSébastien Helleu
2018-03-31core: update translations (issue #1171)Sébastien Helleu
2018-03-31Merge pull request #1164 from wking/openssl-ecparam-outSébastien Helleu
doc: use '-out' instead of shell redirection for openssl ecparam
2018-03-31doc: add note about /fset completion in quickstart guideSébastien Helleu
2018-03-31doc: add fset plugin in quickstart guideSébastien Helleu
2018-03-31doc: add keys F1/F2 to scroll buflist bar in quickstart guideSébastien Helleu
2018-03-31doc: remove sentences about /help in quickstart guideSébastien Helleu
2018-03-25irc: send whole IRC message including IRCv3 tags in the signals irc_in, ↵Sébastien Helleu
irc_in2, irc_raw_in and irc_raw_in2 (issue #787)
2018-03-25core: update translationsSébastien Helleu
2018-03-22doc: update Ruby version in dependencies (user's guide)Sébastien Helleu
2018-03-22doc: update PHP packages in dependencies (user's guide)Sébastien Helleu
2018-03-20doc: add more info about the reload callback in function config_new (plugin ↵Sébastien Helleu
API reference)
2018-03-19doc: use '-out' instead of shell redirection for openssl ecparamW. Trevor King
Generated with: $ sed -i 's|openssl ecparam -genkey -name prime256v1 >~/.weechat/ecdsa.pem|openssl ecparam -genkey -name prime256v1 -out ~/.weechat/ecdsa.pem|' $(git grep -l 'openssl ecparam') There's no reason to involve shell redirection, which we've had since 88073243 (doc: add instructions for SASL "ecdsa-nist256p-challenge", 2015-01-21). We already use -in or -out for our other openssl invocations, as shown by: $ git grep 'openssl.*\(<\|>\|-in\|-out\)'
2018-03-19core: improve help of option weechat.completion.partial_completion_alertSébastien Helleu
2018-03-19core: update translationsSébastien Helleu
2018-03-19core: split man pages weechat and weechat-headlessSébastien Helleu
2018-03-18core: fix build with CMake and NinjaSébastien Helleu
2018-03-11doc: replace "rm -f" by "$(RM)" in makefilesSébastien Helleu
2018-03-11doc: create symbolic links for weechat-headless man page in autotoolsSébastien Helleu
2018-03-11doc: fix cmake target names for man pagesSébastien Helleu
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes ↵Sébastien Helleu
#1120) The optional command line option "--daemon" runs WeeChat like a daemon (fork, new process group, file descriptors closed).
2018-03-05doc: update dependencies for PHP plugin in user's guide (issue #1154)Sébastien Helleu
2018-03-04doc: add a question about configuration sharing in FAQSébastien Helleu