summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2010-02-19Add option irc.network.connection_timeout (timeout between TCP connection to ...Sebastien Helleu
2010-02-19Fix "inactivity" value when no key has been pressed since WeeChat started (bu...Sebastien Helleu
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-02-18Fix function "color" in Lua script API (patch from Christian Heinz)Sebastien Helleu
2010-02-16Add function "string_decode_base64" in plugin APISebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function "string_enco...Sebastien Helleu
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-02-12Use arguments for infolist "nicklist" to return only one nick or groupSebastien Helleu
2010-02-11Add missing IRC commands 276, 343Sebastien Helleu
2010-02-10Apply IRC smart filter only on channels, not private buffers (bug #28841)Sebastien Helleu
2010-02-10Update ChangeLogSebastien Helleu
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-02-09Rename command /silence to /muteSebastien Helleu
2010-02-09Add new command /silenceSebastien Helleu
2010-02-06Add option irc.look.item_nick_prefix, rename some IRC options for bar itemsSebastien Helleu
2010-02-05Fix IRC PART message received on Undernet server (bug #28825)Sebastien Helleu
2010-02-02Add option "switch_active_buffer_previous" for command /input (task #10141)Sebastien Helleu
2010-02-02Add IRC command /mapSebastien Helleu
2010-02-02Add signal "xfer_ended" (patch #7081)Sebastien Helleu
2010-02-02Add option irc.look.display_channel_modes_hide_key to hide channel key in cha...Sebastien Helleu
2010-01-31Add version 0.3.1.1 to ChangeLogSebastien Helleu
2010-01-29Fix crash when purging old xfer chats (bug #28764)Sebastien Helleu
2010-01-29Fix crash with SSL connection to IRC server if option ssl_cert is set (bug #2...Sebastien Helleu
2010-01-29Update ChangeLogSebastien Helleu
2010-01-28Fix bug with global history, reset pointer to last entry after each user inpu...Sebastien Helleu
2010-01-28Remove unneeded space after time on each line if option weechat.look.buffer_t...Sebastien Helleu
2010-01-26Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is...Sebastien Helleu
2010-01-26Add signal "day_changed", allow date format in logger options path and mask (...Sebastien Helleu
2010-01-25Add missing infos in API functions buffer_get_integer / buffer_get_string and...Sebastien Helleu
2010-01-23Version 0.3.1Sebastien Helleu
2010-01-18Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer ...Sebastien Helleu
2010-01-17Add new IRC output queue for messages with low priority (like automatic CTCP ...Sebastien Helleu
2010-01-11Fix IRC nick color for nicks with wide chars (bug #28547)Sebastien Helleu
2010-01-08Add new IRC commands /allchan and /allserv with excluding option, commands /a...Sebastien Helleu
2009-12-31Add IRC options to customize target buffer for messages (task #7381)Sebastien Helleu
2009-12-16Add reference to debian bug #453348 in ChangeLogSebastien Helleu
2009-12-16Add reference to debian bug #512957 in ChangeLogSebastien Helleu
2009-12-16Add option "autorejoin_delay" for servers (task #8771), fix autorejoin on cha...Sebastien Helleu
2009-12-13Add color "darkgray", add support for background with light color, fix color ...Sebastien Helleu
2009-12-05Remove old fifo pipes before creating new pipeSebastien Helleu
2009-12-03Fix buffer used by some input functions called via plugin API with buffer poi...Sebastien Helleu
2009-12-02Add arguments for IRC command /rehashSebastien Helleu
2009-11-29Support of Ruby >= 1.9.1 (patch #6989)Sebastien Helleu
2009-11-24Add all server options for IRC commands /server and /connectSebastien Helleu
2009-11-19Fix command /connect (options -ssl, -ipv6 and -port) (bug #27486)Sebastien Helleu
2009-11-19Add IRC option to use same nick color in channel and private (on by default) ...Sebastien Helleu
2009-11-16Fix bug with script installation on BSD/OSX (patch #6980)Sebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu