summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2010-01-28Fix bug with global history, reset pointer to last entry after each user ↵Sebastien Helleu
input (bug #28754)
2010-01-28Remove unneeded space after time on each line if option ↵Sebastien Helleu
weechat.look.buffer_time_format is set to empty value (bug #28751)
2010-01-26Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify ↵Sebastien Helleu
is on) (bug #28741)
2010-01-26Add signal "day_changed", allow date format in logger options path and mask ↵Sebastien Helleu
(task #9430)
2010-01-25Add missing infos in API functions buffer_get_integer / buffer_get_string ↵Sebastien Helleu
and in buffer infolist
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
plugin (bug #28658)
2010-01-17Add new IRC output queue for messages with low priority (like automatic CTCP ↵Sebastien Helleu
replies), high priority is given to user messages or commands
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 ↵Sebastien Helleu
/ame and /amsg are now aliases, new aliases /aaway and /anick
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 ↵Sebastien Helleu
channels with key
2009-12-13Add color "darkgray", add support for background with light color, fix color ↵Sebastien Helleu
"black" (bug #23882)
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 ↵Sebastien Helleu
pointer (bug #28152)
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
(task #9870)
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 ↵Sebastien Helleu
IRC server (CertFP) (task #7492) (patch from kolter)
2009-10-30Fix message "Day changed to", sometimes displayed at wrong time (bug #26959)Sebastien Helleu
2009-10-21Add missing IRC command 275 (patch #6952)Sebastien Helleu
2009-10-19Improve mask used by command /kickbanSebastien Helleu
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) ↵Sebastien Helleu
(bug #27700)
2009-10-14Fix bug with buffer for execution of alias, when called from plugin API with ↵Sebastien Helleu
function "command" (bug #27697)
2009-10-10Update ChangeLogSebastien Helleu
2009-10-10Add IRC commands /samode, /sanick, /sapart, /saquitSebastien Helleu
2009-10-10Add IRC command /sajoin (task #9770)Sebastien Helleu
2009-10-06Fix alignment problem for buffer name when a merged buffer is closed (bug ↵Sebastien Helleu
#27617)
2009-10-05Add option grab_key_command for /input (bound by default to alt-k)Sebastien Helleu
New binding for alt-k is not automatic (for existing config), if you want to use it, you can do: /key bind meta-k /input grab_key_command
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-10-02New expansions for alias arguments ($n, $-m, $n-, $n-m, $*, $~) (patch #6917)Sebastien Helleu
2009-09-30Allow /unalias to remove multiple aliases (patch #6926)Sebastien Helleu
2009-09-30Allow use of wildcards for /alias list (patch #6925)Sebastien Helleu
2009-09-30Remove buffer from hotlist when buffer is cleared (bug #27530)Sebastien Helleu
2009-09-20Fix cmake directories: let user customize lib, share, locale and include ↵Sebastien Helleu
directories (patch #6922)
2009-09-20Update ChangeLogSebastien Helleu
2009-09-20Add missing charset decoding/encoding for IRC DCC chat (bug #27482)Sebastien Helleu
2009-09-19Fix terminal title bug: do not reset it when option weechat.look.set_title ↵Sebastien Helleu
is off (bug #27399)
2009-09-18Update ChangeLogSebastien Helleu
2009-09-17Update hotlist when a buffer is closed (bug #27470)Sebastien Helleu
2009-09-16Fix bug with arguments in alias (bug #27440)Sebastien Helleu
2009-09-16Fix /input history_global_next: reset input content when last command in ↵Sebastien Helleu
history is reached
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add ↵Sebastien Helleu
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
2009-09-11Fix API function weechat_bar_set for python/lua/ruby (patch #6912)Sebastien Helleu
2009-09-06Version 0.3.0Sebastien Helleu