Age | Commit message (Expand) | Author |
2014-03-11 | fifo: search buffer by full name when text is received in pipe | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-10-05 | core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in... | Sebastien Helleu |
2013-07-20 | core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am | Sebastien Helleu |
2013-03-25 | fifo: remove #define MAX_PATH (now done in weechat-plugin.h) | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-01-24 | core: display error number and string in some network errors | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-08-02 | fifo: ignore read failing with error EAGAIN (bug #37019) (patch from Matt Rob... | Sebastien Helleu |
2012-08-02 | core: update description of plugins and translate them in output of /plugin | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-05-01 | fifo: remove unused variable | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu |
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-02-12 | Add description of arguments for API functions hook_info and hook_infolist | 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-09-20 | Fix cmake directories: let user customize lib, share, locale and include dire... | Sebastien Helleu |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ve... | Sebastien Helleu |
2009-03-28 | Add cmake files in package built by autotools | 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 missing fifo sources for translations | Sebastien Helleu |
2008-09-02 | Add description for info and infolist hooks | 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 |