Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-24 | core: add option weechat.look.hotlist_add_buffer_if_away | Sebastien Helleu | |
2011-04-23 | core: add buffer to hotlist if away is set on buffer (even if buffer is ↵ | Sebastien Helleu | |
displayed) (task #10948), do not update hotlist during upgrade | |||
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-01-01 | Update copyright dates | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-06-24 | Consider private message as highlight when comparing message level to buffer ↵ | Sebastien Helleu | |
notify value | |||
2009-06-13 | Remove all merged buffers from hotlist, instead of only current selected buffer | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-12 | Add buffer pointer in hotlist infolist | Sebastien Helleu | |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu | |
It is still possible to see messages by changing debug level for "core" or plugins (perl, python, ruby, lua, tcl). | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu | |
2008-11-03 | Fix hotlist: do not add a buffer if it is displayed by at least one window | Sebastien Helleu | |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu | |
2008-09-02 | Add hotlist infolist | 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-06-17 | New plugin "notify", new option for debug messages in plugins | 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-11 | Fix hotlist update when buffer is current one | Sebastien Helleu | |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu | |
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued... | |||
2008-01-09 | Partial migration of Perl plugin to new API | 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-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
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-01 | Cleanup WeeChat error and warning messages, updated po files | Sebastien Helleu | |
2007-10-31 | Renamed many sources and functions in src/gui, improved display of messages ↵ | Sebastien Helleu | |
in buffer (faster and using less memory) | |||
2007-10-31 | Moved files from src/common to core, gui and plugins directories | Sebastien Helleu | |