summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2010-10-06Display old IRC channel topic when topic is unset (task #9780)Sebastien Helleu
2010-10-06Optimize incremental search in buffer: do not search any more when chars are ↵Sebastien Helleu
added to a text not found (bug #31167)
2010-10-06Revert last commit about "buffer_switch" signal (introduced new refresh bugs ↵Sebastien Helleu
on bars)
2010-10-05Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158)Sebastien Helleu
2010-10-02Add new option weechat.look.prefix_align_min (task #10650)Sebastien Helleu
2010-09-28New value for option weechat.look.input_share (none, commands, text, all), ↵Sebastien Helleu
add new option weechat.look.input_share_overwrite (boolean)
2010-09-27Update ChangeLogSebastien Helleu
2010-09-27Fix memory leak when removing item in hashtableSebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-09-23Use lower case for keys in doc and ChangeLogSebastien Helleu
2010-09-21Add missing function "infolist_reset_item_cursor" in script API (bug #31057)Sebastien Helleu
2010-09-19Update ChangeLogSebastien Helleu
2010-09-19Fix Ruby plugin compilation with Ruby 1.9.2JD Horelick
2010-09-17Update ChangeLogSebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵Sebastien Helleu
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin).
2010-08-20Fix bug with hostmasks in IRC command /ignore (bug #30716)Sebastien Helleu
2010-08-12Use similar behaviour for keys bound to local or global history (bug #30759)Sebastien Helleu
2010-08-11Add priority for hooks (task #10550)Sebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions ↵Sebastien Helleu
(bug #26964)
2010-08-07Version 0.3.4-devSebastien Helleu
2010-08-07Version 0.3.3Sebastien Helleu
2010-08-06Fix display bug with special chars (ascii value below 32) (bug #30602)Sebastien Helleu
2010-08-04Update ChangeLogSebastien Helleu
2010-08-03Fix bug in IRC parser when no argument is received after command, no ↵Sebastien Helleu
callback was called, and message was silently ignored (bug #30640)
2010-07-28Use tag "no_log" in logger plugin to prevent a line from being written in ↵Sebastien Helleu
log file
2010-07-25Fix import of certificates created by openssl >= 1.0.0 (bug #30316)Sebastien Helleu
2010-07-18Fix bug with double quotes in DCC filenames (bug #30471)Sebastien Helleu
2010-07-17Replace single quotes by double quotes in ChangeLogSebastien Helleu
2010-07-17Add new option irc.look.nick_color_stop_charsSebastien Helleu
2010-07-16Use '!' to reverse a regex in a filter (to keep lines matching regex and ↵Sebastien Helleu
hide other lines)
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-07-07Update ChangeLog with patch #7218Sebastien Helleu
2010-07-07Fix bug with replacement char in API function string_remove_color (bug #30296)Sebastien Helleu
2010-07-06Fix display of local SSL certificate when it is sent to IRC serverSebastien Helleu
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ↵Sebastien Helleu
even when pong has not been received, lag_min_show is now in milliseconds
2010-07-05Use of hashtable for local variables of buffersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-18Fix bug with fifo pipe when setting fifo option to "on"Sebastien Helleu
2010-06-11Fix display bug with attributes like underlined in bars (bug #29889)Sebastien Helleu
2010-06-11Use empty real name by default in IRC config, instead of reading real name ↵Sebastien Helleu
in /etc/passwd (bug #30111)
2010-06-10Fix display of IRC message 333 on some serversSebastien Helleu
2010-06-08Add new options irc.look.display_host_join/join_local/quit and ↵Sebastien Helleu
irc.color.reason_quit
2010-06-04Fix bug with scroll_unread: do not scroll to a filtered line (bug #29991)Sebastien Helleu
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu
Options renamed or removed: - weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op - weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop - weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice - weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user - weechat.color.nicklist_prefix5 removed
2010-06-02Fix bug with command-line option "irc://" (bug #29990), new format for port ↵Sebastien Helleu
and channels
2010-06-01Add missing IRC commands 346, 347 (channel invite list)Sebastien Helleu
2010-05-29Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890)Sebastien Helleu
2010-05-26Add new option weechat.look.confirm_quitSebastien Helleu
2010-05-23Fix bug with option irc.network.lag_check when value is 0 (zero)Sebastien Helleu
2010-05-23Add IRC command /wallchops, fix bug with display of notice for ops (task ↵Sebastien Helleu
#10021, bug #29932)