Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | core: rename .asciidoc files to .adoc (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix column size in developer's guide | Sébastien Helleu | |
2016-05-14 | doc: fix styles in developer's guide (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: use asciidoctor instead of asciidoc (issue #722) | Sébastien Helleu | |
2016-04-05 | core: 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. | |||
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-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-12-24 | core: add a parent name in options (closes #629) | Sébastien Helleu | |
Inherited values are now displayed in /set output when the value is null, if a parent option name is defined in option. New option: weechat.color.chat_value_null | |||
2015-12-02 | fifo: add /fifo command | Sébastien Helleu | |
2015-10-07 | doc: fix name of emphasized text color in developer's guide | Sébastien Helleu | |
2015-08-06 | core: update examples of alias add commands | Simmo Saan | |
2015-07-20 | alias: add options "add", "addcompletion" and "del" in command /alias, ↵ | Sébastien Helleu | |
remove command /unalias (closes #458) | |||
2015-05-17 | doc: sort directories and files, reformat emacs lisp example in developer's ↵ | Sébastien Helleu | |
guide | |||
2015-05-17 | doc: update list of repositories in developer's guide | Sébastien Helleu | |
2015-05-15 | doc: add missing file test-arraylist.cpp in developer's guide | Sébastien Helleu | |
2015-03-07 | doc: add Javascript plugin in docs | Sébastien Helleu | |
2015-01-12 | doc: add translators in docs, move table of contents on the left, build HTML5 | Sébastien Helleu | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-12-13 | core: use https for WeeChat URLs | Sébastien Helleu | |
2014-11-01 | doc: minor changes in developer's guide | Sébastien Helleu | |
2014-10-29 | doc: fix typos in French docs | Sébastien Helleu | |
2014-10-05 | doc: add file "wee-arraylist.c" in developer's guide | Sébastien Helleu | |
2014-08-14 | doc: add missing file "tests.cpp" in developer's guide | Sébastien Helleu | |
2014-07-20 | doc: add file main.c in developer's guide | Sébastien Helleu | |
2014-07-20 | doc: remove obsolete "test" directory with weercd in developer's guide | Sébastien Helleu | |
2014-07-20 | tests: add unit tests using CppUTest | Sébastien Helleu | |
The tests can be run only via CMake: 1. build with tests: cmake .. -DENABLE_TESTS=ON 2. make 3. ctest (or ctest -V for verbose output) | |||
2014-05-25 | doc: use .asciidoc extension instead of .txt for doc files | Sébastien Helleu | |