Age | Commit message (Expand) | Author |
2008-06-19 | Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden) | Sebastien Helleu |
2008-06-17 | New plugin "notify", new option for debug messages in plugins | 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-06 | Fix bug when user closes buffer with free content: buffers with higher number... | Sebastien Helleu |
2008-04-30 | Fixed crash with scripts when WeeChat calls functions of many scripts at same... | Sebastien Helleu |
2008-04-17 | Added infolist "window", scroll in buffers with free content, fixed config ho... | Sebastien Helleu |
2008-04-17 | Fixed crash when nicklist is top/bottom and that we open a new buffer with a ... | Sebastien Helleu |
2008-04-16 | Added "toggle" value for /set on boolean options, fixed refresh bugs, added o... | Sebastien Helleu |
2008-04-15 | Added keys by buffer (useful for buffers with free content that need own keys) | Sebastien Helleu |
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 | New features and bug fixes with bars | 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 typ... | Sebastien Helleu |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), fixe... | Sebastien Helleu |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu |
2008-02-22 | New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis... | Sebastien Helleu |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu |
2008-02-01 | Fixed bugs/crashs when closing buffers | Sebastien Helleu |
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to leave... | Sebastien Helleu |
2008-01-30 | Nick completion enabled again, plugins can now override default nick completi... | Sebastien Helleu |
2008-01-29 | Reduced number of screen refreshs, fixed display bug with title bar | Sebastien Helleu |
2008-01-10 | Added some missing functions in Perl plugin API | Sebastien Helleu |
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 |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, replac... | Sebastien Helleu |
2007-12-13 | Renamed hook "event" to "signal" | Sebastien Helleu |
2007-12-10 | Many changes in IRC plugin | Sebastien Helleu |
2007-12-09 | Changes in IRC plugin to use new API | Sebastien Helleu |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu |
2007-12-04 | Removed WeeChat "command" structure, now all internal commands are hooked whe... | Sebastien Helleu |
2007-12-01 | New config functions, almost entirely rewritten from scratch | Sebastien Helleu |
2007-11-26 | Added input_data callback argument to gui_buffer_new() function | Sebastien Helleu |
2007-11-24 | Renamed WeeChat log functions | Sebastien Helleu |
2007-11-11 | Added logger plugin | Sebastien Helleu |
2007-11-11 | Event hook added | Sebastien Helleu |
2007-11-06 | Added option "set" for /buffer command | Sebastien Helleu |
2007-11-05 | Added string_remove_quotes() function, use of argv and argv_eol for WeeChat c... | Sebastien Helleu |
2007-11-04 | Added check of buffer pointer in weechat_printf (plugins API) | Sebastien Helleu |
2007-10-31 | Renamed many sources and functions in src/gui, improved display of messages i... | Sebastien Helleu |
2007-09-20 | Moved IRC sources from src/irc/ to src/protocols/irc/ | Sebastien Helleu |
2007-08-31 | Added "/debug buffer" command to see raw buffer content | Sebastien Helleu |
2007-08-30 | Fixed crash when searching text in buffer with ctrl-R (bug #20938) | Sebastien Helleu |
2007-08-16 | Code cleanup: renamed some constants and variables (prefix added) | Sebastien Helleu |
2007-07-18 | Added "buffer_move" event handler to plugins API (task #6708) | Sebastien Helleu |
2007-07-15 | Added key function "jump_previous_buffer" to jump to buffer previously displa... | Sebastien Helleu |
2007-07-12 | Fixed bugs with IRC color in messages, now color codes are inserted in comman... | Sebastien Helleu |