Age | Commit message (Expand) | Author |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-11-12 | core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #... | Simon Kuhnle |
2011-11-12 | api: add new functions strcasecmp_range and strncasecmp_range | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-10-16 | core: use value 2 of keep_eol in function string_split to keep separators at ... | Sebastien Helleu |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu |
2011-08-26 | core: use dynamic buffer size for calls to vsnprintf | Sebastien Helleu |
2011-08-18 | core: remove some compilation warnings under Cygwin | Sebastien Helleu |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix b... | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-12-09 | Fix infinite loop in API function string_has_highlight_regex if regex is empty | Sebastien Helleu |
2010-11-25 | Add new option weechat.look.highlight_regex and function string_has_highlight... | Sebastien Helleu |
2010-11-10 | Use type "unsigned long long" for API function string_format_size | Sebastien Helleu |
2010-10-31 | Remove dead assignments | Sebastien Helleu |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i... | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |
2010-04-18 | Replace "joker" by "wildcard" | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-26 | Fix bug with writing of configuration files when disk is full (bug #29331) | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-02 | Add new option weechat.look.command_chars, add functions string_is_command_ch... | Sebastien Helleu |
2010-02-16 | Add function "string_decode_base64" in plugin API | Sebastien Helleu |
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function "string_enco... | Sebastien Helleu |
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu |
2009-05-09 | Fix completion with non-latin nicks (bug #18993) | Sebastien Helleu |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu |
2009-04-15 | Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower() | Sebastien Helleu |
2009-04-14 | Fix text search in buffer with some utf-8 chars (bug #25649) | Sebastien Helleu |
2009-03-28 | Fix bug with /ignore when mask begins with "|" (bug #26037) | Sebastien Helleu |
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu |
2009-02-23 | Test return code of some malloc/strdup | Sebastien Helleu |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in plugin... | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-12-10 | Add new plugin "relay", new function "string_format_size" in plugin API | Sebastien Helleu |
2008-10-31 | Allow mask or regex for IRC command /ignore (mask is default) | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-09-05 | Many changes in doc | Sebastien Helleu |
2008-08-24 | Add some variables in infolist for config options | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-06-01 | Reintroduce highlight (move code from irc plugin to core) | Sebastien Helleu |
2008-05-13 | Disable auto-connect for plugins with command line option ("-a") | Sebastien Helleu |
2008-04-30 | Fixed string explode (when there's only delimiters in string) (bug #23123) | Sebastien Helleu |
2008-04-19 | Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2... | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), fixe... | Sebastien Helleu |
2008-03-15 | Fixed bug in string_explode function, new function string_strip | Sebastien Helleu |