Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-25 | core: update translations | Sébastien Helleu | |
2017-03-25 | doc: add buflist plugin in user's guide | 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-03-12 | doc: update auto-generated files with irc options | Sébastien Helleu | |
2017-02-18 | core: update translations and auto-generated doc files | Sébastien Helleu | |
2017-01-22 | core, alias: add xgettext comment on some command help strings | Sébastien Helleu | |
The help on commands /window and /alias contain percent chars, so we have to force xgettext to NOT use "c-format", using the string "xgettext:no-c-format". | |||
2017-01-07 | core: update translations and auto-generated doc files | Sébastien Helleu | |
2017-01-06 | doc: update auto-generated files | Sébastien Helleu | |
2017-01-06 | exec: add option "-oc" in command /exec to execute commands in process ↵ | Sébastien Helleu | |
output (closes #877) The behavior of existing option "-o" is changed: now commands are NOT executed (which is more secure by default). | |||
2016-12-31 | api: add info "uptime" (WeeChat uptime) | Sébastien Helleu | |
2016-12-20 | core: fix typo in /help weechat.look.align_multiline_words | Sébastien Helleu | |
2016-12-18 | doc: display default values of options on a separate line (user's guide) | Sébastien Helleu | |
2016-12-17 | doc: update auto-generated files with WeeChat options | Sébastien Helleu | |
2016-12-15 | irc: add examples in help of usermode server option | Sébastien Helleu | |
2016-12-11 | irc: evaluate content of server option "usermode" | Sébastien Helleu | |
2016-12-11 | irc: rename server option "umodes" to "usermode" | Sébastien Helleu | |
2016-12-03 | irc: evaluate content of server option "ssl_fingerprint" (closes #858) | 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-28 | core: add option "time" in command /debug | Sébastien Helleu | |
2016-11-26 | irc: add tag "self_msg" on self messages (closes #840) | Sébastien Helleu | |
2016-11-25 | core: add more info in /help weechat.color.chat_nick | Sébastien Helleu | |
2016-11-22 | fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe ↵ | Sébastien Helleu | |
path/filename (closes #850) | |||
2016-11-20 | api: add info "pid" (WeeChat PID) (issue #850) | Sébastien Helleu | |
2016-11-09 | irc: fix help on mask in command /ignore | Sébastien Helleu | |
2016-10-18 | irc: change default value of option irc.network.lag_reconnect to 300 (closes ↵ | Sébastien Helleu | |
#818) | |||
2016-09-08 | core: replace "clipboard" by "internal clipboard" in /help input and user's ↵ | Sébastien Helleu | |
guide | |||
2016-09-03 | core: evaluate content of option "weechat.look.item_time_format" (issue #791) | Sébastien Helleu | |
2016-08-27 | core: add example of splith and merge in /help window | Sébastien Helleu | |
2016-08-16 | core: add optional argument "lowest", "highest" or level mask in command ↵ | Sébastien Helleu | |
/input hotlist_clear | |||
2016-08-14 | doc: update auto-generated files with WeeChat commands | Sébastien Helleu | |
2016-08-10 | trigger: add missing step with post action in /help trigger | 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-07-29 | core: add keys for secure buffer in /help secure (closes #756) | Sébastien Helleu | |
2016-07-17 | irc: rename server options "default_msg_*" to "msg_*", evaluate them | Sébastien Helleu | |
2016-07-12 | doc: update auto-generated files with hdata | Sébastien Helleu | |
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-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-06 | core: set default value "djb2" for option weechat.look.nick_color_hash | 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-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-02-25 | irc: complete help of SASL fail options | Sébastien Helleu | |
2016-02-24 | core: update translations | Sébastien Helleu | |
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". |