Age | Commit message (Expand) | Author |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-18 | Fix bug with fifo pipe when setting fifo option to "on" | Sebastien Helleu |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-07 | Add missing include of limits.h | Sebastien Helleu |
2009-12-05 | Remove old fifo pipes before creating new pipe | Sebastien Helleu |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ve... | Sebastien Helleu |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-11-29 | Add current_window function in plugin API, add window functions in english de... | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-06 | Fix buffer search in fifo plugin: name is now plugin.buffer (like irc.freenod... | Sebastien Helleu |
2008-10-27 | Fix infinite loop in fifo plugin when removing fifo pipe | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-02 | Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_b... | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-05-15 | Add arguments for plugin init functions and "irc://.." command line option fo... | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu |
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal... | 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 |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu |
2007-12-18 | All messages translated to french, fixed bugs/typos in some messages | Sebastien Helleu |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, replac... | Sebastien Helleu |
2007-12-10 | Renamed constants for return codes in plugins | Sebastien Helleu |
2007-12-09 | Changes in IRC plugin to use new API | Sebastien Helleu |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu |
2007-11-25 | Added buffer argument in command hooks, code cleanup in IRC plugin | Sebastien Helleu |
2007-11-11 | Event hook added | Sebastien Helleu |
2007-10-31 | FIFO feature rewritten as plugin | Sebastien Helleu |
2007-10-31 | Moved files from src/common to core, gui and plugins directories | Sebastien Helleu |