Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-11 | Add support of many templates for completion of command arguments, rename ↵ | Sebastien Helleu | |
default completion items | |||
2009-03-27 | Fix SSL connection to some IRC servers using Diffie Hellman and small ↵ | Sebastien Helleu | |
exchange keys (bug #25996) | |||
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu | |
New (core) command /version displays version, and number of upgrades done with first start date (if # /upgrade > 0). The number of upgrades is displayed at startup (if > 0). | |||
2009-03-06 | Add new hook type "process": launch command with fork and catch result ↵ | Sebastien Helleu | |
(rc/stdout/stderr) via callback | |||
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 ↵ | Sebastien Helleu | |
plugin API (task #9089) | |||
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu | |
2009-01-03 | Update copyright dates | 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 ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-11-03 | Add detection of system clock skew, reinitialize all timers when this happens | Sebastien Helleu | |
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-09-26 | Add some missing functions in API: hook_connect and infolist creation | Sebastien Helleu | |
2008-09-22 | Return IPv4/IPv6 address to connect hook callback when connection is ok ↵ | Sebastien Helleu | |
(used by IRC plugin to display IP of IRC server) | |||
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-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-18 | Replaced /builtin command by /command, and can now be used to launch ↵ | Sebastien Helleu | |
commands with same name from different plugins | |||
2008-04-16 | Added "toggle" value for /set on boolean options, fixed refresh bugs, added ↵ | Sebastien Helleu | |
option type for infolist "options" | |||
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu | |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu | |
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued... | |||
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-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-07 | Added completion hook, to let plugins add custom completions for commands | 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-11-25 | Added buffer argument in command hooks, code cleanup in IRC plugin | 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 keep_eol flag to string_explode(), updated hook command callback arguments | Sebastien Helleu | |
2007-10-31 | Added hook functions | Sebastien Helleu | |