summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
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-14Added date in plugin function get_buffer_data()Sebastien Helleu
2006-10-12Fixed some portability bugs (patch #5271)Sebastien 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-09-28fix a bug (can make crash) when calling a script command with another script ↵Emmanuel Bouthenot
command
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-08-26fix bugs in get_buffer_data() which breaks the retrieval of buffer content ↵Emmanuel Bouthenot
(perl, lua)
2006-08-19Fixed typosSebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-08-05adding functions : get_buffer_info, get_window_info, get_buffer_data and ↵Emmanuel Bouthenot
print_server in scripts API
2006-07-27Fixed completion for command handlers (now empty completion_template means ↵Sebastien Helleu
nick completion, "-" string means no completion at all)
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-04Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua)Sebastien Helleu
2006-06-30Fixed bug with spaces in script names (bug #16957)Sebastien Helleu
2006-06-29Replaced call to plugin_find_server_channel() by gui_buffer_search() in ↵Sebastien Helleu
weechat_plugin_get_buffer_data()
2006-06-22Added new functions in plugin/script API: get window info, get buffer info, ↵Sebastien Helleu
get buffer content
2006-06-20do not check words made of punctuation and digits and fix a bug while saving ↵Emmanuel Bouthenot
aspell plugin configuration
2006-06-16improve aspell checking, do not check nicks in chans, take care of ↵Emmanuel Bouthenot
punctuation in words
2006-06-16improvements in python scripts context managementEmmanuel Bouthenot
2006-06-15improve python sub-interpreters managementEmmanuel Bouthenot
2006-06-14Renamed plugins names (removed "lib" prefix in name)Sebastien Helleu
2006-06-13clean code, rename global vars and function to avoid possibles crashsEmmanuel Bouthenot
2006-06-13improve global vars uses in pluginsEmmanuel Bouthenot
2006-06-11add some improvementsEmmanuel Bouthenot
2006-06-11add missing source header weechat-aspell.hEmmanuel Bouthenot
2006-06-11make aspell plugin compile with gcc-2.95Emmanuel Bouthenot
2006-06-11adding aspell pluginEmmanuel Bouthenot
2006-06-10add get_irc_color function in plugins/scriptsEmmanuel Bouthenot
2006-06-10Added plugin API function to get IRC color number by nameSebastien Helleu
2006-06-10Added IRC colors list in plugin header, fixed get_info for channel info (now ↵Sebastien Helleu
ok with pv/dcc chat)
2006-06-04fix a crash in plugin function get_config with config string values stored ↵Emmanuel Bouthenot
as int
2006-06-01Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with ↵Sebastien Helleu
Perl DynaLoader)
2006-05-31Fixed plugins symbol problem (removed global flag when loading library)Sebastien Helleu
2006-05-29Fixed /perl command output when no keyboard handler is definedSebastien Helleu
2006-05-29Fixed crash with "register" function in plugin scripts (bug #16701)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-17check return value in weechat_ruby_exec() to be a valid value and fix crash ↵Emmanuel Bouthenot
when called function return nothing
2006-05-17fix bug in end function calls for plugins/scriptsEmmanuel Bouthenot
2006-05-17fix number of args in end function callEmmanuel Bouthenot
2006-05-08- fix a crash in ruby when a function return nothing (close bug #16552)Emmanuel Bouthenot
- add a warning when a function return nothing (python, ruby)
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-12fix minor bug with ruby 1.9 and stdout/stderr redirectionsEmmanuel Bouthenot
2006-04-08Fix possible minor bug in getting hostnames in plugins/scriptsEmmanuel Bouthenot
2006-04-08Added hostnames associeted to nicks in plugins/scriptsEmmanuel Bouthenot
2006-04-01Fixed plugin command handler call when no argument is givenSebastien Helleu
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-26Improved script plugin loaderSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu