summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/perl/weechat-perl.c
AgeCommit message (Collapse)Author
2010-12-16Fix crash in perl plugin when MULTIPLICITY is disabledSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵Sebastien Helleu
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin).
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien 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 ↵Sebastien Helleu
#29467)
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-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-19Reformat multi-line commentsSebastien Helleu
2010-02-27Fix crash in Perl plugin when callbacks are called during script ↵Sebastien Helleu
initialization (bug #29018)
2010-02-23Allow script commands to reload only one scriptSebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ↵Sebastien Helleu
version any more (API comparison is enough)
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ↵Sebastien Helleu
items, buffers, filters, plugins, irc_server, alias, script list)
2009-04-16Restore buffer callbacks for scripts after /upgradeSebastien Helleu
2009-04-14Fix crash when reloading perl plugin (bug #25464)Sebastien Helleu
2009-04-05Add signals in script plugins to install and remove scriptsSebastien Helleu
2009-03-28Add infolists with list of scriptsSebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
It is still possible to see messages by changing debug level for "core" or plugins (perl, python, ruby, lua, tcl).
2009-02-19Fix bug with current script pointer when current script is unloadedSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-12Fix compilation warnings in Perl plugin on FreeBSDSebastien Helleu
2008-11-16Fix crash when a perl callback is called in "register" of another perl scriptSebastien Helleu
2008-11-12Fix crash in weechat_perl_exec() when a callback from another script is ↵Sebastien Helleu
executed, fix compilation warnings for Perl on FreeBSD
2008-11-05Fix crash in weechat_perl_exec() after unloading a Perl scriptSebastien Helleu
2008-11-05Fix crash when loading Perl scripts on FreeBSDSebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu
2008-09-22Remove compilation warning about unused variables in perl pluginSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-07Fix probable pthread mutex lock on hppa architecture with perl plugin ↵Emmanuel Bouthenot
(Debian Bug #495080).
2008-09-05Many changes in docSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words ↵Sebastien Helleu
found
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option ↵Sebastien Helleu
for irc plugin
2008-04-30Fixed crash with scripts when WeeChat calls functions of many scripts at ↵Sebastien Helleu
same time with callbacks (bug #23109)
2008-04-23Fixed perl plugin compilation with old gcc versionsSebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer ↵Sebastien Helleu
type (patch from Leonid Evdokimov)
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-03-08Removed compiler warning in Perl plugin on FreeBSDSebastien Helleu
2008-02-25Fix bug with weechat_plugin_end() function, now returns "int" everywhereSebastien Helleu
2008-02-25Fix Perl plugin build when system Perl is built without multiplicitySebastien Helleu
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵Sebastien Helleu
signal catched (reload all config files), better config files reloading