summaryrefslogtreecommitdiff
path: root/doc/pl/weechat_scripting.pl.txt
AgeCommit message (Collapse)Author
2014-01-11doc: add missing functions strlen_screen and hook_set in scripting guideSebastien Helleu
2013-11-04doc: use one line titles and less chars for delimited blocks/tables in ↵Sebastien Helleu
asciidoc files
2013-09-02doc: update polish FAQ and scripting guideKrzysztof Koroscik
2013-06-29doc: fix example of weechat.command without buffer: it is executed on ↵Sebastien Helleu
current buffer, not core buffer (scripting guide)
2013-05-23doc: update WeeChat URLs (for new site design)Sebastien Helleu
2013-05-06doc: update polish translations and docsKrzysztof Koroscik
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-21doc: add missing functions in scripting guideSebastien Helleu
2013-03-24Revert "doc: add note about constants in lua, fix lua example (scripting guide)"Sebastien Helleu
This reverts commit fad848bf7caff763ace7a8b88f06307feca77bac.
2013-03-24doc: add note about constants in lua, fix lua example (scripting guide)Sebastien Helleu
2013-03-22ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of ↵Sebastien Helleu
function config_new_option (bug #31050)
2013-03-16doc: add link to weechat.org/info in scripting guide (URL transfer) and ↵Sebastien Helleu
plugin API reference (function hook_process)
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-01-26doc: use boxes/arrows chars for diagram in differences with C API (scripting ↵Sebastien Helleu
guide)
2013-01-26doc: add example of callback in each language (scripting guide)Sebastien Helleu
2013-01-26doc: add command "/script" in scripting guideSebastien Helleu
2013-01-12doc: update polish FAQ, quickstart and scripting guideKrzysztof Koroscik
2013-01-07doc: replace iteritems() by items() in scripting guide (compatibility with ↵Sebastien Helleu
Python 3.x)
2012-11-05doc: remove "optional" for arguments of function register (scripting 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-03-29doc: argument "shutdown_function" is optional in function register ↵Sebastien Helleu
(scripting guide)
2012-03-23core: add a connection timeout for child process in hook_connect (bug #35966)Sebastien Helleu
2012-02-24doc: update polish translations, FAQ and scripting guideKrzysztof Koroscik
2012-01-19doc: add URL transfer in scripting guideSebastien Helleu
2012-01-19doc: add missing functions "hook_process_hashtable" and "hdata_hashtable" in ↵Sebastien Helleu
scripting guide
2011-12-17api: add new function hdata_check_pointerSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu
2011-10-12doc: update polish translations and docs, add polish scripting guideSebastien Helleu