Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) -- | |||
2013-08-31 | doc: remove "required" for password option in command "init" (relay protocol) | Sebastien Helleu | |
2013-08-30 | doc: use one line titles in japanese man page | Sebastien Helleu | |
The compilation was failing with asciidoc 8.5.2 (on Debian Squeeze). | |||
2013-08-29 | doc: update japanese translations and docs | Ryuunosuke Ayanokouzi | |
2013-08-29 | irc: fix extraction of channel name in notice (when message starts with "[]") | Sebastien Helleu | |
2013-08-28 | core: fix automatic scroll to bottom of buffer when day change is displayed ↵ | Sebastien Helleu | |
before first line of buffer | |||
2013-08-28 | irc: add option irc.look.notice_welcome_redirect to automatically redirect ↵ | Sebastien Helleu | |
channel welcome notices to the channel buffer | |||
2013-08-26 | logger: add option "flush" for command /logger | Sebastien Helleu | |
2013-08-25 | core: fix evaluation of expressions with parentheses | Sebastien Helleu | |
First evaluate sub-expressions between parentheses. Before the fix: >> 1 && (0 || 0) == [1] After the fix: >> 1 && (0 || 0) == [0] | |||
2013-08-25 | core: add note about color codes "${color:xxx}" in /help ↵ | Sebastien Helleu | |
weechat.look.day_change_message |