Age | Commit message (Expand) | Author |
2009-05-10 | Add function window_set_title in API (task #9361) | Sebastien Helleu |
2009-05-09 | Add completion %(irc_privates), used by /buffer (completes with channels and pv) | Sebastien Helleu |
2009-05-09 | Fix completion with non-latin nicks (bug #18993) | Sebastien Helleu |
2009-05-08 | Improve display of filter indicator in status bar, add option for color | Sebastien Helleu |
2009-05-05 | Add description of notify levels in /help buffer | Sebastien Helleu |
2009-05-04 | Remove messages displayed when hiding/showing a bar | Sebastien Helleu |
2009-05-03 | Fix help of /set command (remove french words) | Sebastien Helleu |
2009-05-03 | Add error message when option is unknown for /key command | Sebastien Helleu |
2009-04-26 | Remove time in weechat.log file when dumping data (crash or user is asking dump) | Sebastien Helleu |
2009-04-26 | Fix 0 byte alloc in command template | Sebastien Helleu |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu |
2009-04-24 | Fix typo: easyly -> easily | Sebastien Helleu |
2009-04-24 | Remove notify plugin (moved to core) | Sebastien Helleu |
2009-04-21 | Add new option weechat.look.jump_current_to_previous_buffer | Sebastien Helleu |
2009-04-15 | Remove *.upgrade files in weechat dir after /upgrade | Sebastien Helleu |
2009-04-15 | Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower() | Sebastien Helleu |
2009-04-14 | Fix text search in buffer with some utf-8 chars (bug #25649) | Sebastien Helleu |
2009-04-11 | Fix completion for /key unbind | Sebastien Helleu |
2009-04-11 | Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmp | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-07 | Some improvements on key bindings | Sebastien Helleu |
2009-04-05 | Fix creation of integer options, when created from a script plugin (if string... | Sebastien Helleu |
2009-04-04 | Check that callback value is not NULL in hook functions | Sebastien Helleu |
2009-04-03 | Add new option "weechat.completion.nick_add_space" (add space after nick comp... | Sebastien Helleu |
2009-04-03 | Fix crash when integer option (set with string) is wrong in a config file | Sebastien Helleu |
2009-04-01 | Fix bug with partial completions | Sebastien Helleu |
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu |
2009-03-29 | Fix help of /buffer command | Sebastien Helleu |
2009-03-28 | Add cmake files in package built by autotools | Sebastien Helleu |
2009-03-28 | Fix bug with /ignore when mask begins with "|" (bug #26037) | Sebastien Helleu |
2009-03-27 | Fix SSL connection to some IRC servers using Diffie Hellman and small exchang... | Sebastien Helleu |
2009-03-22 | Add option aspell.check.real_time (off by default), fix bugs with aspell and ... | Sebastien Helleu |
2009-03-21 | Use of brackets {} around nicklist count in default status bar | Sebastien Helleu |
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu |
2009-03-21 | Add color around plugin name in help for commands | Sebastien Helleu |
2009-03-20 | Add buffer name completion for command /filter | Sebastien Helleu |
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu |
2009-03-15 | Add key alt+'=' in /help filter | Sebastien Helleu |
2009-03-15 | Add property in buffer to hide time for all lines | Sebastien Helleu |
2009-03-15 | Add missing call to change callback when setting option with integer value, u... | Sebastien Helleu |
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | Sebastien Helleu |
2009-03-07 | Remove date written in config files headers (patch #6766) | Sebastien Helleu |
2009-03-06 | Add new hook type "process": launch command with fork and catch result (rc/st... | Sebastien Helleu |
2009-02-26 | Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ... | Sebastien Helleu |
2009-02-23 | Test return code of some malloc/strdup | Sebastien Helleu |
2009-02-22 | Add missing option "toggle" in /help bar | Sebastien Helleu |
2009-02-22 | Add upgrade functions in script plugin API | Sebastien Helleu |
2009-02-21 | Add missing config functions in script plugin API to free sections and options | Sebastien Helleu |
2009-02-19 | Fix bug in config_file_write_line with empty value, when called from script p... | Sebastien Helleu |