Age | Commit message (Expand) | Author |
2008-02-01 | Fixed some refreshs | Sebastien Helleu |
2008-02-01 | Fixed bug with prefixes in config file | 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-28 | Fixed bug when switching window, scrollback is now preserved (task #7680) | Sebastien Helleu |
2008-01-27 | Added config file functions in plugins API, improved /reload and /save comman... | Sebastien Helleu |
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal... | Sebastien Helleu |
2008-01-15 | Fixed refresh problem when a buffer is cleared | 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-03 | Fixed bug with nicklist size | 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-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, replac... | Sebastien Helleu |
2007-12-14 | Improved main loop (less CPU usage), better precision for timers, use of one ... | Sebastien Helleu |
2007-12-13 | Renamed hook "event" to "signal" | Sebastien Helleu |
2007-12-11 | Many changes in IRC plugin, added IRC specific completions | 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 | Added completion hook, to let plugins add custom completions for commands | Sebastien Helleu |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu |
2007-12-06 | Fixed bug with command history: now test with previous is case sensitive | Sebastien Helleu |
2007-12-04 | Removed WeeChat "command" structure, now all internal commands are hooked whe... | Sebastien Helleu |
2007-12-03 | Added alias plugin, added missing config file functions in plugins API | Sebastien Helleu |
2007-12-01 | New config functions, almost entirely rewritten from scratch | Sebastien Helleu |
2007-11-26 | Added command hooks to completion, removed obsolete "IRC commands" completion | 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 log directory creation in logger plugin, removed unused log config opti... | Sebastien Helleu |
2007-11-11 | Added logger plugin | Sebastien Helleu |
2007-11-11 | Event hook added | Sebastien Helleu |
2007-11-08 | Added default keys for alt-left/right for konsole | Sebastien Helleu |
2007-11-07 | Added print hooks (to catch any printf on buffers) | 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-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 | Added check of buffer pointer in weechat_printf (plugins API) | Sebastien Helleu |
2007-11-04 | Fixed display bug with long lines | 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 i... | Sebastien Helleu |
2007-10-31 | Moved files from src/common to core, gui and plugins directories | Sebastien Helleu |
2007-09-21 | Added build of protocols lib, IRC protocol is now optional for build | Sebastien Helleu |
2007-09-20 | Moved IRC sources from src/irc/ to src/protocols/irc/ | Sebastien Helleu |
2007-09-19 | Fixed nick completion bug (missing space after nick) | Sebastien Helleu |
2007-09-02 | Fixed display bug with some special chars in messages (some words were trunca... | Sebastien Helleu |
2007-09-02 | Fixed paste detection: does not count empty lines (bug #20953) | Sebastien Helleu |
2007-08-31 | Removed compilation warning when plugins are not compiled | Sebastien Helleu |