Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
home in paths | |||
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 | |
(task #9430) | |||
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 ↵ | Sebastien Helleu | |
version any more (API comparison is enough) | |||
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 ↵ | Sebastien Helleu | |
default completion items | |||
2009-04-03 | Fix broken time in backlog displayed by logger plugin: use DST for time ↵ | Sebastien Helleu | |
displayed in buffer (bug #26074) | |||
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 | |
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat). | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API | |||
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 ↵ | Sebastien Helleu | |
when name has changed) | |||
2008-11-13 | Add local buffer variable "no_log", to prevent a buffer from logging to disk ↵ | Sebastien Helleu | |
via logger plugin | |||
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ↵ | Sebastien Helleu | |
more signals for setting debug) | |||
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) |