Age | Commit message (Expand) | Author |
2008-02-03 | Fixed bug in Makefile.am of IRC plugin | Sebastien Helleu |
2008-02-03 | Replaced options nick1/nick2/nick3 by nicks in IRC servers | Sebastien Helleu |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu |
2008-02-01 | Fixed bugs/crashs when closing buffers | Sebastien Helleu |
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to leave... | Sebastien Helleu |
2008-01-30 | Nick completion enabled again, plugins can now override default nick completi... | Sebastien Helleu |
2008-01-29 | Added command in demo plugin to set a buffer property | 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-15 | Fixed default alias "c" and "cl", now pointing to "/buffer clear" | 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-13 | Migration of Ruby plugin to new API, new functions to dump script plugin data... | Sebastien Helleu |
2008-01-12 | Migration of Python plugin to new API, bugs fixed in Perl/Python plugins | Sebastien Helleu |
2008-01-11 | New arguments for function "register" in scripts (author, license), with opti... | Sebastien Helleu |
2008-01-10 | Added some missing functions in Perl plugin API | Sebastien Helleu |
2008-01-09 | Partial migration of Perl plugin to new API | Sebastien Helleu |
2008-01-06 | Added hotlist option for buffer in plugins API, improved buffer refreshs | Sebastien Helleu |
2008-01-04 | Fixed data input in channel buffers (IRC plugin) | 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 |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu |
2007-12-19 | Fixed bug with display of errors received from IRC server | Sebastien Helleu |
2007-12-19 | Fixed crash with display of status bar when exiting WeeChat | Sebastien Helleu |
2007-12-18 | All messages translated to french, fixed bugs/typos in some messages | Sebastien Helleu |
2007-12-17 | New signals logger_start/stop, to start/stop logging for a buffer | Sebastien Helleu |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, replac... | Sebastien Helleu |
2007-12-14 | Improved main loop (less CPU usage), better precision for timers, use of one ... | Sebastien Helleu |
2007-12-13 | Function "hook_signal_send" added to plugin API | Sebastien Helleu |
2007-12-13 | Renamed hook "event" to "signal" | Sebastien Helleu |
2007-12-12 | Fixed bug in IRC plugin when receiving data from server | Sebastien Helleu |
2007-12-11 | Added "dump_data" event, added dump of data in IRC plugin | Sebastien Helleu |
2007-12-11 | Many changes in IRC plugin, added IRC specific completions | Sebastien Helleu |
2007-12-10 | Changes in IRC plugin | Sebastien Helleu |
2007-12-10 | Renamed constants for return codes in plugins | Sebastien Helleu |
2007-12-10 | Fixed typos in 2 plugin API function names | Sebastien Helleu |
2007-12-10 | Added UTF-8 functions to plugins API | Sebastien Helleu |
2007-12-10 | Many changes in IRC plugin | Sebastien Helleu |
2007-12-09 | Changes in IRC plugin to use new API | Sebastien Helleu |
2007-12-08 | Added gettext for some plugins messages | Sebastien Helleu |
2007-12-08 | Added config_reload event for IRC plugin | Sebastien Helleu |
2007-12-08 | Cleanup IRC commands structure | Sebastien Helleu |
2007-12-07 | Added completion hook, to let plugins add custom completions for commands | Sebastien Helleu |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu |
2007-12-05 | Removed logger.h file in logger plugin | Sebastien Helleu |
2007-12-04 | Added "config_reload" event, fixed some bugs in hook execution | Sebastien Helleu |
2007-12-04 | Removed WeeChat "command" structure, now all internal commands are hooked whe... | Sebastien Helleu |
2007-12-03 | Added alias plugin, added missing config file functions in plugins API | Sebastien Helleu |