summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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 #100...Sebastien Helleu
2010-05-22Add isupport value in IRC servers (content of IRC message 005), with new info...Sebastien Helleu
2010-05-21Add optional message in IRC private buffer when nick is back on server after ...Sebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu
2010-05-01Move option irc.color.item_buffer_name_ssl to core (new name: weechat.color.s...Sebastien Helleu
2010-05-01Fix crash with hook_process (when timer is called on a deleted hook process)Sebastien Helleu
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + underscor...Sebastien Helleu
2010-04-21Add new options irc.network.autoreconnect_delay_growing and irc.network.autor...Sebastien Helleu
2010-04-20Add new option irc.color.item_buffer_name_ssl (task #10339)Sebastien Helleu
2010-04-20Try other nick when connecting to IRC server and receiving message 437 (nick ...Sebastien Helleu
2010-04-20Set buffer local variable "away" when opening new IRC channel (bug #29618)Sebastien Helleu
2010-04-18Replace "joker" by "wildcard"Sebastien Helleu
2010-04-18Version 0.3.3-devSebastien Helleu
2010-04-18Version 0.3.2Sebastien Helleu
2010-04-13Fix bug with perl script filename when multiplicity is disabled (bug #29530)Sebastien Helleu
2010-04-12Fix crash on /quit or unload of Perl plugin under FreeBSD and Cygwin (bug #29...Sebastien Helleu
2010-04-05Add option "-open" for IRC command /connectSebastien Helleu
2010-03-31Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" a...Sebastien Helleu
2010-03-30Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick u...Sebastien Helleu
2010-03-29Fix IRC command /list: send channel and server name given as argument, and us...Sebastien Helleu
2010-03-29Fix infinite loop with /layout apply and bug when applying layout, sometimes ...Sebastien Helleu
2010-03-26Add new option irc.look.part_closes_buffer to close buffer when /part is issu...Sebastien Helleu
2010-03-26Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien Helleu
2010-03-25Add signals "nicklist_{group|nick}_{added|removed}", remove signal "nicklist_...Sebastien Helleu
2010-03-25Add "irc_is_nick" for function info_get to check if a string is a valid IRC n...Sebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-03-24Fix bug with callbacks when loading a script already loadedSebastien Helleu
2010-03-21Remove IRC commands /forcejoin and /omode (now possible with alias and custom...Sebastien Helleu
2010-03-21Add custom completion for aliases (task #9479)Sebastien Helleu
2010-03-21Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ev...Sebastien Helleu
2010-03-20Add IRC commands /omode and /forcejoin (patch #7126)Sebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-03-20Add functions string_match, string_has_highlight and string_mask_to_regex in ...Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-17Do not send signals "irc_in" and "irc_in2" when IRC messages are ignoredSebastien Helleu
2010-03-13Fix typo: crashs -> crashesSebastien Helleu
2010-03-08Return absolute path for info_get of "weechat_dir" (bug #27936)Sebastien Helleu
2010-03-07Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109)Sebastien Helleu
2010-03-03Add new option weechat.look.read_marker_always_showSebastien Helleu
2010-03-02Fix bug with /away -all in IRC plugin: set or unset future away for disconnec...Sebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-27Fix crash in Perl plugin when callbacks are called during script initializati...Sebastien Helleu
2010-02-26Add command line option "-s" (or "--no-script") to start WeeChat without load...Sebastien Helleu
2010-02-24Fix bug with cursor when position is last char of terminalSebastien Helleu
2010-02-23Allow script commands to reload only one scriptSebastien Helleu
2010-02-21Fix bug with bar background after text with background color (bug #28157)Sebastien Helleu