Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-13 | core: set option weechat.look.paste_bracketed to "on" by default | Sebastien Helleu | |
2013-11-12 | core: fix truncated text when pasting several long lines (bug #40210) | Sebastien Helleu | |
2013-11-09 | core: fix terminal title under screen/tmux | Sebastien Helleu | |
2013-11-09 | core: rename option weechat.look.set_title to weechat.look.window_title ↵ | Sebastien Helleu | |
(evaluated string) | |||
2013-11-09 | core: add infos "term_width" and "term_height" | Sebastien Helleu | |
2013-11-09 | api: add support of infos with format `${info:name,arguments}` in function ↵ | Sebastien Helleu | |
string_eval_expression and command /eval | |||
2013-11-09 | api: add support for C++ plugins | stfn | |
2013-11-09 | core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" ↵ | Sebastien Helleu | |
(patch #8204) (patch from Nils Görs) | |||
2013-11-09 | xfer: load plugin even if options can not be read in xfer.conf (with warnings) | Sebastien Helleu | |
2013-11-09 | script: load plugin even if options can not be read in script.conf (with ↵ | Sebastien Helleu | |
warnings) | |||
2013-11-09 | rmodifier: remove unneeded warning | Sebastien Helleu | |
2013-11-09 | relay: load plugin even if options can not be read in relay.conf (with warnings) | Sebastien Helleu | |
2013-11-09 | logger: load plugin even if options can not be read in logger.conf (with ↵ | Sebastien Helleu | |
warnings) | |||
2013-11-09 | irc: load plugin even if options can not be read in irc.conf (with warnings) | Sebastien Helleu | |
2013-11-09 | charset: remove unneeded warning, do not load plugin when options can not be ↵ | Sebastien Helleu | |
initialized | |||
2013-11-09 | aspell: load plugin even if options can not be read in aspell.conf (with ↵ | Sebastien Helleu | |
warnings) | |||
2013-11-09 | alias: remove unneeded warning, do not load plugin when options can not be ↵ | Sebastien Helleu | |
initialized | |||
2013-11-09 | core: improve error message when a .conf file can not be read, add a second ↵ | Sebastien Helleu | |
warning about default values used | |||
2013-11-09 | core: remove unneeded warning when read of sec.conf fails (another warning ↵ | Sebastien Helleu | |
is already displayed) | |||
2013-11-09 | core: do not exit if read of sec.conf/weechat.conf fails | Sebastien Helleu | |
2013-11-09 | core: remove unneeded warning when read of weechat.conf fails (another ↵ | Sebastien Helleu | |
warning is already displayed) | |||
2013-11-09 | core: display lines waiting for buffer on exit (in case of early exit) | Sebastien Helleu | |
2013-11-09 | core: create .conf file with default options only if the file does not exist ↵ | Sebastien Helleu | |
(and not on read error with existing file) | |||
2013-11-08 | core: fix highlight on action messages: skip the nick at beginning to ↵ | Sebastien Helleu | |
prevent highlight on it (bug #40516) | |||
2013-11-07 | irc: fix groups in channel nicklist when reconnecting to a server that ↵ | Sebastien Helleu | |
supports more nick prefixes than the previously connected server | |||
2013-11-05 | core: add default keys alt+home/end and alt+F11/F12 for xterm | Sebastien Helleu | |
2013-11-03 | api: fix read of arrays in hdata functions hdata_<type> (bug #40354) | Sebastien Helleu | |
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu | |
2013-11-02 | core: use ncurses include path when compiling with cmake | Sebastien Helleu | |
2013-10-27 | irc: fix auto-switch to channel buffer when doing /join channel (without "#") | Sebastien Helleu | |
2013-10-27 | core: fix auto-apply of window layout in current window when option ↵ | Sebastien Helleu | |
irc.look.buffer_switch_autojoin is on | |||
2013-10-26 | core: fix bind of keys in cursor/mouse context when key starts with "@" ↵ | Sebastien Helleu | |
(remove the warning about unsafe key) | |||
2013-10-24 | lua: fix crash on calls to callbacks during load of script | Sebastien Helleu | |
2013-10-20 | core: fix typo in /help weechat.history.max_buffer_lines_number | Sebastien Helleu | |
2013-10-20 | core: fix typo in /help weechat.history.max_buffer_lines_minutes | Sebastien Helleu | |
2013-10-20 | core: add warning about value 0 in help of some history options | Sebastien Helleu | |
Options affected: - weechat.history.max_buffer_lines_minutes - weechat.history.max_buffer_lines_number - weechat.history.max_commands | |||
2013-10-19 | core: fix truncated prefix when filters are toggled (bug #40204) | Sebastien Helleu | |
2013-10-10 | core: use one date format when day changes from day to day+1 | Sebastien Helleu | |
2013-10-08 | irc: add option irc.look.notice_welcome_tags | Sebastien Helleu | |
2013-10-08 | irc: add server option "default_msg_kick" to customize default kick/kickban ↵ | Sebastien Helleu | |
message (task #12777) (patch from Nils Görs) | |||
2013-10-06 | core: add options to customize default text search in buffers | Sebastien Helleu | |
New options: - weechat.look.buffer_search_case_sensitive (boolean, off by default) - weechat.look.buffer_search_force_default (boolean, off by default) - weechat.look.buffer_search_regex (boolean, off by default) - weechat.look.buffer_search_where (prefix, message (by default), prefix_message) | |||
2013-10-06 | core: remove warning about proxy not found for option ↵ | Sebastien Helleu | |
weechat.network.proxy_curl on startup Proxies are not yet fully loaded (when reading weechat.conf), so the warning is not displayed on startup, but only when option is changed. | |||
2013-10-06 | irc: improve help of server option "autojoin" | Sebastien Helleu | |
2013-10-05 | core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am ↵ | Sebastien Helleu | |
in plugins This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin. | |||
2013-10-05 | relay: fix decoding of websocket frames when there are multiple frames in a ↵ | Sebastien Helleu | |
single message received (only the first one was decoded) | |||
2013-10-05 | core: fix display of read marker after buffer switch when there is no line ↵ | Sebastien Helleu | |
displayed after (only filtered lines) | |||
2013-10-05 | irc: use "private" notify for welcome notices displayed in channel (like ↵ | Sebastien Helleu | |
when they are displayed in server buffer) | |||
2013-10-05 | irc: remove target of notice (self nick) in the display of channel welcome ↵ | Sebastien Helleu | |
notice (fix highlight problem) | |||
2013-10-04 | irc: display target of notice when it is displayed in channel | Sebastien Helleu | |
With the new option irc.look.notice_welcome_redirect, a private notice could have a channel at beginning of message (with format "[#channel]") and then be displayed on the channel, without difference with a real channel notice (received by all nicks in channel). For example with these commands: /notice nick2 [#channel] private notice /notice #channel notice for whole channel Old display was (on receiver side, in #channel): -- | Notice(nick1): private notice -- | Notice(nick1): notice for whole channel New display is: -- | Notice(nick1) -> nick2: private notice -- | Notice(nick1) -> #channel: notice for whole channel | |||
2013-10-03 | irc: fix reconnection to server using IPv6 (bug #38819, bug #40166) | Sebastien Helleu | |