summaryrefslogtreecommitdiff
path: root/doc/en/weechat_scripting.en.asciidoc
AgeCommit message (Collapse)Author
2016-05-15core: rename .asciidoc files to .adoc (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: use asciidoctor instead of asciidoc (issue #722)Sébastien Helleu
2015-08-14irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented.
2015-06-27irc: decode/encode only text in IRC messages and not the headers (bug ↵Sébastien Helleu
#29886, closes #218, closes #451)
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-03-09doc: capitalize name of plugins in lists (scripting guide)Sébastien Helleu
2015-03-07doc: add Javascript plugin in docsSébastien Helleu
2015-01-12doc: add translators in docs, move table of contents on the left, build HTML5Sébastien Helleu
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-07-05doc: fix style of C/Python examples in docsSébastien Helleu
2014-05-25doc: use .asciidoc extension instead of .txt for doc filesSébastien Helleu