summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-17fix the possibility to load a perl script even if it doesn't call register() ...Emmanuel Bouthenot
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 handlers in plugin list commands outputs (/plugin and script comm...Sebastien Helleu
2007-02-05Added event handler to plugin APISebastien 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-09Fixed display bugs with nicklist at top/bottom when look_nicklist_separator i...Sebastien Helleu
2007-01-08Fixed bug in topic displaySebastien Helleu
2007-01-08Fixed again iconvSebastien 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-07Fixed display bug in nicklist with cyrillic nick namesSebastien 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-05Changed copyright date (2006 -> 2007)Sebastien 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-11Fixed memory leak in /charset commandSebastien 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 display bug with charset on DCC and IRC raw buffersSebastien Helleu
2006-12-04Fixed bug with "set_config" function in plugins API (bug #18448)Sebastien Helleu
2006-12-03Fixed bug in plugin modifier exec when many modifiers are called for a messageSebastien Helleu
2006-12-03Fixed charset problem with date in log files when using ISO charsetSebastien Helleu
2006-12-01Plugins: "add_message_handler" now accepts "*" for all IRC messagesSebastien Helleu
2006-12-01Fixed charset bug when displaying "Day changed" messageSebastien 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-26Fixed memleak in keyboard inputSebastien Helleu
2006-11-19Fixed refresh bug when changing config options if window is splitedSebastien Helleu
2006-11-19Removed unused charset options in default config file for serversSebastien 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-15Replaced call to strndup() by weechat_charset_strndup()Sebastien Helleu
2006-11-15fix possible stack overflow in filename completionEmmanuel Bouthenot
2006-11-14Fixed bug with DCC SEND when filename begins with '~'Sebastien Helleu
2006-11-11Fixed random crash with completionSebastien Helleu
2006-11-10Fixed minor bug with /setp when no value is given and that option does not existSebastien Helleu
2006-11-09Fixed bug in charset plugin: now encode/decode channels/nicks in IRC messages...Sebastien Helleu
2006-11-09Added "irc_send_unknown_commands" option to send unknown commands to IRC serv...Sebastien Helleu
2006-11-08Remove some unneeded iconv calls (for UTF-8 term)Sebastien Helleu
2006-11-08Fixed display bug with new charset and unreadable UTF-8 chars in ISO termSebastien Helleu
2006-11-08Fixed bad header name in gui-common.cSebastien Helleu
2006-11-08Fixed bug with /upgrade and buffer's data when switching to new charset plugi...Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu