Age | Commit message (Expand) | Author |
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ... | Sebastien Helleu |
2008-05-04 | Fixed bug with pv buffer name (this name was changed when someone changes nic... | Sebastien Helleu |
2008-05-02 | Fix compilation of xfer plugin on FreeBSD | Sebastien Helleu |
2008-05-02 | Added CPACK options for cmake build, to build source or binary package | Sebastien Helleu |
2008-04-30 | Fixed typo in default command for page_up key | Sebastien Helleu |
2008-04-30 | Fixed string explode (when there's only delimiters in string) (bug #23123) | Sebastien Helleu |
2008-04-30 | IRC colors reintroduced | Sebastien Helleu |
2008-04-30 | Updated ChangeLog | Sebastien Helleu |
2008-04-30 | Added comment in source for SIGHUP signal | Sebastien Helleu |
2008-04-30 | Fixed crash with scripts when WeeChat calls functions of many scripts at same... | Sebastien Helleu |
2008-04-29 | Removed key functions (replaced by /input command) | Sebastien Helleu |
2008-04-29 | Added bar priority (replaces bar number) | Sebastien Helleu |
2008-04-29 | Added "current" option for infolist "window", to retrieve infolist for curren... | Sebastien Helleu |
2008-04-28 | Send quit signal when terminal is lost (clean quit: disconnect from servers, ..) | flashcode |
2008-04-28 | Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocols | Sebastien Helleu |
2008-04-28 | Added missing call to config hook when an option is "unset" | Sebastien Helleu |
2008-04-28 | Fixed infinite loop when closing terminal without using /quit command (bug #2... | Sebastien Helleu |
2008-04-27 | Added marker line (or dotted line), more visible than single magenta char (ch... | Sebastien Helleu |
2008-04-27 | Fixed nick display as prefix, use of nickmode and nickmode_empty settings again | Sebastien Helleu |
2008-04-27 | New default keys for scroll_top/bottom | Sebastien Helleu |
2008-04-25 | Fixed bug with print_y: now scripts can print empty line to remove a line | Sebastien Helleu |
2008-04-24 | Added completion with possible values for /set, new possible values "++n" and... | Sebastien Helleu |
2008-04-24 | Fixed bug with bar auto-sizing in windows | Sebastien Helleu |
2008-04-24 | Added filling/color_fg/color_bg options for bars, added config_get/config_get... | Sebastien Helleu |
2008-04-23 | Added missing IRC headers files in cmake and automake targets | Sebastien Helleu |
2008-04-23 | Fixed perl plugin compilation with old gcc versions | Sebastien Helleu |
2008-04-22 | Added conditions for bar display and bar max size | Sebastien Helleu |
2008-04-21 | Updated README | Sebastien Helleu |
2008-04-20 | Fixed broken completion on buffers where nicklist is not displayed (bug #23006) | Sebastien Helleu |
2008-04-20 | Updated README | Sebastien Helleu |
2008-04-20 | Fixed display bug with nicklist and option weechat.look.nicklist | Sebastien Helleu |
2008-04-19 | Close all buffers created by a plugin when plugin is unloaded (bug #22978) | Sebastien Helleu |
2008-04-19 | Fixed bug with print_y in script API | Sebastien Helleu |
2008-04-19 | Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2... | Sebastien Helleu |
2008-04-19 | Fixed bug with use of wrong command hooked (bug #22974) | Sebastien Helleu |
2008-04-18 | Replaced /builtin command by /command, and can now be used to launch commands... | Sebastien Helleu |
2008-04-18 | Fixed /redraw alias | Sebastien Helleu |
2008-04-18 | Delete IRC server when last option for a server is deleted (with /unset) | Sebastien Helleu |
2008-04-18 | Added option name and value when option is changed with /set command | Sebastien Helleu |
2008-04-18 | Use of /window command for some key bindings with actions on current window (... | Sebastien Helleu |
2008-04-17 | Added infolist "window", scroll in buffers with free content, fixed config ho... | Sebastien Helleu |
2008-04-17 | Fixed refresh problem (empty screen after resizing terminal to very small siz... | 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-17 | Fixed bug with IRC /query command | Sebastien Helleu |
2008-04-16 | Added "toggle" value for /set on boolean options, fixed refresh bugs, added o... | Sebastien Helleu |
2008-04-16 | Fixed bug with display of nicklist scroll indicator | Sebastien Helleu |
2008-04-15 | Added keys by buffer (useful for buffers with free content that need own keys) | Sebastien Helleu |
2008-04-15 | Fixed bug with alias, use current buffer to run commands (bug #22876) | Sebastien Helleu |
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set wit... | Sebastien Helleu |
2008-04-14 | Use of "string_explode" to send many messages to IRC server | Sebastien Helleu |