Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-09-04 | core: update German translations | Nils Görs | |
2016-09-03 | core: evaluate content of option "weechat.look.item_time_format" (issue #791) | Sébastien Helleu | |
2016-08-31 | Merge pull request #789 from sunder67/patch-1 | Sébastien Helleu | |
Update tr.po | |||
2016-08-31 | core: update German translations | Nils Görs | |
2016-08-30 | irc: fix display of service notice mask (message 008) (closes #429) | Sébastien Helleu | |
2016-08-30 | Update tr.po | sunder67 | |
fix typo | |||
2016-08-27 | core: add example of splith and merge in /help window | Sébastien Helleu | |
2016-08-21 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-08-17 | core: update German translations | Nils Görs | |
2016-08-16 | core: add optional argument "lowest", "highest" or level mask in command ↵ | Sébastien Helleu | |
/input hotlist_clear | |||
2016-08-14 | core: update German translations | Nils Görs | |
2016-08-14 | core: add option "cycle" in command /buffer | Sébastien Helleu | |
2016-08-11 | core: update German translations | Nils Görs | |
2016-08-10 | trigger: add missing step with post action in /help trigger | Sébastien Helleu | |
2016-08-10 | core: fix typo in a French translation | Sébastien Helleu | |
2016-08-10 | core: update German translations | Nils Görs | |
2016-08-09 | core: update translations | Sébastien Helleu | |
2016-08-07 | core: fix Tab in Japanese translation of /help print | Sébastien Helleu | |
2016-07-30 | core: update German translations | Nils Görs | |
2016-07-30 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-07-29 | core: add keys for secure buffer in /help secure (closes #756) | Sébastien Helleu | |
2016-07-17 | core: update German translations | Nils Görs | |
2016-07-17 | irc: rename server options "default_msg_*" to "msg_*", evaluate them | Sébastien Helleu | |
2016-07-09 | core: replace some single quotes by double quotes in help of options | Sébastien Helleu | |
2016-05-29 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-05-28 | core: update German translations | Nils Görs | |
2016-05-27 | core, irc, xfer: display more information in memory allocation errors (issue ↵ | Sébastien Helleu | |
#573) | |||
2016-05-20 | core: update German translations | Nils Görs | |
2016-05-18 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-05-18 | relay: add option relay.network.allow_empty_password (closes #735) | Sébastien Helleu | |
2016-05-18 | core: update French translations | Sébastien Helleu | |
2016-05-14 | core: update German translations | Nils Görs | |
2016-04-27 | po: update polish translation | Krzysztof Korościk | |
2016-04-20 | core: update email of Krzysztof Korościk | Sébastien Helleu | |
2016-04-16 | core: fix whitespace in Portuguese translations | Sébastien Helleu | |
2016-04-15 | core: add Portuguese translation | Vasco Almeida | |
2016-04-08 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-04-06 | core: update German translations | Nils Görs | |
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-29 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
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-19 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-03-17 | core: use ${info:term_width} instead of ${window.win_width} in /help ↵ | Sébastien Helleu | |
weechat.bar.xxx.conditions (closes #703) | |||
2016-03-14 | core: update German translations | Nils Görs | |
2016-03-13 | exec: fix example in /help exec | 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-07 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-02-26 | core: update German translations | Nils Görs | |
2016-02-25 | irc: complete help of SASL fail options | Sébastien Helleu | |