Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-13 | Do not refresh buffer if displayed line is filtered (hidden) | Sebastien Helleu | |
2009-06-12 | Fix bug with some utf-8 chars in input line | Sebastien Helleu | |
2009-06-11 | Fix display bug with color/attribute chars (< 32) in command line (bug #26749) | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-17 | Fix typo: formated -> formatted | Sebastien Helleu | |
2009-05-04 | Disable print hooks during display of backlog (in logger plugin) | Sebastien Helleu | |
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu | |
2009-03-15 | Add property in buffer to hide time for all lines | Sebastien Helleu | |
2009-03-06 | Add new hook type "process": launch command with fork and catch result ↵ | Sebastien Helleu | |
(rc/stdout/stderr) via callback | |||
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu | |
2009-02-02 | Fix crash when read marker is moved before first line displayed (when first ↵ | Sebastien Helleu | |
line of buffer is removed) | |||
2009-02-01 | Add signal weechat_pv for private messages | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | Sebastien Helleu | |
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 | |