Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | doc: update italian plugin API reference | Marco Paolone | |
2012-04-03 | irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages ↵ | Sebastien Helleu | |
displayed This new tag is used by WeeChat to hide/replace same prefix (option weechat.look.prefix_same_nick). | |||
2012-04-03 | core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ↵ | Sebastien Helleu | |
string used as replacement Bugs fixed: - hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages) - hide/replace prefix only when displaying messages (do not cache value in lines) The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick. | |||
2012-04-01 | core: fix bug with option weechat.look.prefix_same_nick and filtered lines | Sebastien Helleu | |
2012-03-31 | core: fix bad computation of prefix length when simulating display (this ↵ | Sebastien Helleu | |
caused one or more empty lines at bottom of chat area) (bug was introduced in previous commit: 10df976e53a4bf131bc9905b30237e2ffeb33a9a) | |||
2012-03-29 | core: fix display bug with prefix when length is greater than max and prefix ↵ | Sebastien Helleu | |
is ending with a wide char (bug #36032) | |||
2012-03-29 | doc: argument "shutdown_function" is optional in function register ↵ | Sebastien Helleu | |
(scripting guide) | |||
2012-03-29 | core: add new color options for logger in ChangeLog | Sebastien Helleu | |
2012-03-28 | logger: add colors for backlog lines and end of backlog (task #11966) | Sebastien Helleu | |
2012-03-28 | core: update german translations | Nils Görs | |
2012-03-28 | core: add option weechat.look.prefix_same_nick (hide or change prefix on ↵ | Sebastien Helleu | |
messages whose nick is the same as previous message) (task #11965) | |||
2012-03-26 | irc: force the clear of nicklist when joining a channel (nicklist was not ↵ | Sebastien Helleu | |
sync after znc reconnection) (bug #36008) | |||
2012-03-26 | irc: allow more than one nick in command /invite | Sebastien Helleu | |
2012-03-25 | guile: add missing function "hook_process_hashtable" in API | Sebastien Helleu | |
2012-03-24 | core: convert tabs to spaces in text pasted (bug #25028) | Sebastien Helleu | |
2012-03-24 | tcl: add missing function "hdata_char" in API | Sebastien Helleu | |
2012-03-24 | tcl: fix pointer sent to function hook_signal_send when type of data is a ↵ | Sebastien Helleu | |
pointer | |||
2012-03-24 | api: display warning in scripts when invalid pointers (malformed strings) ↵ | Sebastien Helleu | |
are given to plugin API functions (warning displayed if debug for plugin is >= 1) | |||
2012-03-24 | api: fix typo in a comment | Sebastien Helleu | |
2012-03-24 | aspell: fix typo in a comment | Sebastien Helleu | |
2012-03-24 | api: use a struct for arguments of function script_init (callbacks) | Sebastien Helleu | |
2012-03-24 | doc: fix order of arguments for function nicklist_add_group in plugin API ↵ | Sebastien Helleu | |
reference | |||
2012-03-23 | doc: add missing command "/set weechat.look.align_end_of_lines time" in ↵ | Sebastien Helleu | |
question about URLs (FAQ) | |||
2012-03-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu | |
2012-03-23 | doc: update hdata "irc_channel" (add "names_received") in plugin API reference | Sebastien Helleu | |
2012-03-23 | irc: do not translate string "Msg" for messages to channel ops/voiced | Sebastien Helleu | |
2012-03-22 | irc: do not send command "MODE #channel" on manual /names (do it only when ↵ | Sebastien Helleu | |
names are received on join of channel) (bug #35930) | |||
2012-03-18 | relay: redirect some irc messages from clients to hide output (bug #33516) | Sebastien Helleu | |
Messages redirected by relay plugin: mode, ison, list, names, topic, who, whois, whowas, time, userhost. | |||
2012-03-17 | irc: do not allow the creation of two servers with same name but different ↵ | Sebastien Helleu | |
case (fix error when writing file irc.conf) (bug #35840) | |||
2012-03-17 | core: fix typo: unsensitive -> insensitive | Sebastien Helleu | |
2012-03-15 | irc: update away flag for nicks on manual /who | Sebastien Helleu | |
2012-03-14 | irc: display privmsg messages to "@#channel" and "+#channel" in channel ↵ | Sebastien Helleu | |
buffer (bug #35331) | |||
2012-03-13 | core: cosmetic changes in NEWS | Sebastien Helleu | |
2012-03-13 | core: follow symbolic links when writing configuration files (.conf) (task ↵ | Sebastien Helleu | |
#11779) | |||
2012-03-13 | doc: update german translations, FAQ and user guide | Nils Görs | |
2012-03-12 | doc: update italian FAQ, user guide and plugin API reference | Marco Paolone | |
2012-03-12 | irc: use computed nick color in many messages instead of option ↵ | Sebastien Helleu | |
weechat.color.chat_nick | |||
2012-03-12 | irc: fix redirection of message when message is queued for sending on server | Sebastien Helleu | |
2012-03-12 | irc: use computed nick color for nicks in notify messages | Sebastien Helleu | |
2012-03-12 | irc: add signals and tags in messages for irc notify (patch from Quentin ↵ | Sebastien Helleu | |
Glidic) (task #11887) | |||
2012-03-12 | irc: check notify immediately when adding a nick to notify list, improve ↵ | Sebastien Helleu | |
first notify message for a nick (bug #35731) | |||
2012-03-10 | core: update ChangeLog | Sebastien Helleu | |
2012-03-10 | core: fix lost scroll when switching to a buffer with a pending search (ctrl-r) | Sebastien Helleu | |
2012-03-10 | core: fix grab of key (alt-k) (bug introduced with bracketed paste mode) | Sebastien Helleu | |
2012-03-09 | core: fix broken mouse (bug introduced by the previous commit) | Sebastien Helleu | |
2012-03-09 | core: improve and fix bugs on standard paste and bracketed paste | Sebastien Helleu | |
Changes: - wait control sequence for end of bracketed paste (and only after, check if we should ask confirmation to user) - add option weechat.look.paste_bracketed_timer_delay to force the end of bracketed paste if the control sequence for end of bracketed paste was not received in time - in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for one line (ask for one line only if paste_max_lines=0) - fix bugs with mintty: bracketed paste should be ok every time (even if some codes are sometimes partially received, WeeChat will now handle that properly); the standard paste often fails (due to bug in mintty, which sends paste very slowly to remote app); so the bracketed paste mode is highly recommended with mintty - after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will undo whole paste, not chars one by one | |||
2012-03-06 | irc: fix display of color in hostname (join/part/quit messages) | Sebastien Helleu | |
2012-03-06 | irc: compute hash to find nick color for nick in server message when nick is ↵ | Sebastien Helleu | |
not in nicklist | |||
2012-03-06 | core: read data on stdin even when asking confirmation for paste (fix lost ↵ | Sebastien Helleu | |
chars under mintty terminal) | |||
2012-03-06 | relay: add "date_printed" and "highlight" in signal "_buffer_line_added" ↵ | Sebastien Helleu | |
(WeeChat protocol) |