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-18 | Add new argument "value" to function config_new_option | Sebastien Helleu | |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu | |
2008-10-08 | Add function to get plugin name (return "core" for WeeChat core) | Sebastien Helleu | |
2008-09-18 | Remove "category" for buffers (keep only name). | 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-17 | New plugin "notify", new option for debug messages in plugins | Sebastien Helleu | |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-06-02 | Add constants for config file read/write/set/unset callbacks | Sebastien Helleu | |
2008-05-15 | Add arguments for plugin init functions and "irc://.." command line option ↵ | Sebastien Helleu | |
for irc plugin | |||
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set ↵ | Sebastien Helleu | |
with /set command | |||
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-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu | |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu | |
2008-01-27 | Added config file functions in plugins API, improved /reload and /save ↵ | Sebastien Helleu | |
commands (now possible to reload/save some files only), fixed completion bug | |||
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-04 | Added macros for name/description/author/version/license of plugins | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu | |
2007-10-31 | Renamed charset and aspell sources | Sebastien Helleu | |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu | |
2007-05-21 | Added cmake for weechat compile | Sebastien Helleu | |
2007-05-09 | Fixed bug with erroneous nickname when connecting to server (bug #19812), ↵ | Sebastien Helleu | |
fixed display bugs in IRC error messages | |||
2007-03-25 | Fixed topic charset, now using channel charset if defined (bug #19386) | Sebastien Helleu | |
2007-02-12 | Added "call" option to /key command, added new key function "insert" to ↵ | Sebastien Helleu | |
insert text on command line (task #6468) | |||
2007-01-06 | Fixed bugs with charset: now decodes/encodes nicks and channels in IRC ↵ | Sebastien Helleu | |
messages (bug #18716) | |||
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu | |
2006-12-11 | Fixed memory leak in /charset command | Sebastien Helleu | |
2006-11-15 | Replaced call to strndup() by weechat_charset_strndup() | Sebastien Helleu | |
2006-11-09 | Fixed bug in charset plugin: now encode/decode channels/nicks in IRC ↵ | Sebastien Helleu | |
messages (after command) | |||
2006-11-08 | Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵ | Sebastien Helleu | |
fixed compilation problems with FreeBSD, fixed status bar display bug |