Age | Commit message (Expand) | Author |
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to leave... | Sebastien Helleu |
2008-01-27 | Added config file functions in plugins API, improved /reload and /save comman... | Sebastien Helleu |
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal... | Sebastien Helleu |
2008-01-21 | Removed use of config.h file in script plugins, not needed | Sebastien Helleu |
2008-01-16 | Added new functions and script name completion in script plugins, fixed some ... | Sebastien Helleu |
2008-01-14 | Update of translations for scripts, fix bugs and code factorized in script pl... | Sebastien Helleu |
2008-01-13 | Migration of Lua plugin to new API | Sebastien Helleu |
2008-01-11 | New arguments for function "register" in scripts (author, license), with opti... | Sebastien Helleu |
2008-01-04 | Added macros for name/description/author/version/license of plugins | Sebastien Helleu |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, replac... | Sebastien Helleu |
2007-10-31 | Renamed sources files in script plugins | Sebastien Helleu |
2007-08-08 | Added "copy" and "rename" options to /server command | Sebastien Helleu |
2007-07-18 | Added "buffer_move" event handler to plugins API (task #6708) | Sebastien Helleu |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu |
2007-05-21 | Added cmake for weechat compile | Sebastien Helleu |
2007-05-11 | Removed "prefix" data for server info in plugin API (oups, why did I add that ?) | Sebastien Helleu |
2007-05-11 | Code cleanup: renamed IRC functions to have uniform name (with prefix based o... | Sebastien Helleu |
2007-03-09 | make arguments for function get_buffer_data() mandatory in plugins/scripts | Emmanuel Bouthenot |
2007-03-06 | Added new return code in plugin API to force highlight (for message handlers ... | Sebastien Helleu |
2007-02-27 | bug fix and code cleanup in plugins/scripts | Emmanuel Bouthenot |
2007-02-17 | fix the possibility to load a perl script even if it doesn't call register() ... | Emmanuel Bouthenot |
2007-02-12 | Added "call" option to /key command, added new key function "insert" to inser... | Sebastien Helleu |
2007-02-05 | Added event handlers in plugin list commands outputs (/plugin and script comm... | Sebastien Helleu |
2007-02-05 | Added event handler to plugin API | Sebastien Helleu |
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu |
2006-11-08 | Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f... | Sebastien Helleu |
2006-10-28 | improve plugins/scripts completion template to use filename completion | Emmanuel Bouthenot |
2006-10-26 | add modifiers in scripts/plugins API, cleaning code in script/plugins, improv... | Emmanuel Bouthenot |
2006-10-24 | Added "modifier" in plugins API, improved /plugin command | Sebastien Helleu |
2006-10-20 | Fixed crash when loading ruby script if file does not exist, with Ruby >= 1.9... | Sebastien Helleu |
2006-10-16 | adding date field 'date' in get_buffer_data() function of plugins/scripts API | Emmanuel Bouthenot |
2006-10-10 | adding some missing headers in plugins | Emmanuel Bouthenot |
2006-10-09 | Adding Lua 5.1 support, display plugins interpreter versions on configure | Emmanuel Bouthenot |
2006-08-26 | fix bugs in get_buffer_data() which breaks the retrieval of buffer content (p... | Emmanuel Bouthenot |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-08-05 | adding functions : get_buffer_info, get_window_info, get_buffer_data and prin... | Emmanuel Bouthenot |
2006-07-04 | Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua) | Sebastien Helleu |
2006-06-30 | Fixed bug with spaces in script names (bug #16957) | Sebastien Helleu |
2006-06-14 | Renamed plugins names (removed "lib" prefix in name) | Sebastien Helleu |
2006-06-10 | add get_irc_color function in plugins/scripts | Emmanuel Bouthenot |
2006-05-29 | Fixed crash with "register" function in plugin scripts (bug #16701) | Sebastien Helleu |
2006-05-17 | fix bug in end function calls for plugins/scripts | Emmanuel Bouthenot |
2006-04-08 | Fix possible minor bug in getting hostnames in plugins/scripts | Emmanuel Bouthenot |
2006-04-08 | Added hostnames associeted to nicks in plugins/scripts | Emmanuel Bouthenot |
2006-03-30 | Added keyboard handler to plugin API | Sebastien Helleu |
2006-02-28 | Script plugins now load scripts in WeeChat system share directory | Sebastien Helleu |
2006-02-20 | Added new plugin API function: remove_infobar | Sebastien Helleu |
2006-02-19 | Fixed bug in /lua command for timer handlers | Sebastien Helleu |
2006-02-19 | Added timer handler for plugins | Sebastien Helleu |