summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12Updated czech translationsSebastien 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 ↵Sebastien Helleu
messages (after command)
2006-11-09Fixed typo in fr.poSebastien Helleu
2006-11-09Added "irc_send_unknown_commands" option to send unknown commands to IRC ↵Sebastien Helleu
server (OFF by default) (task #5947)
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 ↵Sebastien Helleu
plugin (now old messages are parsed for UTF-8 and invalid chars are replaced by '?')
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-11-07Updated "pyexec.py" scriptSebastien Helleu
2006-11-04Fixed bug with ignore: now any IRC command is allowedSebastien Helleu
2006-11-04Added "clonescan.py" scriptSebastien Helleu
2006-11-02Added nicklist/status refresh when disconnected from serverSebastien Helleu
2006-11-01add missing reference for debian package buildEmmanuel Bouthenot
2006-10-31Add missing fileJulien Louis
2006-10-31Sync with current package.Julien Louis
2006-10-30Fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)Sebastien Helleu
2006-10-30Updated FAQSebastien Helleu
2006-10-29Fixed bug with completion context (some variables were not properly reset)Sebastien Helleu
2006-10-29fix minor display bug in aspell pluginEmmanuel Bouthenot
2006-10-29improve autogen.sh script (fancy output, better gettext usage)Emmanuel Bouthenot
2006-10-29Added "pyexec" scriptSebastien Helleu
2006-10-29adding $weechat_dir/python in the top of sys.pathEmmanuel Bouthenot
2006-10-28improve plugins/scripts completion template to use filename completionEmmanuel Bouthenot
2006-10-28minor improvement in aspell pluginEmmanuel Bouthenot
2006-10-28remove unused headerEmmanuel Bouthenot
2006-10-28improve filename completionEmmanuel Bouthenot
2006-10-27Removed automatic space after filename when using completionSebastien Helleu
2006-10-27adding filename completion (partially)Emmanuel Bouthenot
2006-10-27Fixed minor display bug when setting colored topicSebastien Helleu
2006-10-27Added audacious.pl scriptSebastien Helleu
2006-10-27Removed bufsave.pl (wrong directory)Sebastien Helleu
2006-10-27Added "bufsave" perl scriptSebastien Helleu
2006-10-27Improved WeeChat CSS style for website docSebastien Helleu
2006-10-26fix memory leaks in python/script pluginEmmanuel Bouthenot
2006-10-26add modifiers in scripts/plugins API, cleaning code in script/plugins, ↵Emmanuel Bouthenot
improve display for stdout/stderr redirections for python and ruby
2006-10-25Fixed crash when unloading/reloading scripts using modifiersSebastien Helleu
2006-10-24Fixed bug with modifiers list in "/plugin listfull" commandSebastien Helleu
2006-10-24Fixed typo in /plugin command helpSebastien Helleu
2006-10-24Updated ChangeLogSebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu