summaryrefslogtreecommitdiff
path: root/src/plugins/logger/logger.c
AgeCommit message (Expand)Author
2009-08-22Fix bug with directory separator in logger maskSebastien Helleu
2009-08-16Fix bug with special chars in buffers for logger filenames (bug #25721)Sebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-05-04Disable print hooks during display of backlog (in logger plugin)Sebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-03Fix broken time in backlog displayed by logger plugin: use DST for time displ...Sebastien Helleu
2009-02-04Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)Sebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-14Catch signal "buffer_renamed" in logger plugin (restart logging for buffer wh...Sebastien Helleu
2008-11-13Add local buffer variable "no_log", to prevent a buffer from logging to disk ...Sebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ...Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-27Fix use of some uninitialized variablesSebastien Helleu
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu
2008-10-08Fix /reload command (now reloads config files with no reload callback)Sebastien Helleu
2008-10-08Add config file logger.conf (replaces old logger options in plugins.conf)Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-02Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_b...Sebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-19Fix problem with logging of lines "Day changed to" (not logged any more to fi...Sebastien Helleu
2008-06-27Add "auto_log" option to logger plugin, to enable/disable logging (default is...Sebastien Helleu
2008-06-07Fix crash with config reload and bug with empty key section (no more keys aft...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option fo...Sebastien Helleu
2008-04-19Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2...Sebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-11Added plugin name in beginning of log filenamesSebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-01Fixed some printf in logger pluginSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-05New default value for logger time format (prevents problem with backlog when ...Sebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
2008-02-04Added string_tolower/upper in plugins API, added "name_lower_case" option in ...Sebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...Sebastien Helleu
2008-01-11New arguments for function "register" in scripts (author, license), with opti...Sebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-04Added macros for name/description/author/version/license of pluginsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-17New signals logger_start/stop, to start/stop logging for a bufferSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu