Age | Commit message (Expand) | Author |
2015-08-22 | api: add function string_hex_dump() | Sébastien Helleu |
2015-08-18 | api: add argument "length" in function utf8_is_valid() | Sébastien Helleu |
2015-07-04 | api: fix type of value returned by function util_get_time_string | Sébastien Helleu |
2015-07-04 | api: fix type of value returned by functions utf8_prev_char, utf8_next_char a... | Sébastien Helleu |
2015-07-03 | api: fix type of value returned by function strcasestr | Sébastien Helleu |
2015-06-24 | api: add function string_eval_path_home() | Sébastien Helleu |
2015-04-30 | core: add comments after some #endif | Sébastien Helleu |
2015-01-15 | core: add priority in plugins to initialize them in order | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-11-22 | api: return value in function command(), remove WeeChat error after command c... | Sébastien Helleu |
2014-09-20 | core: fix compilation of plugin API functions (macros) when compiler optimiza... | Sébastien Helleu |
2014-08-29 | api: use microseconds instead of milliseconds in functions util_timeval_diff ... | Sébastien Helleu |
2014-08-02 | core: fix result of hash function (in hashtables) on 32-bit systems | Sébastien Helleu |
2014-06-10 | core: fix potential memory leak with infolists not freed in plugins (debian #... | Sébastien Helleu |
2014-05-24 | api: add argument "flags" in function hdata_new_list | Sébastien Helleu |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu |
2014-03-13 | api: add callback in function string_replace_regex | Sebastien Helleu |
2014-03-11 | exec: update plugin API version | Sebastien Helleu |
2014-03-04 | rmodifier: remove plugin (replaced by trigger) | Sebastien Helleu |
2014-02-21 | Merge branch 'trigger' | Sebastien Helleu |
2014-02-13 | api: add function string_convert_escaped_chars | Sebastien Helleu |
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu |
2014-02-09 | core: improve the string_replace_regex function (add reference char, change s... | Sebastien Helleu |
2014-02-09 | core: replace "regex_t *" by "void *" in string functions (fix ruby compilati... | Sebastien Helleu |
2014-02-09 | api: add function string_split_shell | Sebastien Helleu |
2014-02-09 | api: add function hashtable_dup | Sebastien Helleu |
2014-02-09 | trigger: add trigger plugin | Sebastien Helleu |
2014-01-22 | api: add function "infolist_search_var" | Sebastien Helleu |
2014-01-09 | xfer: add support of IPv6 for DCC chat/file (patch #7992) | Andrew Potter |
2014-01-05 | core: fix crash with hdata_update on shared strings, add hdata type "shared_s... | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-11-09 | api: add support for C++ plugins | stfn |
2013-08-19 | core: add syntax "@buffer:item" in bar items to force the buffer used when di... | Sebastien Helleu |
2013-08-10 | core: change type of hashtable key hash to unsigned long, return item pointer... | Sebastien Helleu |
2013-08-04 | api: add argument "options" in function string_eval_expression, add option "-... | Sebastien Helleu |
2013-07-27 | api: add new function strlen_screen | Sebastien Helleu |
2013-04-21 | api: add new function hdata_search | Sebastien Helleu |
2013-03-25 | script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter) | 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-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu |
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ... | Sebastien Helleu |
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh... | Simon Arlott |
2012-08-27 | api: allow update for some variables of hdata, add new functions hdata_update... | Sebastien Helleu |
2012-08-04 | api: add new function util_version_number | Sebastien Helleu |
2012-08-02 | core: update description of plugins and translate them in output of /plugin | Sebastien Helleu |
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu |
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-26 | api: replace type "regex_t *" by "void *" in function string_regcomp (fix rub... | Sebastien Helleu |