summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-11New input action "set_unread_current_buffer" to set unread marker for current...Sebastien Helleu
2008-05-11Add message about /upgrade command, temporarirly disabledSebastien Helleu
2008-05-10Remove unused variablesSebastien Helleu
2008-05-09Fix color display bug on lines (when length of line is more than chat width)Sebastien Helleu
2008-05-07Mask allowed with /unset command (for mass-reset options) (task #6085)Sebastien Helleu
2008-05-07New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140)Sebastien Helleu
2008-05-07Xfer file resume (for DCC protocol) is backSebastien Helleu
2008-05-06Xfer list: help about keys, fix of minor display bugsSebastien Helleu
2008-05-06Do not automatically switch to xfer buffer, except by /xfer commandSebastien Helleu
2008-05-06Fix bug when user closes buffer with free content: buffers with higher number...Sebastien Helleu
2008-05-06Fix crash after closing channels/pv (internal channel structure was not delet...Sebastien Helleu
2008-05-06Do not clean all GUI objects when crashing after SIGSEGV (this can cause cras...Sebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...Sebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu
2008-05-04Fixed bug with pv buffer name (this name was changed when someone changes nic...Sebastien Helleu
2008-05-02Added CPACK options for cmake build, to build source or binary packageSebastien Helleu
2008-04-30Fixed typo in default command for page_up keySebastien Helleu
2008-04-30Fixed string explode (when there's only delimiters in string) (bug #23123)Sebastien Helleu
2008-04-30IRC colors reintroducedSebastien Helleu
2008-04-30Updated ChangeLogSebastien Helleu
2008-04-30Added comment in source for SIGHUP signalSebastien Helleu
2008-04-30Fixed crash with scripts when WeeChat calls functions of many scripts at same...Sebastien Helleu
2008-04-29Removed key functions (replaced by /input command)Sebastien Helleu
2008-04-29Added bar priority (replaces bar number)Sebastien Helleu
2008-04-29Added "current" option for infolist "window", to retrieve infolist for curren...Sebastien Helleu
2008-04-28Send quit signal when terminal is lost (clean quit: disconnect from servers, ..)flashcode
2008-04-28Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocolsSebastien Helleu
2008-04-28Added missing call to config hook when an option is "unset"Sebastien Helleu
2008-04-28Fixed infinite loop when closing terminal without using /quit command (bug #2...Sebastien Helleu
2008-04-27Added marker line (or dotted line), more visible than single magenta char (ch...Sebastien Helleu
2008-04-27Fixed nick display as prefix, use of nickmode and nickmode_empty settings againSebastien Helleu
2008-04-27New default keys for scroll_top/bottomSebastien Helleu
2008-04-25Fixed bug with print_y: now scripts can print empty line to remove a lineSebastien Helleu
2008-04-24Added completion with possible values for /set, new possible values "++n" and...Sebastien Helleu
2008-04-24Fixed bug with bar auto-sizing in windowsSebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added config_get/config_get...Sebastien Helleu
2008-04-23Added missing IRC headers files in cmake and automake targetsSebastien Helleu
2008-04-23Fixed perl plugin compilation with old gcc versionsSebastien Helleu
2008-04-22Added conditions for bar display and bar max sizeSebastien Helleu
2008-04-21Updated READMESebastien Helleu
2008-04-20Fixed broken completion on buffers where nicklist is not displayed (bug #23006)Sebastien Helleu
2008-04-20Updated READMESebastien Helleu
2008-04-20Fixed display bug with nicklist and option weechat.look.nicklistSebastien Helleu
2008-04-19Close all buffers created by a plugin when plugin is unloaded (bug #22978)Sebastien Helleu
2008-04-19Fixed bug with print_y in script APISebastien Helleu
2008-04-19Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2...Sebastien Helleu
2008-04-19Fixed bug with use of wrong command hooked (bug #22974)Sebastien Helleu
2008-04-18Replaced /builtin command by /command, and can now be used to launch commands...Sebastien Helleu
2008-04-18Fixed /redraw aliasSebastien Helleu
2008-04-18Delete IRC server when last option for a server is deleted (with /unset)Sebastien Helleu