Age | Commit message (Expand) | Author |
2008-05-22 | Fix help and completion of /input command | Sebastien Helleu |
2008-05-22 | Increase number of authorized calls to same command (recursive calls), from 1... | Sebastien Helleu |
2008-05-22 | Fix bug with plugin path when loading with "/plugin load": replace ~ by user ... | Sebastien Helleu |
2008-05-22 | Fix crash with version comparison (when loading plugin) | Sebastien Helleu |
2008-05-20 | Remove old dcc code, unused now | Sebastien Helleu |
2008-05-20 | Fix crash when adding nick after call to nicklist_remove_all | Sebastien Helleu |
2008-05-20 | Add hook_connect (background connection to peer) | Sebastien Helleu |
2008-05-15 | Fix crash on FreeBSD 7 with term title reset | Sebastien Helleu |
2008-05-15 | Add arguments for plugin init functions and "irc://.." command line option fo... | Sebastien Helleu |
2008-05-15 | Update message from IRC plugin when connection fails thru proxy | Sebastien Helleu |
2008-05-02 | Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocols | Sebastien Helleu |
2008-05-14 | Fix compilation warning with snprintf of time_t (long int) on FreeBSD | Sebastien Helleu |
2008-05-13 | Disable auto-connect for plugins with command line option ("-a") | Sebastien Helleu |
2008-05-11 | Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocols | Sebastien Helleu |
2008-05-11 | Add "list" and "listfull" options to /xfer command | Sebastien Helleu |
2008-05-11 | New input action "set_unread_current_buffer" to set unread marker for current... | Sebastien Helleu |
2008-05-11 | Add message about /upgrade command, temporarirly disabled | Sebastien Helleu |
2008-05-10 | Remove unused variables | Sebastien Helleu |
2008-05-09 | Fix color display bug on lines (when length of line is more than chat width) | Sebastien Helleu |
2008-05-07 | Mask allowed with /unset command (for mass-reset options) (task #6085) | Sebastien Helleu |
2008-05-07 | New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140) | Sebastien Helleu |
2008-05-07 | Xfer file resume (for DCC protocol) is back | Sebastien Helleu |
2008-05-06 | Xfer list: help about keys, fix of minor display bugs | Sebastien Helleu |
2008-05-06 | Do not automatically switch to xfer buffer, except by /xfer command | Sebastien Helleu |
2008-05-06 | Fix bug when user closes buffer with free content: buffers with higher number... | Sebastien Helleu |
2008-05-06 | Fix crash after closing channels/pv (internal channel structure was not delet... | Sebastien Helleu |
2008-05-06 | Do not clean all GUI objects when crashing after SIGSEGV (this can cause cras... | Sebastien Helleu |
2008-05-06 | IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ... | Sebastien Helleu |
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-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 | 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 |