summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-05-22Fix help and completion of /input commandSebastien Helleu
2008-05-22Increase number of authorized calls to same command (recursive calls), from ↵Sebastien Helleu
1 to 5 (more than 5 is considered as looping)
2008-05-22Fix bug with plugin path when loading with "/plugin load": replace ~ by user ↵Sebastien Helleu
home directory
2008-05-22Fix crash with version comparison (when loading plugin)Sebastien Helleu
2008-05-20Remove old dcc code, unused nowSebastien Helleu
2008-05-20Fix crash when adding nick after call to nicklist_remove_allSebastien Helleu
2008-05-20Add hook_connect (background connection to peer)Sebastien Helleu
2008-05-15Fix crash on FreeBSD 7 with term title resetSebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option ↵Sebastien Helleu
for irc plugin
2008-05-15Update message from IRC plugin when connection fails thru proxySebastien Helleu
2008-05-02Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocolsSebastien Helleu
2008-05-14Fix compilation warning with snprintf of time_t (long int) on FreeBSDSebastien Helleu
2008-05-13Disable auto-connect for plugins with command line option ("-a")Sebastien Helleu
2008-05-11Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocolsSebastien Helleu
2008-05-11Add "list" and "listfull" options to /xfer commandSebastien Helleu
2008-05-11New input action "set_unread_current_buffer" to set unread marker for ↵Sebastien Helleu
current buffer only (task #7286)
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 ↵Sebastien Helleu
number were not decreased
2008-05-06Fix crash after closing channels/pv (internal channel structure was not ↵Sebastien Helleu
deleted) (bug #23178)
2008-05-06Do not clean all GUI objects when crashing after SIGSEGV (this can cause ↵Sebastien Helleu
crash inside crash!)
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ↵Sebastien Helleu
by /dcc command)
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)
2008-05-04Fixed bug with pv buffer name (this name was changed when someone changes ↵Sebastien Helleu
nick on server)
2008-05-02Fix compilation of xfer plugin on FreeBSDSebastien 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-30Added comment in source for SIGHUP signalSebastien Helleu
2008-04-30Fixed crash with scripts when WeeChat calls functions of many scripts at ↵Sebastien Helleu
same time with callbacks (bug #23109)
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 ↵Sebastien Helleu
current window
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 ↵Sebastien Helleu
#23078)
2008-04-27Added marker line (or dotted line), more visible than single magenta char ↵Sebastien Helleu
(char is still possible)
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" ↵Sebastien Helleu
and "--n" for integers and colors
2008-04-24Fixed bug with bar auto-sizing in windowsSebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added ↵Sebastien Helleu
config_get/config_get_plugin/config_set_plugin in script API