Age | Commit message (Expand) | Author |
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-04-30 | core: add comments after some #endif | Sébastien Helleu |
2015-01-19 | core: check that filename is not NULL in function util_file_get_content | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-08-29 | api: use microseconds instead of milliseconds in functions util_timeval_diff ... | Sébastien Helleu |
2014-07-05 | core: check that timeval arguments are not NULL in timeval functions | Sébastien Helleu |
2014-03-11 | api: add option "signal" in function hook_set to send a signal to the child p... | Sebastien Helleu |
2014-02-26 | core: fix size used in some snprintf | Sebastien Helleu |
2014-01-01 | core: update copyright dates | 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-08-01 | core: add option weechat.startup.sys_rlimit to set system resource limits for... | Sebastien Helleu |
2012-02-19 | core: fix memory leak in function util_search_full_lib_name | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-11-27 | core: check pointer returned by function localtime | Sebastien Helleu |
2011-11-27 | irc: fix crash when signon time in message 317 (whois, idle) is invalid (too ... | Sebastien Helleu |
2011-11-15 | core: allow list for option weechat.plugin.extension (makes weechat.conf port... | Sebastien Helleu |
2011-11-03 | core: fix typo: occured -> occurred | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-10-19 | core: fix freeze when calling function util_file_get_content with a directory... | Sebastien Helleu |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu |
2011-08-18 | core: remove some compilation warnings under Cygwin | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-12-07 | Add color support in option weechat.look.buffer_time_format | Sebastien Helleu |
2010-08-03 | Fix bug with version number when version ends with "-rcX" | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-02-10 | Add "version_number" for API function weechat_info_get to get WeeChat version... | Sebastien Helleu |
2010-02-09 | Add new option weechat.look.time_format to customize default format for date/... | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on IR... | Sebastien Helleu |
2009-06-14 | Do not auto-load hidden files in script plugins (bug #21390) | Sebastien Helleu |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ve... | Sebastien Helleu |
2009-01-03 | Update copyright dates | 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-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-05-22 | Fix crash with version comparison (when loading plugin) | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-04-03 | Fixed compilation problems when gnutls dev lib is not found | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), fixe... | Sebastien Helleu |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | 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 |