summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-22Add delimiter color for bars, fix some bugs with barsSebastien Helleu
2008-06-21Remove infobar in docSebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-06-20Scroll to bottom of buffer when using smart jump (alt-a)Sebastien Helleu
2008-06-20Fix bug with current buffer and hotlist: now it's added to hotlist if user ↵Sebastien Helleu
is scrolling up buffer
2008-06-19Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden)Sebastien Helleu
2008-06-19Fix display bug with marker line when there's some filtered lines (marker ↵Sebastien Helleu
was not displayed inside hidden lines)
2008-06-18Update ChangeLogSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words ↵Sebastien Helleu
found
2008-06-17Fix bug with system clfags when there's "-g" in option name, like ↵Sebastien Helleu
"-mpowerpc-gfxopt"
2008-06-17Fix help of /notify commandSebastien Helleu
2008-06-17Remove old notify code in irc plugin (done by notify plugin)Sebastien Helleu
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-16Remove space before vertical bar (after prefix), if there's no prefix at all ↵Sebastien Helleu
in buffer
2008-06-16New defaut time format for buffer linesSebastien Helleu
2008-06-15Fix weechat slogan (and it's now translated) (bug #23531)Sebastien Helleu
2008-06-15Update ChangeLogSebastien Helleu
2008-06-15Add speed limit for DCC files sending (task #6178)Sebastien Helleu
2008-06-15Fix connection bug in xfer pluginSebastien Helleu
2008-06-15Fix bug/crash when any color option is changed (bug #23566)Sebastien Helleu
2008-06-07Fix crash with config reload and bug with empty key section (no more keys ↵Sebastien Helleu
after reload if weechat.conf was deleted) (bug #23514)
2008-06-07Fix display bug with prefix when filters are enable: do not count prefix ↵Sebastien Helleu
length if line is not displayed
2008-06-03Uncomment code for using keys to jump to previous/next highlight in bufferSebastien Helleu
2008-06-03Disable aspell and trigger plugins compilation by default (they do not ↵Sebastien Helleu
compile today)
2008-06-03Fix compilation problem with strftime in perl/python/ruby pluginsSebastien Helleu
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