Age | Commit message (Expand) | Author |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-12-15 | core: add support of logical and/or for argument "tags" in function hook_print | Sebastien Helleu |
2013-09-24 | core: fix time displayed in status bar (it was one second late) (bug #40097) | Sebastien Helleu |
2013-09-19 | core: fix memory leak on unhook of a print hook (if using tags) | Sebastien Helleu |
2013-08-01 | core: fix compiler warning on freopen (ignore file returned) | Sebastien Helleu |
2013-07-28 | api: use pointer for infolist "hook" to return only one hook | Sebastien Helleu |
2013-07-20 | core: use "/dev/null" for stdin in hook_process instead of closing stdin (bug... | Sebastien Helleu |
2013-05-22 | core: fix compilation warnings | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-01-06 | api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and hook... | 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-12-06 | core: expand char '~' with user home in first argument of hook_process | Sebastien Helleu |
2012-12-06 | core: fix crash in child process of hook_process_hashtable when arguments are... | Sebastien Helleu |
2012-12-02 | core: execute command with higher priority when many commands with same name ... | Sebastien Helleu |
2012-11-22 | api: use hashtable "options" for command arguments in function hook_process_h... | Sebastien Helleu |
2012-11-18 | core: do not call shell to execute command in hook_process (fix security prob... | Sebastien Helleu |
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh... | Simon Arlott |
2012-07-09 | core: add function "hook_set" in plugin API, add "subplugin" in hooks (set by... | Peter Boström |
2012-03-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu |
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable i... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-11-27 | core: check pointer returned by function localtime | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-10-09 | core: display timeout for hook_process command only if debug for core is enab... | Sebastien Helleu |
2011-10-01 | core: add missing hook type "focus" in array "hook_type_string" (fix crash wh... | Sebastien Helleu |
2011-08-26 | core: replace deprecated gnutls function "gnutls_certificate_client_set_retri... | Sebastien Helleu |
2011-08-25 | core: fix memory leak in unhook of hook_connect | Sebastien Helleu |
2011-08-16 | core: fix crash with "hook" infolist when "arguments" is an empty string | Sebastien Helleu |
2011-08-14 | core: return info about line/word for chat area in focus hashtable, add keys ... | Sebastien Helleu |
2011-08-01 | core: add info about position where mouse button is released in hook_focus (f... | Sebastien Helleu |
2011-07-30 | core: fix bug in build of static parts of completions for commands | Sebastien Helleu |
2011-07-29 | core: add number in windows, improve mouse/cursor actions when screen is split | Sebastien Helleu |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix b... | Sebastien Helleu |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-22 | core: display error (only once) when bad file descriptor is detected in hook_fd | Sebastien Helleu |
2011-06-22 | core: fix freeze when hook_fd is called with a bad file/socket (bug #33619) | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-04-28 | irc: add option "ssl_priorities" in servers (task #10106, debian #624055) | Sebastien Helleu |
2011-04-19 | core: allow command mask for infolist_get on command hooks | Sebastien Helleu |
2011-03-02 | Fix verification of SSL certificates by calling gnutls verify callback (patch... | Gu1ll4um3r0m41n |
2011-02-25 | Add optional command name for infolist_get on command hooks | Sebastien Helleu |
2011-01-02 | Test if variables are not NULL before free in function hook_print_exec | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-11-18 | Fix infinite loop on gnutls handshake when connecting with SSL to server on w... | Gu1ll4um3r0m41n |
2010-11-14 | Fix data sent to callback of hook_process, improve hook_process by using buffer | Sebastien Helleu |
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu |
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i... | Sebastien Helleu |