summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-02-12Added "call" option to /key command, added new key function "insert" to inser...Sebastien Helleu
2007-02-06Fixed permissions on "dcc" and "logs" directories (bug #18978)Sebastien Helleu
2007-02-05Added event handler to plugin APISebastien Helleu
2007-02-05Added scots quickstart guideSebastien Helleu
2007-02-03Added numeric argument for /clear command (buffer number) (patch #5372)Sebastien Helleu
2007-01-21Fixed crash when /away command is issued with no server connection (bug #18839)Sebastien Helleu
2007-01-16Fixed crash when closing a buffer opened on many windowsSebastien Helleu
2007-01-16Fixed freeze with SSL server when disconnecting after connection loss (bug #1...Sebastien Helleu
2007-01-10Version 0.2.3Sebastien Helleu
2007-01-09Fixed display bugs with nicklist at top/bottom when look_nicklist_separator i...Sebastien Helleu
2007-01-08Fixed iconv problem, causing truncated words when using iso localeSebastien Helleu
2007-01-07Fixed topic scroll when topic has multi-bytes charsSebastien Helleu
2007-01-06Fixed compilation problem with iconv under FreeBSDSebastien Helleu
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC messag...Sebastien Helleu
2007-01-05Version 0.2.2Sebastien Helleu
2007-01-01Fixed bug with status bar (missing refresh) when closing a bufferSebastien Helleu
2007-01-01Fixed bug with use of first buffer for a channel if not connected to server (...Sebastien Helleu
2006-12-26Fixed refresh bug with private buffer titleSebastien Helleu
2006-12-08Fixed bug with nick completion in command args (now uses option look_nick_com...Sebastien Helleu
2006-12-05Fixed display bug with color for first line on screen (bug #17719)Sebastien Helleu
2006-12-04Added anti-flood option (irc_anti_flood) (task #5442)Sebastien Helleu
2006-12-04Fixed bug with "set_config" function in plugins API (bug #18448)Sebastien Helleu
2006-12-01Plugins: "add_message_handler" now accepts "*" for all IRC messagesSebastien Helleu
2006-11-29Added keys (F9/F10) to scroll topic (task #6030)Sebastien Helleu
2006-11-29Added auto completion with channels and filenamesSebastien Helleu
2006-11-28Added filename completion in doc and ChangeLogSebastien Helleu
2006-11-26Fixed memleak in keyboard inputSebastien Helleu
2006-11-19Fixed refresh bug when changing config options if window is splitedSebastien Helleu
2006-11-17Added space between chat and nicklist when position is "right" (bug #17852)Sebastien Helleu
2006-11-17Added option "look_nicklist_separator" (task #5437)Sebastien Helleu
2006-11-14Fixed bug with DCC SEND when filename begins with '~'Sebastien Helleu
2006-11-09Added "irc_send_unknown_commands" option to send unknown commands to IRC serv...Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu
2006-11-04Fixed bug with ignore: now any IRC command is allowedSebastien Helleu
2006-10-30Fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)Sebastien Helleu
2006-10-24Updated ChangeLogSebastien Helleu
2006-10-20Fixed bug on ignore with "mode" IRC command (bug #18058)Sebastien Helleu
2006-10-20Fixed crash when loading ruby script if file does not exist, with Ruby >= 1.9...Sebastien Helleu
2006-10-14Added date in plugin function get_buffer_data()Sebastien Helleu
2006-10-12Fixed some portability bugs (patch #5271)Sebastien Helleu
2006-10-12Fixed iconv detection for BSD (patch #5456)Sebastien Helleu
2006-10-12Fixed typo in configure.in (bash specific test) (patch #5450)Sebastien Helleu
2006-10-12Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now se...Sebastien Helleu
2006-10-12Added more values for config boolean values: y/true/t/1 and n/false/f/0 (patc...Sebastien Helleu
2006-10-09Fixed bug with /alias and arguments (like $1), now text after argument(s) is ...Sebastien Helleu
2006-10-08Fixed comparison between a char and negative value (now using 'signed char' t...Sebastien Helleu
2006-10-01Version 0.2.1Sebastien Helleu
2006-09-30Fixed wrong bug # in ChangeLog: #17852 => #17838Sebastien Helleu
2006-09-30Fixed crash for DCC receiver when resuming a file (bug #17885), fixed DCC err...Sebastien Helleu
2006-09-23Fixed random crash with /upgrade command (error when loading buffers)Sebastien Helleu