summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-02Add compiler flag -Werror-implicit-function-declarationSebastien Helleu
2008-06-02Add constants for config file read/write/set/unset callbacksSebastien Helleu
2008-06-02Fix compilation bug when gnutls dev lib is not installedSebastien Helleu
2008-06-01Reintroduce highlight (move code from irc plugin to core)Sebastien Helleu
2008-05-26Update docSebastien Helleu
2008-05-25Fix crash with some highlights in IRC plugin (bug #23342)Sebastien Helleu
2008-05-24Fix compilation bug with gnutls for IRC pluginSebastien Helleu
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-05-02Added CPACK options for cmake build, to build source or binary packageSebastien Helleu
Following cmake commands let you build packages: - "make package_source": build source package (that can be installed with cmake or autotools) - "make package": build binary package
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 ↵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