summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-10-24Added question about windows/buffers in FAQSebastien Helleu
2006-10-23Fixed typo in french quickstart guideSebastien 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 >= ↵Sebastien Helleu
1.9 only (bug #18064)
2006-10-16adding date field 'date' in get_buffer_data() function of plugins/scripts APIEmmanuel Bouthenot
2006-10-15Fixed typo with lines date when using /upgrade (makes weechat crash)Sebastien Helleu
2006-10-14Added alternate boolean values (true,1,false,0,..) for server optionsSebastien 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 ↵Sebastien Helleu
sent in one mode command to server (task #5968)
2006-10-12Added more values for config boolean values: y/true/t/1 and n/false/f/0 ↵Sebastien Helleu
(patch from Stalwart)
2006-10-12Fixed bug with alias when there's no $x and user args after alias commandSebastien Helleu
2006-10-10adding some missing headers in pluginsEmmanuel Bouthenot
2006-10-09Adding Lua 5.1 support, display plugins interpreter versions on configureEmmanuel Bouthenot
2006-10-09Fixed warning on AMD64Sebastien Helleu