summaryrefslogtreecommitdiff
path: root/src/core/wee-string.h
AgeCommit message (Expand)Author
2016-07-09core: rename function string_iconv_fprintf to string_fprintfSébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-07-03api: fix type of value returned by function strcasestrSébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-04-11core: add options weechat.look.word_chars_{highlight|input} (closes #55, task...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-07-29tests: add tests of function string_is_word_charSébastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-03-13api: add callback in function string_replace_regexSebastien Helleu
2014-02-09core: improve the string_replace_regex function (add reference char, change s...Sebastien Helleu
2014-02-09core: replace "regex_t *" by "void *" in string functions (fix ruby compilati...Sebastien Helleu
2014-02-09core: add argument "num_items" in function string_split_shellSebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-01-19core: add command /printSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-08-10core: add support of shared strings in split of strings (add functions string...Sebastien Helleu
2013-08-10core: add shared strings to reduce memory usageSebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-11-18core: do not call shell to execute command in hook_process (fix security prob...Sebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu
2012-01-26api: replace type "regex_t *" by "void *" in function string_regcomp (fix rub...Sebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12api: add new functions strcasecmp_range and strncasecmp_rangeSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-10Use type "unsigned long long" for API function string_format_sizeSebastien 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-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu
2010-03-26Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-16Add function "string_decode_base64" in plugin APISebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function "string_enco...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-02-08Add hook type "command_run", add new function "string_remove_color" in plugin...Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-10-31Allow mask or regex for IRC command /ignore (mask is default)Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-01Reintroduce highlight (move code from irc plugin to core)Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-15Fixed bug in string_explode function, new function string_stripSebastien Helleu