Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-30 | core: update translations | Sébastien Helleu | |
2015-09-27 | logger: Report system error string to user | Andrew Potter | |
2015-07-04 | logger: fix type of value returned by function logger_tail_last_eol | Sébastien Helleu | |
2015-07-04 | core: add missing comments before functions when the result must be freed ↵ | Sébastien Helleu | |
after use | |||
2015-06-25 | logger: call function string_eval_path_home() to evaluate logger file path | Sébastien Helleu | |
2015-06-20 | logger: evaluate content of option logger.file.path (issue #388) | Sébastien Helleu | |
2015-04-30 | core: add comments after some #endif | Sébastien Helleu | |
2015-01-15 | core: add priority in plugins to initialize them in order | Sébastien Helleu | |
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script. | |||
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-11-30 | logger: rename callback for infolist "logger_buffer" | Sébastien Helleu | |
2014-11-22 | api: return value in function command(), remove WeeChat error after command ↵ | Sébastien Helleu | |
callback if return code is WEECHAT_RC_ERROR | |||
2014-08-10 | logger: fix memory leaks in backlog | Sébastien Helleu | |
2014-04-12 | core: use lower case for CMake keywords | Sébastien Helleu | |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu | |
2014-03-16 | core: fix some compilation problems on SmartOS | Sebastien Helleu | |
2014-02-21 | logger: return WEECHAT_RC_ERROR in command /logger if arguments are ↵ | Sebastien Helleu | |
wrong/missing | |||
2014-01-27 | logger: replace backslashs in name by logger replacement char under Cygwin ↵ | Sebastien Helleu | |
(bug #41207) | |||
2014-01-18 | core: reformat hook_command arguments | Sebastien Helleu | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-12-23 | core: replace darkgray color as default value of options | Sebastien Helleu | |
New default value is now used for these options: - weechat.color.chat_inactive_buffer: "default" - weechat.color.chat_inactive_window: "default" - weechat.color.chat_nick_offline: "default" - weechat.color.chat_nick_offline_highlight_bg: "blue" - weechat.color.chat_prefix_buffer_inactive_buffer: "default" - irc.color.topic_old: "default" - logger.color.backlog_end: "default" - logger.color.backlog_line: "default" - script.color.text_delimiters: "default" | |||
2013-11-09 | logger: load plugin even if options can not be read in logger.conf (with ↵ | Sebastien Helleu | |
warnings) | |||
2013-10-05 | core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am ↵ | Sebastien Helleu | |
in plugins This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin. | |||
2013-08-26 | logger: add option "flush" for command /logger | Sebastien Helleu | |
2013-08-25 | core: display day change message dynamically (do not store it as a line in ↵ | Sebastien Helleu | |
buffer) (task #12775) Changes in options: - rename option weechat.look.day_change_time_format to weechat.look.day_change_message (color codes are allowed in this option) - new option weechat.color.chat_day_change. | |||
2013-07-20 | core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am | Sebastien Helleu | |
2013-07-11 | core: sort config options by name in sources | Sebastien Helleu | |
2013-04-29 | core: make nick prefix/suffix dynamic (move options from irc plugin to core, ↵ | Sebastien Helleu | |
add logger options) (bug #37531) | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-09-18 | logger: do not define _XOPEN_SOURCE on OpenBSD (not needed) | Sebastien Helleu | |
2012-09-17 | logger: add tags in backlog lines displayed when opening buffer | Sebastien Helleu | |
2012-08-15 | logger: replace define of _GNU_SOURCE by _XOPEN_SOURCE | Sebastien Helleu | |
2012-08-02 | core: update description of plugins and translate them in output of /plugin | Sebastien Helleu | |
2012-07-27 | logger: add messages "Day changed to" in backlog | Sebastien Helleu | |
2012-05-03 | logger: fix charset of lines displayed in backlog when terminal charset is ↵ | Sebastien Helleu | |
different from UTF-8 (bug #36379) | |||
2012-03-28 | logger: add colors for backlog lines and end of backlog (task #11966) | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-11-27 | core: check pointer returned by function localtime | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-08-26 | core: use dynamic buffer size for calls to vsnprintf | Sebastien Helleu | |
2011-08-18 | core: remove some compilation warnings under Cygwin | Sebastien Helleu | |
2011-05-18 | logger: add option logger.file.flush_delay (task #11118) | Sebastien Helleu | |
2011-05-18 | logger: use tag "no_log" for some messages printed | Sebastien Helleu | |
2011-04-11 | core: add messages counts in hotlist for each buffer, option ↵ | Sebastien Helleu | |
weechat.look.hotlist_buffer_separator and tag "notify_none" New options: - weechat.look.hotlist_buffer_separator - weechat.look.hotlist_count_max - weechat.look.hotlist_count_min_msg - weechat.color.status_count_msg - weechat.color.status_count_private - weechat.color.status_count_highlight - weechat.color.status_count_other | |||
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with ↵ | Sebastien Helleu | |
same name (for same command name in many plugins) | |||
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 ↵ | Sebastien Helleu | |
log file | |||
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu | |