summaryrefslogtreecommitdiff
path: root/doc/pl
AgeCommit message (Collapse)Author
2016-08-16core: add optional argument "lowest", "highest" or level mask in command ↵Sébastien Helleu
/input hotlist_clear
2016-08-14doc: update auto-generated files with WeeChat commandsSébastien Helleu
2016-08-13doc: update main features in user's guideSébastien Helleu
2016-08-10trigger: add missing step with post action in /help triggerSébastien Helleu
2016-08-10doc: add question about screen and bracketed paste mode in FAQSébastien Helleu
2016-08-09core: update translationsSébastien Helleu
2016-08-09doc: translate trigger post action in other languages (user's guide)Sébastien Helleu
2016-08-07doc: update auto-generated files with URL optionsSébastien Helleu
2016-08-07doc: add C compiler in dependencies (user's guide)Sébastien Helleu
2016-08-07doc: add missing package ruby-2.3 in dependencies (user's guide)Sébastien Helleu
2016-07-29core: add keys for secure buffer in /help secure (closes #756)Sébastien Helleu
2016-07-17irc: rename server options "default_msg_*" to "msg_*", evaluate themSébastien Helleu
2016-07-12doc: update auto-generated files with hdataSébastien Helleu
2016-06-24doc: fix typo in FAQSébastien Helleu
2016-06-15doc: fix styles in docsSébastien Helleu
2016-06-12doc: fix styles in user's guideSébastien Helleu
2016-05-18relay: add option relay.network.allow_empty_password (closes #735)Sébastien Helleu
2016-05-18core: update French translationsSébastien Helleu
2016-05-15doc: fix name of file AUTHORS.adoc in Polish man pageSébastien Helleu
2016-05-15doc: fix source-highlighter in autotools (issue #722)Sébastien Helleu
2016-05-15core: rename .asciidoc files to .adoc (issue #722)Sébastien Helleu
2016-05-14doc: fix styles in auto-generated doc files (issue #722)Sébastien Helleu
2016-05-14core: require asciidoctor 1.5.4 instead of 1.5.0 (issue #722)Sébastien Helleu
2016-05-14doc: increase toclevels and sectnumlevels in user's guide (issue #722)Sébastien Helleu
2016-05-14doc: enable section numbering in tester's guide (issue #722)Sébastien Helleu
2016-05-14doc: fix styles in user's guide (issue #722)Sébastien Helleu
2016-05-14doc: fix style in tip about mouse events (user's guide) (issue #722)Sébastien Helleu
2016-05-14doc: use a table for input of IRC color codes in user's guide (issue #722)Sébastien Helleu
2016-05-14doc: fix style of key bindings in user's guide (issue #722)Sébastien Helleu
2016-05-14doc: improve source of table with dependencies in user's guideSébastien Helleu
2016-05-14doc: replace asciidoc by asciidoctor in user's guide (issue #722)Sébastien Helleu
2016-05-14doc: make list of functions/constants more readable in scripting guideSébastien Helleu
2016-05-14doc: enable section numbering in scripting guide (issue #722)Sébastien Helleu
2016-05-14doc: fix styles in scripting guide (issue #722)Sébastien Helleu
2016-05-14doc: fix styles in tester guide (issue #722)Sébastien Helleu
2016-05-14doc: fix styles in quickstart guide (issue #722)Sébastien Helleu
2016-05-14doc: fix styles in FAQ (issue #722)Sébastien Helleu
2016-05-14doc: fix styles in man page (issue #722)Sébastien Helleu
2016-05-14doc: use asciidoctor instead of asciidoc (issue #722)Sébastien Helleu
2016-05-03doc: add a question about security in FAQSébastien Helleu
2016-05-02doc: update Ruby and Lua versions in user's guideSébastien Helleu
2016-05-01doc: update auto-generated files with URL optionsSébastien Helleu
2016-04-27doc: update Polish auto-generated filesSébastien Helleu
2016-04-27doc: update polish translationKrzysztof Korościk
2016-04-20core: update email of Krzysztof KorościkSébastien Helleu
2016-04-17doc: convert a note into asciidoc "[NOTE]" in tester's guideSébastien Helleu
2016-04-14doc: mask SASL mechanisms dh-blowfish and dh-aes as "insecure"Sébastien Helleu
2016-04-11doc: convert a note into asciidoc "[NOTE]" in user's guideSébastien Helleu
2016-04-06core: set default value "djb2" for option weechat.look.nick_color_hashSébastien Helleu
2016-04-05core: move nick coloring from irc plugin to core (closes #262)Sébastien Helleu
Options moved from irc.conf to weechat.conf: * "irc.look.nick_color_force" moved to "weechat.look.nick_color_force" * "irc.look.nick_color_hash" moved to "weechat.look.nick_color_hash" * "irc.look.nick_color_stop_chars" moved to "weechat.look.nick_color_stop_chars" New info (for API function "info_get"): * "nick_color" (replaces "irc_nick_color") * "nick_color_name" (replaced "irc_nick_color_name") Info "irc_nick_color" and "irc_nick_color_name" are now deprecated. And a bug has been fixed in nick coloring: stop chars are removed before looking at a forced color.