summaryrefslogtreecommitdiff
path: root/src/plugins/fifo
AgeCommit message (Collapse)Author
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script.
2015-01-01core: update copyright datesSébastien Helleu
2014-11-29fifo: rename callback for info "fifo_filename"Sébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-03-11fifo: search buffer by full name when text is received in pipeSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am ↵Sebastien Helleu
in plugins This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-03-25fifo: remove #define MAX_PATH (now done in weechat-plugin.h)Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-01-24core: display error number and string in some network errorsSebastien Helleu
Error number and string is now displayed when an error is returned by one of these functions: socket, setsockopt, fcntl, pipe, accept, bind, listen, mkfifo.
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-08-02fifo: ignore read failing with error EAGAIN (bug #37019) (patch from Matt ↵Sebastien Helleu
Robinson)
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-05-01fifo: remove unused variableSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-18Fix bug with fifo pipe when setting fifo option to "on"Sebastien Helleu
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-19Reformat multi-line commentsSebastien Helleu
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-07Add missing include of limits.hSebastien Helleu
2009-12-05Remove old fifo pipes before creating new pipeSebastien Helleu
2009-09-20Fix cmake directories: let user customize lib, share, locale and include ↵Sebastien Helleu
directories (patch #6922)
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ↵Sebastien Helleu
version any more (API comparison is enough)
2009-03-28Add cmake files in package built by autotoolsSebastien 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-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-03Update copyright datesSebastien Helleu
2008-11-29Add current_window function in plugin API, add window functions in english ↵Sebastien Helleu
developer guide
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-06Fix buffer search in fifo plugin: name is now plugin.buffer (like ↵Sebastien Helleu
irc.freenode.#weechat)
2008-10-27Fix infinite loop in fifo plugin when removing fifo pipeSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-02Add missing fifo sources for translationsSebastien Helleu
2008-09-02Add description for info and infolist hooksSebastien Helleu
2008-09-02Add new hooks in plugins: info (fifo_filename) and infolists (alias, ↵Sebastien Helleu
logger_buffer, xfer)
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
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-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu