summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-04Fix Lua detection on FreeBSD (and probably other *BSD)Julien Louis
2008-07-03Fix bug with alias arguments ($1,$2,..) and add new default alias /wii (whois...Sebastien Helleu
2008-07-03Fix "more" indicator when filters are enabled with some lines hidden (bug #23...Sebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-29Fix error displayed with /buffer commandSebastien Helleu
2008-06-28Add "buffer_title" bar item, and create title bar when using /bar defaultSebastien Helleu
2008-06-28Fix error with command /window (sometimes error is displayed and should not)Sebastien Helleu
2008-06-28Add "default" option to command /bar, to create default bars (today only inpu...Sebastien Helleu
2008-06-28Fix display bug with alignment for sublines when there's no prefix displayed ...Sebastien Helleu
2008-06-27Add "auto_log" option to logger plugin, to enable/disable logging (default is...Sebastien Helleu
2008-06-27Fix error message for /buffer and /window commands when option is unknownSebastien Helleu
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-24Fix refresh bug when bar priority is changed with /set commandSebastien Helleu
2008-06-23Fix typo in french docSebastien Helleu
2008-06-22Display [F] for buffer_filter item only if filters are enabled and that at le...Sebastien Helleu
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 is...Sebastien Helleu
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 was...Sebastien Helleu
2008-06-18Update ChangeLogSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words f...Sebastien Helleu
2008-06-17Fix bug with system clfags when there's "-g" in option name, like "-mpowerpc-...Sebastien Helleu
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
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 aft...Sebastien Helleu
2008-06-07Fix display bug with prefix when filters are enable: do not count prefix leng...Sebastien Helleu
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 compil...Sebastien Helleu
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 1...Sebastien Helleu