summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
This pointer is the first argument received by callbacks, and the existing argument "data" is now automatically freed by WeeChat when the object containing the callback is removed. With this new pointer, the linked list of callbacks in scripts has been removed. This will improve speed of scripts (using a lot of hooks), reduce memory used by scripts and reduce time to unload scripts. Following functions are affected in the C API: * exec_on_files * config_new * config_new_section * config_new_option * hook_command * hook_command_run * hook_timer * hook_fd * hook_process * hook_process_hashtable * hook_connect * hook_print * hook_signal * hook_hsignal * hook_config * hook_completion * hook_modifier * hook_info * hook_info_hashtable * hook_infolist * hook_hdata * hook_focus * unhook_all_plugin * buffer_new * bar_item_new * upgrade_new * upgrade_read
2016-03-18doc: update Japanese auto-generated filesSébastien Helleu
2016-03-19core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-03-15doc: update German auto-generated filesSébastien Helleu
2016-03-14core: update German translationsNils Görs
2016-03-14doc: fix typos in plugin API referenceSébastien Helleu
2016-03-13exec: fix example in /help execSébastien Helleu
2016-03-10doc: remove unneeded parentheses in quickstart guideSébastien Helleu
2016-03-09logger: add note on buffer local variables to use in /help logger.file.maskSébastien Helleu
2016-03-08doc: add command /disconnect in quickstart guideSébastien Helleu
2016-03-07doc: update Japanese auto-generated filesSébastien Helleu
2016-03-07core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-03-05relay: do not execute any command received from an irc relay client (closes ↵Sébastien Helleu
#699)
2016-03-04doc: fix typo in quickstart guideSébastien Helleu
2016-02-27doc: update German auto-generated filesSébastien Helleu
2016-02-25irc: complete help of SASL fail optionsSébastien Helleu
2016-02-24core: update translationsSébastien Helleu
2016-02-20doc: update Japanese auto-generated filesSébastien Helleu
2016-02-20core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-02-19doc: update German auto-generated filesSébastien Helleu
2016-02-19core: update German translationsNils Görs
2016-02-17doc: translate instructions for CA file on Mac OS X in other languages (FAQ)Sébastien Helleu
2016-02-17doc: fix instructions about getting correct CA file on Mac OS X (FAQ)Artiom Di
2016-02-16doc: update Polish auto-generated filesSébastien Helleu
2016-02-16doc: update polish quickstart guideKrzysztof Korościk
2016-02-15core: move irc bar item "away" and two options to core (closes #692)Sébastien Helleu
Options moved: * "irc.look.item_away_message" --> "weechat.look.item_away_message" * "irc.color.item_away" --> "weechat.color.item_away".
2016-02-13doc: update German and Japanese auto-generated filesSébastien Helleu
2016-02-12core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-02-12core: add note about options to save config/layout on exit in help of ↵Sébastien Helleu
commands /layout, /save and /quit (closes #687)
2016-02-10doc: update German auto-generated filesSébastien Helleu
2016-02-09doc: update Japanese auto-generated filesSébastien Helleu
2016-02-08relay: fix the max number of clients connected on a port, allow value 0 for ↵Sébastien Helleu
"no limit" (closes #669)
2016-01-30doc: fix typo in English quickstart guideSébastien Helleu
2016-01-30core: update German translationsNils Görs
2016-01-29doc: add secured data in quickstart guideSébastien Helleu
2016-01-24doc: add an example in function string_split (plugin API reference)Sébastien Helleu
2016-01-17core: fix French translation of /help ctcpSébastien Helleu
2016-01-17doc: update German auto-generated filesSébastien Helleu
2016-01-17core: update translationsSébastien Helleu
2016-01-11doc: update Japanese auto-generated filesSébastien Helleu
2016-01-11core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-01-08doc: update Polish auto-generated filesSébastien Helleu
2016-01-08doc: remove trailing whitespace in Polish docsSébastien Helleu
2016-01-08doc: update copyright dates in Polish docsSébastien Helleu
2016-01-07doc: Polish translation updateKrzysztof Korościk
2016-01-06doc: update auto-generated files with WeeChat optionsSébastien Helleu
2016-01-06doc: update copyright dates in German docsSébastien Helleu
2016-01-05doc: update Japanese auto-generated filesSébastien Helleu
2016-01-05core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-01-04doc: update German auto-generated filesSébastien Helleu