2437 Commits

Author SHA1 Message Date
Sebastien Helleu
6fc8a25d6e Check that callback value is not NULL in hook functions 2009-04-04 17:54:15 +02:00
Sebastien Helleu
58b7a4a923 Add missing key bindings in doc 2009-04-03 18:52:07 +02:00
Sebastien Helleu
7c58018cb1 Add new option "weechat.completion.nick_add_space" (add space after nick completion, on by default) 2009-04-03 17:56:40 +02:00
Sebastien Helleu
76b700a555 Add new values for option irc.look.nick_completion_smart: off / speakers / speakers_highlights 2009-04-03 17:07:00 +02:00
Sebastien Helleu
00580b1670 Fix crash when integer option (set with string) is wrong in a config file 2009-04-03 14:49:28 +02:00
Sebastien Helleu
4f3e50d6bc Fix bug with nick completion (too many nick completors were added to nick if private was open with nick) 2009-04-03 11:55:12 +02:00
Sebastien Helleu
ddb2eef1c5 Fix broken time in backlog displayed by logger plugin: use DST for time displayed in buffer (bug #26074) 2009-04-03 10:38:24 +02:00
Sebastien Helleu
d8826195cc Add new question in FAQ, about difference between /ignore and /filter commands 2009-04-03 09:50:05 +02:00
Sebastien Helleu
d58f8fa15e Fix bug in alias: use current buffer to run commands (bug #22876) 2009-04-02 15:24:50 +02:00
Sebastien Helleu
2019129701 Fix crash when executing "/msg * something" on an IRC server buffer 2009-04-01 23:51:53 +02:00
Sebastien Helleu
ca7bcf880b Fix bug with partial completions
Option "weechat.completion.partial_completion_nick" has been renamed to
"weechat.completion.partial_completion_other".
2009-04-01 23:30:57 +02:00
Sebastien Helleu
ff83985ef4 Add default template completion (by default: nick or IRC channel) 2009-04-01 19:03:05 +02:00
Sebastien Helleu
51af351c15 Fix crash in python plugin when there is recursion on exec or when a script is unloaded by call to command() in other python script 2009-03-30 12:39:32 +02:00
Sebastien Helleu
ef95c69417 Fix python error message 2009-03-29 19:10:28 +02:00
Sebastien Helleu
31508fed70 Add missing autogen doc files in makefiles 2009-03-29 01:18:30 +01:00
Sebastien Helleu
e6a77fd301 Update doc 2009-03-29 01:06:46 +01:00
Sebastien Helleu
bdc869568c Fix help of /buffer command 2009-03-29 01:05:51 +01:00
Sebastien Helleu
90f7edfcb1 Update INSTALL file 2009-03-28 23:08:14 +01:00
Sebastien Helleu
998db86f45 Add cmake files in package built by autotools 2009-03-28 22:53:34 +01:00
Sebastien Helleu
85495d4b95 Fix display of python errors 2009-03-28 22:06:10 +01:00
Sebastien Helleu
b2f1273c01 Add infolists with list of scripts 2009-03-28 20:58:00 +01:00
Sebastien Helleu
30a50c6999 Fix bug with /ignore when mask begins with "|" (bug #26037) 2009-03-28 19:04:14 +01:00
Sebastien Helleu
540756bf54 Fix SSL connection to some IRC servers using Diffie Hellman and small exchange keys (bug #25996) 2009-03-27 16:48:58 +01:00
Sebastien Helleu
6e7b62be97 Add new bar item "away" (now displayed by default in input bar) 2009-03-26 18:58:00 +01:00
Sebastien Helleu
5046e49747 Replace german and french C API doc by english version 2009-03-26 18:18:09 +01:00
Sebastien Helleu
0f3601bea0 Update script API in doc (developer guide) 2009-03-26 14:20:14 +01:00
Sebastien Helleu
49ca35cb4f Fix crash on FreeBSD: first unload last loaded plugins 2009-03-24 21:43:33 +01:00
Sebastien Helleu
a745409e22 Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color support in xfer DCC chat (bug #25974) 2009-03-23 13:58:42 +01:00
Sebastien Helleu
fdf56fc7b0 Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc buffer if it already exists 2009-03-23 13:37:25 +01:00
Sebastien Helleu
2a2f019cd8 Fix typo in irc-raw.c and jabber-debug.c 2009-03-23 13:14:57 +01:00
Sebastien Helleu
0f641b1564 Set again buffer properties when using existing irc/jabber channel/pv buffer 2009-03-23 11:29:07 +01:00
Sebastien Helleu
495378eb57 Add completion with self nick in irc/jabber private buffers 2009-03-23 11:26:43 +01:00
Sebastien Helleu
988997e96e Add default alias /v to "/command core version" 2009-03-22 17:14:41 +01:00
Sebastien Helleu
5c5e767d84 Update ChangeLog 2009-03-22 16:54:52 +01:00
Sebastien Helleu
7c793257ff Add option aspell.check.real_time (off by default), fix bugs with aspell and utf-8 chars, add function utf8_char_int to API 2009-03-22 16:38:06 +01:00
Sebastien Helleu
558c9f2614 Force refresh of bars using a bar item when it is destroyed 2009-03-22 10:48:49 +01:00
Sebastien Helleu
7b17a62e59 Fix bug when closing IRC channel buffers (pointer to current server is lost) 2009-03-21 18:23:08 +01:00
Sebastien Helleu
ebc4e04333 Fix bug with window separator (possible crash) 2009-03-21 18:21:42 +01:00
Sebastien Helleu
7d53e28034 Use of brackets {} around nicklist count in default status bar 2009-03-21 16:21:55 +01:00
Sebastien Helleu
2dc13ebd21 Add new command /version, add count of /upgrade, fix bugs with command exec
New (core) command /version displays version, and number of upgrades done with
first start date (if # /upgrade > 0).
The number of upgrades is displayed at startup (if > 0).
2009-03-21 16:09:18 +01:00
Sebastien Helleu
8a68adbf3f Add color around plugin name in help for commands 2009-03-21 13:19:43 +01:00
Sebastien Helleu
a49c8b2e30 Add new modifier "input_text_content" 2009-03-21 13:12:35 +01:00
Sebastien Helleu
203990d3cf Add signal "key_pressed" 2009-03-20 22:34:47 +01:00
Sebastien Helleu
f814dc27f4 Add buffer name completion for command /filter 2009-03-20 18:47:28 +01:00
Sebastien Helleu
0b8f80d3b5 Fix typo in doc 2009-03-20 10:18:23 +01:00
Sebastien Helleu
16c2d5fe7e Add missing include of time.h in irc-raw.C 2009-03-19 20:19:15 +01:00
Sebastien Helleu
55cbd9a76f Fix bugs with color in IRC topics 2009-03-19 18:38:11 +01:00
Sebastien Helleu
a0f6b6eda6 Many improvements on IRC raw buffer
New features:
- key alt-j alt-r is reintroduced to open IRC raw buffer
- command "/server raw" opens IRC raw buffer
- new option irc.look.raw_messages, which is number of lines to keep in memory
to display when user will open raw buffer (to see last messages received before
opening raw buffer)
2009-03-19 17:25:36 +01:00
Sebastien Helleu
cefb8a50f2 Replace WeeChat color codes by "?" in incoming IRC messages (bug #25862) 2009-03-18 18:03:47 +01:00
Sebastien Helleu
a394ed5d6f Add "replacement" argument for string_remove_color in plugin API 2009-03-18 18:02:48 +01:00