Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-06 | core: add Curl options for versions 7.50.0 to 7.52.0 | Sébastien Helleu | |
2017-03-25 | core: add hotlist pointer in buffer structure | Sébastien Helleu | |
2017-03-25 | buflist: load plugin after some other plugins by shifting plugins priority | Sébastien Helleu | |
2017-01-06 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-12-31 | api: add info "uptime" (WeeChat uptime) | Sébastien Helleu | |
2016-12-23 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-11-29 | core: add optional command prefix in completion templates "commands", ↵ | Sébastien Helleu | |
"plugins_commands" and ""weechat_commands" | |||
2016-11-23 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-11-20 | api: add info "pid" (WeeChat PID) (issue #850) | Sébastien Helleu | |
2016-08-22 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-08-09 | core: update translations | Sébastien Helleu | |
2016-08-07 | doc: update auto-generated files with URL options | Sébastien Helleu | |
2016-05-19 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-05-18 | core: update French translations | Sébastien Helleu | |
2016-05-15 | core: rename .asciidoc files to .adoc (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix styles in auto-generated doc files (issue #722) | Sébastien Helleu | |
2016-05-01 | doc: update auto-generated files with URL options | Sébastien Helleu | |
2016-04-09 | doc: update Japanese auto-generated files | 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-30 | doc: update Japanese auto-generated files | Sébastien Helleu | |
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 | |||
2015-12-25 | doc: update Japanese auto-generated files | 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-20 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2015-12-09 | script: add completion with languages and extensions, support search by ↵ | Sébastien Helleu | |
language/extension in /script search | |||
2015-10-18 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2015-09-13 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2015-08-22 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2015-08-14 | irc: 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-08-11 | core: add completion "colors" (closes #481) | Sébastien Helleu | |
2015-08-08 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2015-07-26 | core: update translations | Sébastien Helleu | |
2015-07-13 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2015-06-27 | irc: decode/encode only text in IRC messages and not the headers (bug ↵ | Sébastien Helleu | |
#29886, closes #218, closes #451) | |||
2015-03-11 | doc: add comment in auto-generated doc files to prevent any changes by hand | Sébastien Helleu | |
2015-03-07 | doc: add Javascript plugin in docs | Sébastien Helleu | |
2015-01-25 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2015-01-15 | core: add priority in plugins to initialize them in order | Sébastien Helleu | |
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script. | |||
2014-11-22 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2014-11-15 | doc: update auto-generated files with URL options | Sébastien Helleu | |
2014-11-11 | irc: add infolist "irc_color_weechat" | Sébastien Helleu | |
2014-10-05 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2014-08-31 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2014-08-23 | trigger: add option "restore" in command /trigger | Sébastien Helleu | |
2014-07-14 | core: add Curl options for versions 7.29.0 to 7.37.0 | Sébastien Helleu | |
2014-07-06 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2014-06-27 | core: add option "env" in command /set | Sébastien Helleu | |
2014-05-25 | doc: use .asciidoc extension instead of .txt for doc files | Sébastien Helleu | |
2014-05-25 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2014-04-21 | doc: update Japanese auto-generated files | Sébastien Helleu | |