Age | Commit message (Expand) | Author |
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt for... | Sebastien Helleu |
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-10-14 | Fix wrong hotlist after upgrade when /upgrade is done with empty hotlist | Sebastien Helleu |
2008-10-14 | Fix restore of WeeChat main buffer after /upgrade | Sebastien Helleu |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu |
2008-10-08 | Add function to get plugin name (return "core" for WeeChat core) | Sebastien Helleu |
2008-10-08 | Fix /reload command (now reloads config files with no reload callback) | Sebastien Helleu |
2008-10-03 | Add color for marker on lines where text sought is found | Sebastien Helleu |
2008-10-02 | Add new option scroll_page_percent to choose percent of height to scroll with... | Sebastien Helleu |
2008-10-02 | Add new /layout command and save_layout_on_exit config option, to save/restor... | Sebastien Helleu |
2008-09-30 | Fix some memory leaks | Sebastien Helleu |
2008-09-26 | Add some missing functions in API: hook_connect and infolist creation | Sebastien Helleu |
2008-09-24 | Fix /upgrade when there is one buffer for all IRC servers | Sebastien Helleu |
2008-09-23 | Fix help of /bar command | Sebastien Helleu |
2008-09-23 | Fix bug when changing options look.set_title and look.save_on_exit (bug #24350) | Sebastien Helleu |
2008-09-22 | Fix network connection for hostnames resolving to several IPs: try all IPs in... | Sebastien Helleu |
2008-09-22 | Return IPv4/IPv6 address to connect hook callback when connection is ok (used... | Sebastien Helleu |
2008-09-18 | Replace french word "pourcentage" by percentage | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-05 | Many changes in doc | Sebastien Helleu |
2008-09-03 | Reintroduce /ignore command to ignore IRC nicks/hosts, using regex | Sebastien Helleu |
2008-09-03 | Add "no_filter" tag, to prevent some lines to be filtered (like output of /fi... | Sebastien Helleu |
2008-09-02 | Add description for info and infolist hooks | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |
2008-08-24 | Add nick filtering example in /help filter | Sebastien Helleu |
2008-08-24 | Add some examples in /help filter | Sebastien Helleu |
2008-08-24 | Add some variables in infolist for config options | Sebastien Helleu |
2008-08-22 | Add hook infolist to plugins API, fix bugs with gettext in plugins | Sebastien Helleu |
2008-08-22 | Fix IRC /server command, fix bugs with IRC servers options, remove temporary ... | Sebastien Helleu |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu |
2008-07-18 | Fix bug with input line when it starts with "//" (command is no more executed) | Sebastien Helleu |
2008-07-10 | Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ... | Sebastien Helleu |
2008-07-08 | Remove error message when bar is not found for scroll | Sebastien Helleu |
2008-07-03 | Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll | Sebastien Helleu |
2008-06-29 | Fix error displayed with /buffer command | Sebastien Helleu |
2008-06-28 | Fix error with command /window (sometimes error is displayed and should not) | Sebastien Helleu |
2008-06-28 | Add "default" option to command /bar, to create default bars (today only inpu... | Sebastien Helleu |
2008-06-27 | Fix error message for /buffer and /window commands when option is unknown | Sebastien Helleu |
2008-06-27 | Add input bar item, add "hidden" flag for bars, fix some display bugs with bars | Sebastien Helleu |
2008-06-22 | Add delimiter color for bars, fix some bugs with bars | Sebastien Helleu |
2008-06-21 | Remove infobar | Sebastien Helleu |
2008-06-18 | Add new options for completion, optional stop instead of cycling with words f... | Sebastien Helleu |
2008-06-17 | New plugin "notify", new option for debug messages in plugins | Sebastien Helleu |
2008-06-16 | New defaut time format for buffer lines | Sebastien Helleu |
2008-06-15 | Fix weechat slogan (and it's now translated) (bug #23531) | Sebastien Helleu |
2008-06-15 | Fix bug/crash when any color option is changed (bug #23566) | Sebastien Helleu |
2008-06-07 | Fix crash with config reload and bug with empty key section (no more keys aft... | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-06-02 | Add constants for config file read/write/set/unset callbacks | Sebastien Helleu |