Age | Commit message (Expand) | Author |
2008-09-03 | Reintroduce /ignore command to ignore IRC nicks/hosts, using regex | Sebastien Helleu |
2008-09-03 | Add infolist for list of filters ("filter") | Sebastien Helleu |
2008-09-03 | Add "no_filter" tag, to prevent some lines to be filtered (like output of /fi... | Sebastien Helleu |
2008-09-02 | Add hotlist infolist | Sebastien Helleu |
2008-09-02 | Fix refresh bug with bars when items are empty and size is zero (auto) | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | 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 |
2008-07-28 | Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943) | Sebastien Helleu |
2008-07-18 | Fix bug with buffer_search function in scripts (with empty arguments, to find... | Sebastien Helleu |
2008-07-10 | Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ... | Sebastien Helleu |
2008-07-06 | Fix display bug with history_next in input bar (text not erased) | Sebastien Helleu |
2008-07-06 | Fix display bug with prefix_align_max for highlighted lines | Sebastien Helleu |
2008-07-06 | Display number of lines remaining after last line displayed screen in "-MORE-... | 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-07-04 | Fix some warnings with cmake 2.6 | Julien Louis |
2008-07-03 | Fix "more" indicator when filters are enabled with some lines hidden (bug #23... | Sebastien Helleu |
2008-07-03 | Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll | Sebastien Helleu |
2008-06-28 | Add "buffer_title" bar item, and create title bar when using /bar default | Sebastien Helleu |
2008-06-28 | Add "default" option to command /bar, to create default bars (today only inpu... | Sebastien Helleu |
2008-06-28 | Fix display bug with alignment for sublines when there's no prefix displayed ... | Sebastien Helleu |
2008-06-27 | Add input bar item, add "hidden" flag for bars, fix some display bugs with bars | Sebastien Helleu |
2008-06-24 | Fix refresh bug when bar priority is changed with /set command | Sebastien Helleu |
2008-06-22 | Display [F] for buffer_filter item only if filters are enabled and that at le... | Sebastien Helleu |
2008-06-22 | Add delimiter color for bars, fix some bugs with bars | Sebastien Helleu |
2008-06-21 | Remove infobar | Sebastien Helleu |
2008-06-20 | Scroll to bottom of buffer when using smart jump (alt-a) | Sebastien Helleu |
2008-06-20 | Fix bug with current buffer and hotlist: now it's added to hotlist if user is... | Sebastien Helleu |
2008-06-19 | Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden) | Sebastien Helleu |
2008-06-19 | Fix display bug with marker line when there's some filtered lines (marker was... | Sebastien Helleu |
2008-06-18 | Add new options for completion, optional stop instead of cycling with words f... | Sebastien Helleu |
2008-06-17 | New plugin "notify", new option for debug messages in plugins | Sebastien Helleu |
2008-06-16 | Remove space before vertical bar (after prefix), if there's no prefix at all ... | Sebastien Helleu |
2008-06-15 | Fix bug/crash when any color option is changed (bug #23566) | Sebastien Helleu |
2008-06-07 | Fix display bug with prefix when filters are enable: do not count prefix leng... | Sebastien Helleu |
2008-06-03 | Uncomment code for using keys to jump to previous/next highlight in buffer | Sebastien Helleu |
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-05-20 | Remove old dcc code, unused now | Sebastien Helleu |
2008-05-20 | Fix crash when adding nick after call to nicklist_remove_all | Sebastien Helleu |
2008-05-20 | Add hook_connect (background connection to peer) | Sebastien Helleu |
2008-05-15 | Fix crash on FreeBSD 7 with term title reset | Sebastien Helleu |
2008-05-13 | Disable auto-connect for plugins with command line option ("-a") | Sebastien Helleu |
2008-05-11 | New input action "set_unread_current_buffer" to set unread marker for current... | Sebastien Helleu |
2008-05-10 | Remove unused variables | Sebastien Helleu |
2008-05-09 | Fix color display bug on lines (when length of line is more than chat width) | Sebastien Helleu |
2008-05-06 | Fix bug when user closes buffer with free content: buffers with higher number... | Sebastien Helleu |
2008-05-06 | Do not clean all GUI objects when crashing after SIGSEGV (this can cause cras... | Sebastien Helleu |
2008-05-06 | IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ... | Sebastien Helleu |