summaryrefslogtreecommitdiff
path: root/src/plugins/scripts
AgeCommit message (Expand)Author
2010-09-21Add missing function "infolist_reset_item_cursor" in script API (bug #31057)Sebastien Helleu
2010-09-19Fix Ruby plugin compilation with Ruby 1.9.2JD Horelick
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-09-08Fix compilation of Ruby plugin with ruby <= 1.8.6 (bug #30967)Sebastien Helleu
2010-08-27Fix compilation error and warning with Python 2.5Sebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu
2010-08-13Rename cmake options DISABLE_XXX to ENABLE_XXXSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-10Add some notes for translators in gettext filesSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu
2010-04-18Replace "joker" by "wildcard"Sebastien Helleu
2010-04-13Fix bug with perl script filename when multiplicity is disabled (bug #29530)Sebastien Helleu
2010-04-12Fix display of perl errors (use tab to force empty prefix on message)Sebastien Helleu
2010-04-12Fix crash on /quit or unload of Perl plugin under FreeBSD and Cygwin (bug #29...Sebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-26Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien Helleu
2010-03-24Fix bug with callbacks when loading a script already loadedSebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-03-20Add functions string_match, string_has_highlight and string_mask_to_regex in ...Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-27Fix crash in Perl plugin when callbacks are called during script initializati...Sebastien Helleu
2010-02-26Add command line option "-s" (or "--no-script") to start WeeChat without load...Sebastien Helleu
2010-02-23Allow script commands to reload only one scriptSebastien Helleu
2010-02-18Fix function "color" in Lua script API (patch from Christian Heinz)Sebastien Helleu
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-13Fix bug with string return value of callbacks in tcl pluginSebastien Helleu
2010-01-12Add function "buffer_string_replace_local_var" in script API (patch #7061)Sebastien Helleu
2010-01-04Fix bug with function nicklist_remove_nick in Python API (bug #28474)Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-18Add function "infolist_new_item" in script APISebastien Helleu
2009-12-14Add support for encodings in Ruby 1.9Sebastien Helleu
2009-12-04Give GnuTLS return code to callback if handshake has failed, display extra in...Sebastien Helleu
2009-12-02Add support for rubygems in ruby pluginSebastien Helleu
2009-11-29Support of Ruby >= 1.9.1 (patch #6989)Sebastien Helleu
2009-11-20Fix typos in 2 error messagesSebastien Helleu
2009-11-16Fix bug with script installation on BSD/OSX (patch #6980)Sebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-11-06Fix typos in translationsSebastien Helleu
2009-10-09Add script prototypes and examples in plugin API referenceSebastien Helleu
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-09-20Fix cmake directories: let user customize lib, share, locale and include dire...Sebastien Helleu
2009-09-11Fix API function weechat_bar_set for python/lua/ruby (patch #6912)Sebastien Helleu
2009-09-04Fix typos in some messagesSebastien Helleu
2009-07-28Remove check of Tcl_CreateNamespace in cmake build (not used any more) (bug #...Sebastien Helleu
2009-07-24Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ...Sebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu