Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-21 | core: 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-18 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-03-19 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-03-15 | doc: update German auto-generated files | Sébastien Helleu | |
2016-03-14 | core: update German translations | Nils Görs | |
2016-03-14 | doc: fix typos in plugin API reference | Sébastien Helleu | |
2016-03-13 | exec: fix example in /help exec | Sébastien Helleu | |
2016-03-10 | doc: remove unneeded parentheses in quickstart guide | Sébastien Helleu | |
2016-03-09 | logger: add note on buffer local variables to use in /help logger.file.mask | Sébastien Helleu | |
2016-03-08 | doc: add command /disconnect in quickstart guide | Sébastien Helleu | |
2016-03-07 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-03-07 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-03-05 | relay: do not execute any command received from an irc relay client (closes ↵ | Sébastien Helleu | |
#699) | |||
2016-03-04 | doc: fix typo in quickstart guide | Sébastien Helleu | |
2016-02-27 | doc: update German auto-generated files | Sébastien Helleu | |
2016-02-25 | irc: complete help of SASL fail options | Sébastien Helleu | |
2016-02-24 | core: update translations | Sébastien Helleu | |
2016-02-20 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-02-20 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-02-19 | doc: update German auto-generated files | Sébastien Helleu | |
2016-02-19 | core: update German translations | Nils Görs | |
2016-02-17 | doc: translate instructions for CA file on Mac OS X in other languages (FAQ) | Sébastien Helleu | |
2016-02-17 | doc: fix instructions about getting correct CA file on Mac OS X (FAQ) | Artiom Di | |
2016-02-16 | doc: update Polish auto-generated files | Sébastien Helleu | |
2016-02-16 | doc: update polish quickstart guide | Krzysztof Korościk | |
2016-02-15 | core: 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-13 | doc: update German and Japanese auto-generated files | Sébastien Helleu | |
2016-02-12 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-02-12 | core: 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-10 | doc: update German auto-generated files | Sébastien Helleu | |
2016-02-09 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-02-08 | relay: fix the max number of clients connected on a port, allow value 0 for ↵ | Sébastien Helleu | |
"no limit" (closes #669) | |||
2016-01-30 | doc: fix typo in English quickstart guide | Sébastien Helleu | |
2016-01-30 | core: update German translations | Nils Görs | |
2016-01-29 | doc: add secured data in quickstart guide | Sébastien Helleu | |
2016-01-24 | doc: add an example in function string_split (plugin API reference) | Sébastien Helleu | |
2016-01-17 | core: fix French translation of /help ctcp | Sébastien Helleu | |
2016-01-17 | doc: update German auto-generated files | Sébastien Helleu | |
2016-01-17 | core: update translations | Sébastien Helleu | |
2016-01-11 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-01-11 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-01-08 | doc: update Polish auto-generated files | Sébastien Helleu | |
2016-01-08 | doc: remove trailing whitespace in Polish docs | Sébastien Helleu | |
2016-01-08 | doc: update copyright dates in Polish docs | Sébastien Helleu | |
2016-01-07 | doc: Polish translation update | Krzysztof Korościk | |
2016-01-06 | doc: update auto-generated files with WeeChat options | Sébastien Helleu | |
2016-01-06 | doc: update copyright dates in German docs | Sébastien Helleu | |
2016-01-05 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-01-05 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-01-04 | doc: update German auto-generated files | Sébastien Helleu | |