Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Version 0.4.3-dev | Sebastien Helleu | |
2013-10-06 | Version 0.4.2 | Sebastien Helleu | |
2013-10-05 | core: fix detection of python on Cygwin (autotools) | Sebastien Helleu | |
2013-10-05 | core: 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-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 | |
2013-10-02 | core: replace some code by calls to function gui_chat_clrtoeol() | Sebastien Helleu | |
2013-10-02 | core: fix spaces displayed after combining chars (bug #40115) | Sebastien Helleu | |
2013-10-02 | core: fix typo in a french error message for /window merge | Sebastien Helleu | |
2013-09-30 | core: clear whole line before displaying content instead of clearing after ↵ | Sebastien Helleu | |
the end of content (bug #40115) | |||
2013-09-30 | core: update italian translations | Marco Paolone | |
2013-09-30 | doc: update german auto-generated file with IRC options | Sebastien Helleu | |
2013-09-30 | core: fix display of read marker (as horizontal line) or day change message ↵ | Sebastien Helleu | |
after last buffer line when scrolling (bug #40126) | |||
2013-09-24 | core: fix time displayed in status bar (it was one second late) (bug #40097) | Sebastien Helleu | |
2013-09-23 | core: fix extension (.exe) of symbolic link "weechat-curses" under Cygwin | Sebastien Helleu | |
2013-09-23 | core: replace some calls to ncurses *printw functions by *addstr | Sebastien Helleu | |
2013-09-23 | core: fix errors in spanish translations | Sebastien Helleu | |
2013-09-21 | core: update german translations | Nils Görs | |
2013-09-20 | Version 0.4.2-rc2 | Sebastien Helleu | |
2013-09-20 | core: update german translations | Nils Görs | |
2013-09-20 | aspell: 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-20 | irc: add extra info in /help irc.look.smart_filter_delay | Sebastien Helleu | |
2013-09-20 | doc: add plugin "script" in list of plugins (user's guide) | Sebastien Helleu | |
2013-09-20 | core: add proxy options username/password in /help secure | Sebastien Helleu | |
2013-09-19 | core: update german translations | Nils Görs | |
2013-09-19 | core: add support of secured data in proxy options username/password ↵ | Sebastien Helleu | |
(evaluate content) | |||
2013-09-19 | irc: add note about evaluated content of "password" server option | Sebastien Helleu | |
2013-09-19 | relay: add support of secured data in option relay.network.password ↵ | Sebastien Helleu | |
(evaluate content) (patch from Nils Görs) | |||
2013-09-19 | core: fix memory leak on unhook of a print hook (if using tags) | Sebastien Helleu | |
2013-09-17 | core: update german translations | Nils Görs | |
2013-09-17 | doc: fix typo in french user's guide | Sebastien Helleu | |
2013-09-16 | core: update portuguese translations | Ivan Sichmann Freitas | |
2013-09-16 | doc: fix typos in french translations and docs | Sebastien Helleu | |
2013-09-05 | doc: update german translations, FAQ and user's guide | Nils Görs | |
2013-09-03 | core: rename options weechat.look.day_change_message(2) to ↵ | Sebastien Helleu | |
weechat.look.day_change_message_{1date|2dates} | |||
2013-09-02 | Version 0.4.2-rc1 | Sebastien Helleu | |
2013-09-02 | core: update polish translations | Krzysztof Koroscik | |
2013-09-02 | core: fix computation of columns in output of /help (take care about size of ↵ | Sebastien Helleu | |
time/buffer/prefix) | |||
2013-09-02 | Merge branch 'shared-strings' | Sebastien Helleu | |
2013-09-02 | doc: update polish FAQ and scripting guide | Krzysztof Koroscik | |
2013-09-02 | core: update german translations | Nils Görs | |
2013-09-02 | core: add option weechat.look.day_change_message2 in file NEWS | Sebastien Helleu | |
2013-09-02 | core: add option weechat.look.day_change_message2 | Sebastien 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) -- |