Age | Commit message (Expand) | Author |
2011-04-11 | core: add messages counts in hotlist for each buffer, option weechat.look.hot... | Sebastien Helleu |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with s... | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-11-06 | Move examples at the end of /help logger | Sebastien Helleu |
2010-07-28 | Use tag "no_log" in logger plugin to prevent a line from being written in log... | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-04-05 | Use tag "no_highlight" for backlog lines printed by logger plugin | Sebastien Helleu |
2010-03-22 | Fix typos in /help window and /help logger | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-01-26 | Add signal "day_changed", allow date format in logger options path and mask (... | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-11-08 | Remove compilation warning in logger plugin | Sebastien Helleu |
2009-09-04 | Remove compiler warning in logger plugin (with -O2) | Sebastien Helleu |
2009-09-03 | Fix typo | Sebastien Helleu |
2009-08-22 | Fix bug with directory separator in logger mask | Sebastien Helleu |
2009-08-16 | Fix bug with special chars in buffers for logger filenames (bug #25721) | Sebastien Helleu |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ve... | Sebastien Helleu |
2009-05-04 | Disable print hooks during display of backlog (in logger plugin) | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-03 | Fix broken time in backlog displayed by logger plugin: use DST for time displ... | Sebastien Helleu |
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC s... | Sebastien Helleu |
2008-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-14 | Catch signal "buffer_renamed" in logger plugin (restart logging for buffer wh... | Sebastien Helleu |
2008-11-13 | Add local buffer variable "no_log", to prevent a buffer from logging to disk ... | Sebastien Helleu |
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ... | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-27 | Fix use of some uninitialized variables | Sebastien Helleu |
2008-10-08 | Add function to get plugin name (return "core" for WeeChat core) | Sebastien Helleu |
2008-10-08 | Fix /reload command (now reloads config files with no reload callback) | Sebastien Helleu |
2008-10-08 | Add config file logger.conf (replaces old logger options in plugins.conf) | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-02 | Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_b... | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu |
2008-07-19 | Fix problem with logging of lines "Day changed to" (not logged any more to fi... | Sebastien Helleu |
2008-06-27 | Add "auto_log" option to logger plugin, to enable/disable logging (default is... | Sebastien Helleu |
2008-06-07 | Fix crash with config reload and bug with empty key section (no more keys aft... | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-05-15 | Add arguments for plugin init functions and "irc://.." command line option fo... | Sebastien Helleu |
2008-04-19 | Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2... | Sebastien Helleu |
2008-04-16 | Added "toggle" value for /set on boolean options, fixed refresh bugs, added o... | Sebastien Helleu |
2008-04-11 | Added plugin name in beginning of log filenames | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |