summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-09xfer: load plugin even if options can not be read in xfer.conf (with warnings)Sebastien Helleu
2013-11-09script: load plugin even if options can not be read in script.conf (with warn...Sebastien Helleu
2013-11-09rmodifier: remove unneeded warningSebastien Helleu
2013-11-09relay: load plugin even if options can not be read in relay.conf (with warnings)Sebastien Helleu
2013-11-09logger: load plugin even if options can not be read in logger.conf (with warn...Sebastien Helleu
2013-11-09irc: load plugin even if options can not be read in irc.conf (with warnings)Sebastien Helleu
2013-11-09charset: remove unneeded warning, do not load plugin when options can not be ...Sebastien Helleu
2013-11-09aspell: load plugin even if options can not be read in aspell.conf (with warn...Sebastien Helleu
2013-11-09alias: remove unneeded warning, do not load plugin when options can not be in...Sebastien Helleu
2013-11-09core: improve error message when a .conf file can not be read, add a second w...Sebastien Helleu
2013-11-09core: remove unneeded warning when read of sec.conf fails (another warning is...Sebastien Helleu
2013-11-09core: do not exit if read of sec.conf/weechat.conf failsSebastien Helleu
2013-11-09core: remove unneeded warning when read of weechat.conf fails (another warnin...Sebastien Helleu
2013-11-09core: display lines waiting for buffer on exit (in case of early exit)Sebastien Helleu
2013-11-09core: create .conf file with default options only if the file does not exist ...Sebastien Helleu
2013-11-08core: fix highlight on action messages: skip the nick at beginning to prevent...Sebastien Helleu
2013-11-07irc: fix groups in channel nicklist when reconnecting to a server that suppor...Sebastien Helleu
2013-11-05core: add default keys alt+home/end and alt+F11/F12 for xtermSebastien Helleu
2013-11-03api: fix read of arrays in hdata functions hdata_<type> (bug #40354)Sebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-11-02core: use ncurses include path when compiling with cmakeSebastien Helleu
2013-10-27irc: fix auto-switch to channel buffer when doing /join channel (without "#")Sebastien Helleu
2013-10-27core: fix auto-apply of window layout in current window when option irc.look....Sebastien Helleu
2013-10-26core: fix bind of keys in cursor/mouse context when key starts with "@" (remo...Sebastien Helleu
2013-10-24lua: fix crash on calls to callbacks during load of scriptSebastien Helleu
2013-10-20core: fix typo in /help weechat.history.max_buffer_lines_numberSebastien Helleu
2013-10-20core: fix typo in /help weechat.history.max_buffer_lines_minutesSebastien Helleu
2013-10-20core: add warning about value 0 in help of some history optionsSebastien Helleu
2013-10-19core: fix truncated prefix when filters are toggled (bug #40204)Sebastien Helleu
2013-10-10core: use one date format when day changes from day to day+1Sebastien Helleu
2013-10-08irc: add option irc.look.notice_welcome_tagsSebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban m...Sebastien Helleu
2013-10-06core: add options to customize default text search in buffersSebastien Helleu
2013-10-06core: remove warning about proxy not found for option weechat.network.proxy_c...Sebastien Helleu
2013-10-06irc: improve help of server option "autojoin"Sebastien Helleu
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in...Sebastien Helleu
2013-10-05relay: fix decoding of websocket frames when there are multiple frames in a s...Sebastien Helleu
2013-10-05core: fix display of read marker after buffer switch when there is no line di...Sebastien Helleu
2013-10-05irc: use "private" notify for welcome notices displayed in channel (like when...Sebastien Helleu
2013-10-05irc: remove target of notice (self nick) in the display of channel welcome no...Sebastien Helleu
2013-10-04irc: display target of notice when it is displayed in channelSebastien Helleu
2013-10-03irc: fix reconnection to server using IPv6 (bug #38819, bug #40166)Sebastien Helleu
2013-10-02core: replace some code by calls to function gui_chat_clrtoeol()Sebastien Helleu
2013-10-02core: fix spaces displayed after combining chars (bug #40115)Sebastien Helleu
2013-09-30core: clear whole line before displaying content instead of clearing after th...Sebastien Helleu
2013-09-30core: fix display of read marker (as horizontal line) or day change message a...Sebastien Helleu
2013-09-24core: fix time displayed in status bar (it was one second late) (bug #40097)Sebastien Helleu
2013-09-23core: fix extension (.exe) of symbolic link "weechat-curses" under CygwinSebastien Helleu
2013-09-23core: replace some calls to ncurses *printw functions by *addstrSebastien Helleu
2013-09-20aspell: fix detection of word start/end when there are apostrophes or minus c...Sebastien Helleu