Age | Commit message (Expand) | Author |
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 |
2009-02-18 | Display clock skew detection only if debug for core is >= 1 | Sebastien Helleu |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu |
2009-02-17 | Use string instead of char for prefixes in nicklist | Sebastien Helleu |
2009-02-17 | Free all proxies before exiting | Sebastien Helleu |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in plugin... | Sebastien Helleu |
2009-02-07 | Add hidden command line option --no-dlclose to remove dlclose() for unloaded ... | Sebastien Helleu |
2009-02-05 | Add some extra tests on arguments for config functions | Sebastien Helleu |
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu |
2009-02-02 | Fix crash when read marker is moved before first line displayed (when first l... | Sebastien Helleu |
2009-01-30 | Add plugin name in buffer name for filters | Sebastien Helleu |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu |
2009-01-07 | Remove some compiler warnings | Sebastien Helleu |
2009-01-04 | Rename options in proxy structure | Sebastien Helleu |
2009-01-04 | Fix crash when creating bar, rename options in bar structure | Sebastien Helleu |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu |
2009-01-03 | Add error message when a command failed, fix typos in aspell plugin | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC s... | Sebastien Helleu |
2008-12-19 | Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar | Sebastien Helleu |
2008-12-19 | Add sub-items in bars (items glued with "+" as separator instead of comma), a... | Sebastien Helleu |
2008-12-17 | Improve /upgrade command: expand "~" with user home, check that binary exists... | Sebastien Helleu |
2008-12-17 | Use nick color for display of IRC action messages | Sebastien Helleu |
2008-12-16 | Add new filling options in /help bar | Sebastien Helleu |
2008-12-15 | Add new bar filling types: columns_horizontal and columns_vertical | Sebastien Helleu |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu |
2008-12-10 | Add new plugin "relay", new function "string_format_size" in plugin API | Sebastien Helleu |
2008-11-29 | Fix bugs with hook_print function in scripts | Sebastien Helleu |
2008-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | Sebastien Helleu |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu |
2008-11-24 | Fix option weechat.look.color_nicks_number, value is now immediately applied ... | Sebastien Helleu |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-22 | Save last read line (for marker) within /upgrade | Sebastien Helleu |
2008-11-22 | Add missing options in /help window | Sebastien Helleu |