Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-22 | Fix bug with empty messages displayed | Sebastien Helleu | |
2008-11-17 | Fix crash when printing a message without any buffer created | Sebastien Helleu | |
2008-11-16 | Add modifier "weechat_print" for messages printed in buffers (task #8848) | Sebastien Helleu | |
2008-11-10 | Disable highlight for IRC messages from local nick | Sebastien Helleu | |
2008-11-05 | Add weechat_highlight signal, sent when a line with highlight is displayed | Sebastien Helleu | |
2008-10-31 | Fix highlight on lines displayed with /upgrade | Sebastien Helleu | |
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) | |||
2008-10-20 | Fix text search in buffer: search with prefix in addition to the message | Sebastien Helleu | |
2008-10-18 | Free layout and chat buffer on exit | Sebastien Helleu | |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu | |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu | |
2008-10-11 | Fix some display bugs with read marker line, history, max prefix length, and ↵ | Sebastien Helleu | |
chat refresh (bug #23153) Some info about bugs fixed: - when marker line (dotted) was on top of window (and not visible), this caused bug on last lines of buffer (not refreshed) - marker line is not set for a buffer after a switch, only if buffer it not displayed in other window - when we delete lines in a buffer (if lines > weechat.history.max_lines), we force a full refresh of chat if remaining lines is < to chat height and we compute again max prefix length for buffer (before max prefix length was always incremented, never decremented) | |||
2008-09-15 | Fix bug with line filtering on buffers with free content | Sebastien Helleu | |
2008-08-24 | Fix crash with filters and day change lines | Sebastien Helleu | |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu | |
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process. | |||
2008-07-28 | Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943) | Sebastien Helleu | |
2008-07-06 | Fix other bugs with prefix alignment | Sebastien Helleu | |
2008-07-06 | Fix display bug with prefix_align_max option (bug #23777) | Sebastien Helleu | |
2008-06-28 | Fix display bug with alignment for sublines when there's no prefix displayed ↵ | Sebastien Helleu | |
in buffer | |||
2008-06-27 | Add input bar item, add "hidden" flag for bars, fix some display bugs with bars | Sebastien Helleu | |
2008-06-20 | Fix bug with current buffer and hotlist: now it's added to hotlist if user ↵ | Sebastien Helleu | |
is scrolling up buffer | |||
2008-06-19 | Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden) | Sebastien Helleu | |
2008-06-07 | Fix display bug with prefix when filters are enable: do not count prefix ↵ | Sebastien Helleu | |
length if line is not displayed | |||
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-06-01 | Reintroduce highlight (move code from irc plugin to core) | Sebastien Helleu | |
2008-04-25 | Fixed bug with print_y: now scripts can print empty line to remove a line | Sebastien Helleu | |
2008-04-19 | Fixed output of names on channels (now it's sorted/grouped/colored, like ↵ | Sebastien Helleu | |
v0.2.6) (bug #22935), added "nicklist" infolist | |||
2008-04-16 | Added "toggle" value for /set on boolean options, fixed refresh bugs, added ↵ | Sebastien Helleu | |
option type for infolist "options" | |||
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu | |
2008-04-03 | Bugs fixed with bars | Sebastien Helleu | |
2008-04-03 | Fixed compilation problems when gnutls dev lib is not found | Sebastien Helleu | |
2008-03-28 | Added preliminary support of new buffer type, with free content | Sebastien Helleu | |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer ↵ | Sebastien Helleu | |
type (patch from Leonid Evdokimov) | |||
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
2008-02-22 | New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar ↵ | Sebastien Helleu | |
display, fixed nick in input for IRC buffers The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin). If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc"). | |||
2008-02-01 | Fixed bug with prefixes in config file | Sebastien Helleu | |
2008-01-06 | Added hotlist option for buffer in plugins API, improved buffer refreshs | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2007-12-18 | All messages translated to french, fixed bugs/typos in some messages | Sebastien Helleu | |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-10 | Many changes in IRC plugin | Sebastien Helleu | |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu | |
2007-12-01 | New config functions, almost entirely rewritten from scratch | Sebastien Helleu | |
2007-11-24 | Renamed WeeChat log functions | Sebastien Helleu | |
2007-11-11 | Added log directory creation in logger plugin, removed unused log config ↵ | Sebastien Helleu | |
options in core | |||
2007-11-07 | Added print hooks (to catch any printf on buffers) | Sebastien Helleu | |
2007-11-05 | Added string_remove_quotes() function, use of argv and argv_eol for WeeChat ↵ | Sebastien Helleu | |
commands arguments | |||
2007-11-05 | Added date option for printf functions (weechat core and plugins API) | Sebastien Helleu | |
2007-11-04 | Fixed display bug with truncation of long lines | Sebastien Helleu | |
2007-11-04 | Fixed display bug with long lines | Sebastien Helleu | |