summaryrefslogtreecommitdiff
path: root/src/plugins/logger
AgeCommit message (Expand)Author
2015-07-04logger: fix type of value returned by function logger_tail_last_eolSébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-06-25logger: call function string_eval_path_home() to evaluate logger file pathSébastien Helleu
2015-06-20logger: evaluate content of option logger.file.path (issue #388)Sébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-30logger: rename callback for infolist "logger_buffer"Sébastien Helleu
2014-11-22api: return value in function command(), remove WeeChat error after command c...Sébastien Helleu
2014-08-10logger: fix memory leaks in backlogSébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-03-16core: fix some compilation problems on SmartOSSebastien Helleu
2014-02-21logger: return WEECHAT_RC_ERROR in command /logger if arguments are wrong/mis...Sebastien Helleu
2014-01-27logger: replace backslashs in name by logger replacement char under Cygwin (b...Sebastien Helleu
2014-01-18core: reformat hook_command argumentsSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-23core: replace darkgray color as default value of optionsSebastien Helleu
2013-11-09logger: load plugin even if options can not be read in logger.conf (with warn...Sebastien Helleu
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in...Sebastien Helleu
2013-08-26logger: add option "flush" for command /loggerSebastien Helleu
2013-08-25core: display day change message dynamically (do not store it as a line in bu...Sebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-07-11core: sort config options by name in sourcesSebastien Helleu
2013-04-29core: make nick prefix/suffix dynamic (move options from irc plugin to core, ...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-09-18logger: do not define _XOPEN_SOURCE on OpenBSD (not needed)Sebastien Helleu
2012-09-17logger: add tags in backlog lines displayed when opening bufferSebastien Helleu
2012-08-15logger: replace define of _GNU_SOURCE by _XOPEN_SOURCESebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-07-27logger: add messages "Day changed to" in backlogSebastien Helleu
2012-05-03logger: fix charset of lines displayed in backlog when terminal charset is di...Sebastien Helleu
2012-03-28logger: add colors for backlog lines and end of backlog (task #11966)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-27core: check pointer returned by function localtimeSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-26core: use dynamic buffer size for calls to vsnprintfSebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-05-18logger: add option logger.file.flush_delay (task #11118)Sebastien Helleu
2011-05-18logger: use tag "no_log" for some messages printedSebastien Helleu
2011-04-11core: add messages counts in hotlist for each buffer, option weechat.look.hot...Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-06Move examples at the end of /help loggerSebastien Helleu
2010-07-28Use tag "no_log" in logger plugin to prevent a line from being written in log...Sebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu