1882 Commits

Author SHA1 Message Date
Julien Louis
e1fbacff77 Fix Lua detection on FreeBSD (and probably other *BSD)
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-07-04 16:47:47 +02:00
Sebastien Helleu
a34e9557cc Fix bug with alias arguments ($1,$2,..) and add new default alias /wii (whois $1 $1) 2008-07-03 17:11:48 +02:00
Sebastien Helleu
44f57d35bc Fix "more" indicator when filters are enabled with some lines hidden (bug #23752) 2008-07-03 16:34:33 +02:00
Sebastien Helleu
b97a979f61 Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll 2008-07-03 16:02:03 +02:00
Sebastien Helleu
31f9a82f16 Fix error displayed with /buffer command 2008-06-29 00:23:37 +02:00
Sebastien Helleu
0e2fa128a6 Add "buffer_title" bar item, and create title bar when using /bar default 2008-06-28 12:59:58 +02:00
Sebastien Helleu
2755ee45f6 Fix error with command /window (sometimes error is displayed and should not) 2008-06-28 12:56:09 +02:00
Sebastien Helleu
e5745e4d14 Add "default" option to command /bar, to create default bars (today only input and status) 2008-06-28 12:43:57 +02:00
Sebastien Helleu
f7706ff400 Fix display bug with alignment for sublines when there's no prefix displayed in buffer 2008-06-28 11:15:33 +02:00
Sebastien Helleu
f75f7f64bc Add "auto_log" option to logger plugin, to enable/disable logging (default is on) 2008-06-27 18:39:01 +02:00
Sebastien Helleu
817f546653 Fix error message for /buffer and /window commands when option is unknown 2008-06-27 17:29:56 +02:00
Sebastien Helleu
50f8bf0043 Add input bar item, add "hidden" flag for bars, fix some display bugs with bars 2008-06-27 17:15:26 +02:00
Sebastien Helleu
c38eac19e3 Fix refresh bug when bar priority is changed with /set command 2008-06-24 15:30:25 +02:00
Sebastien Helleu
f8e8feb018 Fix typo in french doc 2008-06-23 11:28:22 +02:00
Sebastien Helleu
0eb09f84b5 Display [F] for buffer_filter item only if filters are enabled and that at least a filter exists 2008-06-22 18:17:23 +02:00
Sebastien Helleu
6635c7d617 Add delimiter color for bars, fix some bugs with bars 2008-06-22 12:01:50 +02:00
Sebastien Helleu
96a92eacbf Remove infobar in doc 2008-06-21 12:29:06 +02:00
Sebastien Helleu
9d05dcf175 Remove infobar 2008-06-21 11:49:11 +02:00
Sebastien Helleu
2c04e97523 Scroll to bottom of buffer when using smart jump (alt-a) 2008-06-20 16:32:41 +02:00
Sebastien Helleu
72286fe8bb Fix bug with current buffer and hotlist: now it's added to hotlist if user is scrolling up buffer 2008-06-20 16:32:15 +02:00
Sebastien Helleu
6bb860456c Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden) 2008-06-19 12:23:09 +02:00
Sebastien Helleu
72f587df06 Fix display bug with marker line when there's some filtered lines (marker was not displayed inside hidden lines) 2008-06-19 12:21:11 +02:00
Sebastien Helleu
20a790a119 Update ChangeLog 2008-06-18 17:16:10 +02:00
Sebastien Helleu
66e8d703bd Add new options for completion, optional stop instead of cycling with words found 2008-06-18 16:47:09 +02:00
Sebastien Helleu
47c9c68b40 Fix bug with system clfags when there's "-g" in option name, like "-mpowerpc-gfxopt" 2008-06-17 17:04:55 +02:00
Sebastien Helleu
a96f0b53fd Fix help of /notify command 2008-06-17 16:22:42 +02:00
Sebastien Helleu
1c1f966aba Remove old notify code in irc plugin (done by notify plugin) 2008-06-17 16:22:30 +02:00
Sebastien Helleu
af87798455 New plugin "notify", new option for debug messages in plugins 2008-06-17 16:01:09 +02:00
Sebastien Helleu
860842240b Remove space before vertical bar (after prefix), if there's no prefix at all in buffer 2008-06-16 12:47:10 +02:00
Sebastien Helleu
e69772b93d New defaut time format for buffer lines 2008-06-16 12:46:34 +02:00
Sebastien Helleu
e557fe13af Fix weechat slogan (and it's now translated) (bug #23531) 2008-06-15 15:22:33 +02:00
Sebastien Helleu
db8cd1779f Update ChangeLog 2008-06-15 15:00:36 +02:00
Sebastien Helleu
9e03812ed7 Add speed limit for DCC files sending (task #6178) 2008-06-15 13:49:24 +02:00
Sebastien Helleu
5f9763f4ad Fix connection bug in xfer plugin 2008-06-15 13:03:31 +02:00
Sebastien Helleu
18a59cf8aa Fix bug/crash when any color option is changed (bug #23566) 2008-06-15 08:56:40 +02:00
Sebastien Helleu
e5bf0a498b Fix crash with config reload and bug with empty key section (no more keys after reload if weechat.conf was deleted) (bug #23514) 2008-06-07 15:46:12 +02:00
Sebastien Helleu
9c90a31d35 Fix display bug with prefix when filters are enable: do not count prefix length if line is not displayed 2008-06-07 10:08:53 +02:00
Sebastien Helleu
a3f0281d27 Uncomment code for using keys to jump to previous/next highlight in buffer 2008-06-03 18:22:27 +02:00
Sebastien Helleu
feb6862971 Disable aspell and trigger plugins compilation by default (they do not compile today) 2008-06-03 12:59:19 +02:00
Sebastien Helleu
d9b08cf6e0 Fix compilation problem with strftime in perl/python/ruby plugins 2008-06-03 12:32:35 +02:00
Sebastien Helleu
3a53257032 Add "const" keyword for some "char *" function arguments (core and plugins API) 2008-06-03 10:56:51 +02:00
Sebastien Helleu
2b1d7df86c Add compiler flag -Werror-implicit-function-declaration 2008-06-02 16:57:31 +02:00
Sebastien Helleu
96a3481b69 Add constants for config file read/write/set/unset callbacks 2008-06-02 15:42:43 +02:00
Sebastien Helleu
40ec612e73 Fix compilation bug when gnutls dev lib is not installed 2008-06-02 12:47:27 +02:00
Sebastien Helleu
bd436db2bc Reintroduce highlight (move code from irc plugin to core) 2008-06-01 22:09:12 +02:00
Sebastien Helleu
4fa856c773 Update doc 2008-05-26 14:27:35 +02:00
Sebastien Helleu
fb1b3e7cff Fix crash with some highlights in IRC plugin (bug #23342) 2008-05-25 22:53:01 +02:00
Sebastien Helleu
a5ec4b7dec Fix compilation bug with gnutls for IRC plugin 2008-05-24 10:56:12 +02:00
Sebastien Helleu
1e377d0b06 Fix help and completion of /input command 2008-05-22 13:06:29 +02:00
Sebastien Helleu
a4a4e5126c Increase number of authorized calls to same command (recursive calls), from 1 to 5 (more than 5 is considered as looping) 2008-05-22 12:55:37 +02:00