Age | Commit message (Expand) | Author |
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 |
2008-03-14 | Fixed bug in string_explode function, introduced with previous commit | Sebastien Helleu |
2008-03-13 | Fixed string_explode function, when string ends with separator(s) | Sebastien Helleu |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu |
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal... | Sebastien Helleu |
2008-01-11 | New arguments for function "register" in scripts (author, license), with opti... | Sebastien Helleu |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, replac... | Sebastien Helleu |
2007-12-03 | Added alias plugin, added missing config file functions in plugins API | Sebastien Helleu |
2007-11-11 | Fixed some string functions to make them compatible with UTF-8 charset | Sebastien Helleu |
2007-11-05 | Added string_remove_quotes() function, use of argv and argv_eol for WeeChat c... | Sebastien Helleu |
2007-11-05 | Added keep_eol flag to string_explode(), updated hook command callback arguments | Sebastien Helleu |
2007-10-31 | Added some string functions | Sebastien Helleu |