Age | Commit message (Expand) | Author |
2009-04-26 | Fix 0 byte alloc in command template | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-04 | Check that callback value is not NULL in hook functions | Sebastien Helleu |
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu |
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu |
2009-03-06 | Add new hook type "process": launch command with fork and catch result (rc/st... | Sebastien Helleu |
2009-02-18 | Display clock skew detection only if debug for core is >= 1 | Sebastien Helleu |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in plugin... | Sebastien Helleu |
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-11-29 | Fix bugs with hook_print function in scripts | Sebastien Helleu |
2008-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | Sebastien Helleu |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-05 | Add debug messages for hooks when core debug >= 2 | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-11-03 | Add detection of system clock skew, reinitialize all timers when this happens | Sebastien Helleu |
2008-11-01 | Another fix to timer hook when day of local time is different from UTC | Sebastien Helleu |
2008-11-01 | Fix timer hook when daylight saving time is enabled (problem with "day change... | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-27 | Add name of plugins next to plugin pointers in dump (to log file) | Sebastien Helleu |
2008-10-26 | Fix option irc.network.away_check | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-09-30 | Fix some memory leaks | Sebastien Helleu |
2008-09-02 | Add description for info and infolist hooks | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |
2008-08-22 | Add hook infolist to plugins API, fix bugs with gettext in plugins | Sebastien Helleu |
2008-06-18 | Add new options for completion, optional stop instead of cycling with words f... | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-06-02 | Fix compilation bug when gnutls dev lib is not installed | Sebastien Helleu |
2008-05-22 | Increase number of authorized calls to same command (recursive calls), from 1... | Sebastien Helleu |
2008-05-20 | Add hook_connect (background connection to peer) | Sebastien Helleu |
2008-04-30 | Fixed crash with scripts when WeeChat calls functions of many scripts at same... | Sebastien Helleu |
2008-04-29 | Removed key functions (replaced by /input command) | Sebastien Helleu |
2008-04-19 | Fixed bug with use of wrong command hooked (bug #22974) | Sebastien Helleu |
2008-04-18 | Replaced /builtin command by /command, and can now be used to launch commands... | Sebastien Helleu |
2008-04-17 | Added infolist "window", scroll in buffers with free content, fixed config ho... | Sebastien Helleu |
2008-04-12 | Added new default bar item "time" | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | 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-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal... | Sebastien Helleu |
2008-01-09 | Partial migration of Perl plugin to new API | 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-19 | Fixed crash when removing hook | Sebastien Helleu |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, replac... | Sebastien Helleu |
2007-12-14 | Improved main loop (less CPU usage), better precision for timers, use of one ... | Sebastien Helleu |