2013 Commits

Author SHA1 Message Date
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
Sebastien Helleu
ec6f2c2e17 Fix bug with plugin path when loading with "/plugin load": replace ~ by user home directory 2008-05-22 12:30:56 +02:00
Sebastien Helleu
59853abbbb Fix crash with version comparison (when loading plugin) 2008-05-22 12:30:13 +02:00
Sebastien Helleu
ede921cc4d Remove old dcc code, unused now 2008-05-20 17:29:44 +02:00
Sebastien Helleu
0a225e5cce Fix crash when adding nick after call to nicklist_remove_all 2008-05-20 11:05:10 +02:00
Sebastien Helleu
987234faf9 Add hook_connect (background connection to peer) 2008-05-20 11:00:22 +02:00
Sebastien Helleu
8b62667111 Fix crash on FreeBSD 7 with term title reset 2008-05-15 23:23:50 +02:00
Sebastien Helleu
91084108ae Add arguments for plugin init functions and "irc://.." command line option for irc plugin 2008-05-15 22:13:54 +02:00
Sebastien Helleu
f67a516419 Update message from IRC plugin when connection fails thru proxy 2008-05-15 17:23:47 +02:00
Sebastien Helleu
7ea3475b86 Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocols 2008-05-02 10:29:09 +02:00
Sebastien Helleu
3c7205aab1 Fix compilation warning with snprintf of time_t (long int) on FreeBSD 2008-05-14 14:53:02 +02:00
Sebastien Helleu
673e4ad3be Disable auto-connect for plugins with command line option ("-a") 2008-05-13 14:27:33 +02:00
Sebastien Helleu
a804fb1936 Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocols 2008-05-11 12:39:08 +02:00
Sebastien Helleu
baeea17773 Add "list" and "listfull" options to /xfer command 2008-05-11 12:38:30 +02:00
Sebastien Helleu
2b1dec1679 New input action "set_unread_current_buffer" to set unread marker for current buffer only (task #7286) 2008-05-11 11:40:23 +02:00
Sebastien Helleu
7871b62ef8 Add message about /upgrade command, temporarirly disabled 2008-05-11 11:21:34 +02:00
Sebastien Helleu
53ad9cddc1 Remove unused variables 2008-05-10 17:55:40 +02:00
Sebastien Helleu
ff03d203a1 Fix color display bug on lines (when length of line is more than chat width) 2008-05-09 14:33:29 +02:00
Sebastien Helleu
238c6bf5c2 Mask allowed with /unset command (for mass-reset options) (task #6085) 2008-05-07 15:27:19 +02:00
Sebastien Helleu
f71c190a97 New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140) 2008-05-07 14:34:10 +02:00