summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-16core: update hdata "key" (add "score") in plugin API referenceSebastien Helleu
2012-04-14core: optimize load of keys (save score of keys to sort them faster)Sebastien Helleu
2012-04-14core: do not use malloc in function utf8_strlen_screen for small strings (4 ↵Sebastien Helleu
bytes or less)
2012-04-13python: update path returned by weechat.info_get('python2_bin', '') if path ↵Sebastien Helleu
does not exist any more (for example after python upgrade)
2012-04-11core: fix help of option weechat.completion.nick_completerSebastien Helleu
2012-04-11doc: fix return value of function hook_modifier_exec in plugin API referenceSebastien Helleu
2012-04-11core: fix display bugs and crashs with small windows (bug #36107)Sebastien Helleu
2012-04-09doc: update list of translators in user guideSebastien Helleu
2012-04-09core: update spanish translationsQuico Noizeux
2012-04-09doc: update help of command /disconnect in user guideSebastien Helleu
2012-04-08irc: add option "-pending" for command /disconnect (cancel auto-reconnection ↵Sebastien Helleu
on servers currently reconnecting) (task #11985)
2012-04-07core: convert options weechat.look.prefix_align_more and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
2012-04-07perl: fix compilation on OS X (bug #30701)Sebastien Helleu
2012-04-05irc: set user modes only if target nick is self nick in message 221 (patch ↵Kyle Fuller
#7754)
2012-04-04doc: add list of commonly used tags in plugin API reference (in function ↵Sebastien Helleu
printf_date_tags)
2012-04-03perl: fix crash on quit on OS XSebastien Helleu
2012-04-03irc: fix help of option irc.color.mirc_remapSebastien Helleu
2012-04-03doc: update italian plugin API referenceMarco Paolone
2012-04-03irc: 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-03core: 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-01core: fix bug with option weechat.look.prefix_same_nick and filtered linesSebastien Helleu
2012-03-31core: 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-29core: 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-29doc: argument "shutdown_function" is optional in function register ↵Sebastien Helleu
(scripting guide)
2012-03-29core: add new color options for logger in ChangeLogSebastien Helleu
2012-03-28logger: add colors for backlog lines and end of backlog (task #11966)Sebastien Helleu
2012-03-28core: update german translationsNils Görs
2012-03-28core: 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-26irc: force the clear of nicklist when joining a channel (nicklist was not ↵Sebastien Helleu
sync after znc reconnection) (bug #36008)
2012-03-26irc: allow more than one nick in command /inviteSebastien Helleu
2012-03-25guile: add missing function "hook_process_hashtable" in APISebastien Helleu
2012-03-24core: convert tabs to spaces in text pasted (bug #25028)Sebastien Helleu
2012-03-24tcl: add missing function "hdata_char" in APISebastien Helleu
2012-03-24tcl: fix pointer sent to function hook_signal_send when type of data is a ↵Sebastien Helleu
pointer
2012-03-24api: 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-24api: fix typo in a commentSebastien Helleu
2012-03-24aspell: fix typo in a commentSebastien Helleu
2012-03-24api: use a struct for arguments of function script_init (callbacks)Sebastien Helleu
2012-03-24doc: fix order of arguments for function nicklist_add_group in plugin API ↵Sebastien Helleu
reference
2012-03-23doc: add missing command "/set weechat.look.align_end_of_lines time" in ↵Sebastien Helleu
question about URLs (FAQ)
2012-03-23core: add a connection timeout for child process in hook_connect (bug #35966)Sebastien Helleu
2012-03-23doc: update hdata "irc_channel" (add "names_received") in plugin API referenceSebastien Helleu
2012-03-23irc: do not translate string "Msg" for messages to channel ops/voicedSebastien Helleu
2012-03-22irc: 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-18relay: 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-17irc: 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-17core: fix typo: unsensitive -> insensitiveSebastien Helleu
2012-03-15irc: update away flag for nicks on manual /whoSebastien Helleu
2012-03-14irc: display privmsg messages to "@#channel" and "+#channel" in channel ↵Sebastien Helleu
buffer (bug #35331)
2012-03-13core: cosmetic changes in NEWSSebastien Helleu