Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
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 ↵ | Sebastien Helleu | |
found | |||
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 ↵ | Sebastien Helleu | |
1 to 5 (more than 5 is considered as looping) | |||
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 ↵ | Sebastien Helleu | |
same time with callbacks (bug #23109) | |||
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 ↵ | Sebastien Helleu | |
commands with same name from different plugins | |||
2008-04-17 | Added infolist "window", scroll in buffers with free content, fixed config ↵ | Sebastien Helleu | |
hooks (use of string_match) | |||
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 ↵ | Sebastien Helleu | |
type (patch from Leonid Evdokimov) | |||
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵ | Sebastien Helleu | |
signal catched (reload all config files), better config files reloading | |||
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 | |
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown. | |||
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, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-14 | Improved main loop (less CPU usage), better precision for timers, use of one ↵ | Sebastien Helleu | |
list by hook type (for fast search in hooks) | |||
2007-12-13 | Renamed hook "event" to "signal" | Sebastien Helleu | |
2007-12-11 | Many changes in IRC plugin, added IRC specific completions | Sebastien Helleu | |
2007-12-10 | Renamed constants for return codes in plugins | Sebastien Helleu | |
2007-12-07 | Added completion hook, to let plugins add custom completions for commands | Sebastien Helleu | |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu | |
2007-12-04 | Added "config_reload" event, fixed some bugs in hook execution | Sebastien Helleu | |
2007-12-04 | Removed WeeChat "command" structure, now all internal commands are hooked ↵ | Sebastien Helleu | |
when WeeChat starts | |||
2007-12-03 | Added alias plugin, added missing config file functions in plugins API | Sebastien Helleu | |
2007-11-25 | Added buffer argument in command hooks, code cleanup in IRC plugin | Sebastien Helleu | |
2007-11-24 | Renamed WeeChat log functions | Sebastien Helleu | |
2007-11-11 | Event hook added | Sebastien Helleu | |
2007-11-07 | Added print hooks (to catch any printf on buffers) | Sebastien Helleu | |
2007-11-05 | Added string_remove_quotes() function, use of argv and argv_eol for WeeChat ↵ | Sebastien Helleu | |
commands arguments | |||
2007-11-05 | Added keep_eol flag to string_explode(), updated hook command callback arguments | Sebastien Helleu | |
2007-10-31 | Added hook functions | Sebastien Helleu | |