summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-06core: 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-06irc: improve help of server option "autojoin"Sebastien Helleu
2013-10-06Version 0.4.3-devSebastien Helleu
2013-10-06Version 0.4.2Sebastien Helleu
2013-10-05core: fix detection of python on Cygwin (autotools)Sebastien Helleu
2013-10-05core: add detection of pkg-config (required on Cygwin)Sebastien Helleu
This fixes the detection of enchant lib, the macro PKG_CHECK_MODULES requires pkg-config.
2013-10-05core: 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-05relay: 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-05core: fix display of read marker after buffer switch when there is no line ↵Sebastien Helleu
displayed after (only filtered lines)
2013-10-05irc: use "private" notify for welcome notices displayed in channel (like ↵Sebastien Helleu
when they are displayed in server buffer)
2013-10-05irc: remove target of notice (self nick) in the display of channel welcome ↵Sebastien Helleu
notice (fix highlight problem)
2013-10-04irc: display target of notice when it is displayed in channelSebastien 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-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-10-02core: fix typo in a french error message for /window mergeSebastien Helleu
2013-09-30core: clear whole line before displaying content instead of clearing after ↵Sebastien Helleu
the end of content (bug #40115)
2013-09-30core: update italian translationsMarco Paolone
2013-09-30doc: update german auto-generated file with IRC optionsSebastien Helleu
2013-09-30core: fix display of read marker (as horizontal line) or day change message ↵Sebastien Helleu
after last buffer line when scrolling (bug #40126)
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-23core: fix errors in spanish translationsSebastien Helleu
2013-09-21core: update german translationsNils Görs
2013-09-20Version 0.4.2-rc2Sebastien Helleu
2013-09-20core: update german translationsNils Görs
2013-09-20aspell: fix detection of word start/end when there are apostrophes or minus ↵Sebastien Helleu
chars before/after word (thanks to Nils Görs)
2013-09-20irc: add extra info in /help irc.look.smart_filter_delaySebastien Helleu
2013-09-20doc: add plugin "script" in list of plugins (user's guide)Sebastien Helleu
2013-09-20core: add proxy options username/password in /help secureSebastien Helleu
2013-09-19core: update german translationsNils Görs
2013-09-19core: add support of secured data in proxy options username/password ↵Sebastien Helleu
(evaluate content)
2013-09-19irc: add note about evaluated content of "password" server optionSebastien Helleu
2013-09-19relay: add support of secured data in option relay.network.password ↵Sebastien Helleu
(evaluate content) (patch from Nils Görs)
2013-09-19core: fix memory leak on unhook of a print hook (if using tags)Sebastien Helleu
2013-09-17core: update german translationsNils Görs
2013-09-17doc: fix typo in french user's guideSebastien Helleu
2013-09-16core: update portuguese translationsIvan Sichmann Freitas
2013-09-16doc: fix typos in french translations and docsSebastien Helleu
2013-09-05doc: update german translations, FAQ and user's guideNils Görs
2013-09-03core: rename options weechat.look.day_change_message(2) to ↵Sebastien Helleu
weechat.look.day_change_message_{1date|2dates}
2013-09-02Version 0.4.2-rc1Sebastien Helleu
2013-09-02core: update polish translationsKrzysztof Koroscik
2013-09-02core: fix computation of columns in output of /help (take care about size of ↵Sebastien Helleu
time/buffer/prefix)
2013-09-02Merge branch 'shared-strings'Sebastien Helleu
2013-09-02doc: update polish FAQ and scripting guideKrzysztof Koroscik
2013-09-02core: update german translationsNils Görs
2013-09-02core: add option weechat.look.day_change_message2 in file NEWSSebastien Helleu
2013-09-02core: add option weechat.look.day_change_message2Sebastien Helleu
The new option weechat.look.day_change_message2 is used to display day change between two messages, with two dates: the new one, and the old one. Example: -- Mon, 02 Sep 2013 (Thu, 22 Aug 2013) --