summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-10-09Fixed bug with /alias and arguments (like $1), now text after argument(s) is ↵Sebastien Helleu
used (bug #17944)
2006-10-09Improve lua detection and make lua 5.1 the default versionJulien Louis
2006-10-08Fixed compilation warnings for AMD64Sebastien Helleu
2006-10-08Fixed comparison between a char and negative value (now using 'signed char' ↵Sebastien Helleu
to compare), this should fix minor display bug on some arch like PPC
2006-10-01Version 0.2.2-cvsSebastien Helleu
2006-10-01Version 0.2.1Sebastien Helleu
2006-10-01Updated czech translationsSebastien Helleu
2006-09-30Removed warnings with __USE_GNU and __USE_XOPENSebastien Helleu
2006-09-30File automatically updatedSebastien 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 ↵Sebastien Helleu
error for sender when receiver cancels DCC (bug #17852)
2006-09-28fix a bug (can make crash) when calling a script command with another script ↵Emmanuel Bouthenot
command
2006-09-28Add AC_GNU_SOURCE macro callJulien Louis
2006-09-28minor improvements on aspell plugin :Emmanuel Bouthenot
+ spellchecking is now available on commands like /me, /away, /query, ... + do not colorize urls : words begining with http(s)://, ftp(s)://, fish://, file://, etc + do not colorize words begining with '#' (channels) , '/' (commands), '-' (command option)
2006-09-24Removed compilation warning on ascii_strcasecmpSebastien Helleu