Sebastien Helleu
e0781f0390
core: add mouse support (task #5435 ), free cursor movement, hook_focus, fix bugs with key "^" (bug #32072 , bug #21381 ), fix bugs with bar windows, completion and /buffer
...
New features and bugs fixed:
- mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse"
- free movement of cursor: new command /cursor, new key context "cursor"
- new hook_focus (used by cursor and mouse)
- info "cursor_mode"
- bugs fixed with key "^"
- allow plugin name in /buffer name
- fix bugs with bar windows: do not create bar windows for hidden bars
- fix completion bug when two words for completion are equal but with different case
- automatic scroll direction in /bar scroll (x/y is now optional)
2011-07-26 18:50:29 +02:00
Sebastien Helleu
5d5d2ce4d1
irc: fix crash when malformed IRC message 352 (WHO) is received (bug #33790 )
2011-07-18 19:08:24 +02:00
Sebastien Helleu
47822ce80e
irc: fix crash when command "/buffer close" is used in a server command to close server buffer during connection (bug #33763 )
2011-07-13 18:28:29 +02:00
Sebastien Helleu
201ee104e7
irc: fix crash when /join command is executed on a non-irc buffer (bug #33742 )
2011-07-10 23:21:04 +02:00
Sebastien Helleu
2b821b8b06
irc: fix typo in help of options irc.look.new_channel_position and irc.look.new_pv_position
2011-07-05 15:40:07 +02:00
Sebastien Helleu
a6873b725f
irc: fix bug with comma in irc color code: do not strip comma if it is not followed by a digit (bug #33662 )
2011-06-28 13:38:55 +02:00
Sebastien Helleu
19bc95b961
core: many improvements on hdata
...
New features:
- add optional hdata name for variables in hdata
- add plugin API functions: hdata_get_var_hdata
- use hashtable to store hdata (created by WeeChat and plugins)
- free hdata and infolists created by plugin on plugin unload
- free all hdata on exit
- add "free" option to command /debug hdata
- remove hdata for hooks
2011-06-26 18:15:42 +02:00
Sebastien Helleu
0a09a336dd
irc: add prefix "#" for all channels on join (if no prefix given)
2011-06-22 11:32:45 +02:00
Sebastien Helleu
589f57c409
irc: switch to buffer on /join #channel if channel buffer already exists
2011-06-16 18:54:05 +02:00
Sebastien Helleu
6015f51b33
irc: update host of nicks on manual /who
2011-06-16 18:31:56 +02:00
Sebastien Helleu
478c6f73a4
irc, relay: check that prefix and message are not NULL before adding a message to raw buffer
2011-06-14 14:34:45 +02:00
Sebastien Helleu
c8b2a6a084
core: add "hdata" (direct access to WeeChat/plugin data)
2011-06-13 12:32:27 +02:00
Sebastien Helleu
dbfcd7ec72
irc: fix memory leak in message parser (when called from other plugins like relay) (bug #33387 )
2011-05-26 16:32:52 +02:00
Sebastien Helleu
dbe3514cd6
irc: fix memory leak on plugin unload (free ignores)
2011-05-26 16:31:49 +02:00
Sebastien Helleu
c37b65bba4
irc: fix argument nick in /help ignore
2011-05-15 11:19:03 +02:00
Sebastien Helleu
3083d6ede3
irc: fix typo in /help links
2011-05-14 19:49:22 +02:00
Sebastien Helleu
9754d0cbbd
irc: fix parsing of message 332 when no topic neither colon are found (bug with bip proxy)
2011-05-06 16:33:06 +02:00
Sebastien Helleu
c417d6e135
irc: fix nick color in private when option irc.look.nick_color_force is changed
2011-05-02 16:31:21 +02:00
Sebastien Helleu
c47f6e81c4
irc: fix tags for messages sent with /msg command (bug #33169 )
2011-04-29 15:41:51 +02:00
Sebastien Helleu
43a53a87aa
irc: add new options irc.color.topic_old and irc.color.topic_new
2011-04-28 14:27:31 +02:00
Sebastien Helleu
f393d0a3d2
irc: add option "ssl_priorities" in servers (task #10106 , debian #624055 )
2011-04-28 12:29:56 +02:00
Sebastien Helleu
f002c8e7de
irc: add modifier "irc_in2_xxx" (called after charset decoding)
2011-04-26 18:19:27 +02:00
Sebastien Helleu
cd73fac2f8
irc: use tag "notify_none" for self messages
2011-04-24 08:24:28 +02:00
Sebastien Helleu
7426569d86
core: prohibit names beginning with "#" for bars, proxies, filters and IRC servers (bug #33020 )
2011-04-16 10:47:18 +02:00
Sebastien Helleu
377024835a
irc: fix memory leak when copying or renaming server
2011-04-15 10:41:18 +02:00
Sebastien Helleu
55aa584a2b
plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugins: irc, relay, xfer, scripts)
2011-04-15 10:40:23 +02:00
Sebastien Helleu
2c2ebea3fd
irc: do not rejoin channels where /part has been issued before reconnection to server (bug #33029 )
2011-04-11 16:39:39 +02:00
Sebastien Helleu
85c5653713
irc: use nick color for users outside the channel
2011-04-11 15:52:31 +02:00
Sebastien Helleu
8597f14bf6
irc: update short name of server buffer when server is renamed
2011-04-10 17:44:37 +02:00
Sebastien Helleu
081d2889c1
irc: fix self nick color in nicklist after changing nick with /nick
2011-03-24 18:10:59 +01:00
Sebastien Helleu
ceaad9a20d
irc: return empty color name for nick prefix when no mode is set (instead of "chat")
2011-03-23 18:55:24 +01:00
Sebastien Helleu
80312dd56a
irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single option irc.color.nick_prefixes (task #10888 )
2011-03-23 18:29:24 +01:00
Sebastien Helleu
b7b2cc8bd7
irc: fix local variable "away" on server buffer (set/delete it each time away is set or removed on server)
2011-03-23 16:11:23 +01:00
Sebastien Helleu
ea65e4d50f
Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506 )
2011-03-16 18:38:41 +01:00
Sebastien Helleu
c61254f256
Add new option irc.look.buffer_auto_switch_on_join
2011-03-15 11:51:48 +01:00
Sebastien Helleu
fd0f5f5767
Add new option irc.look.smart_filter_nick
2011-03-07 12:23:32 +01:00
Sebastien Helleu
598b5262a6
Silently ignore IRC kicks when channel is not found
2011-03-05 09:13:53 +01:00
Sebastien Helleu
80609e4f72
Ignore IRC join if nick is not self nick and if channel buffer does not exist (bug #32667 )
2011-03-05 09:09:58 +01:00
Sebastien Helleu
7351c709f8
Add new option irc.look.color_nicks_in_names
2011-03-04 14:11:35 +01:00
Gu1ll4um3r0m41n
c265cad1c9
Fix verification of SSL certificates by calling gnutls verify callback (patch #7459 )
2011-03-02 15:20:36 +01:00
Sebastien Helleu
be9b4e5910
Refresh nicks colors in nicklist when changing option weechat.color.chat_nick_colors
2011-02-24 12:15:05 +01:00
Sebastien Helleu
87ace68b4d
Do not update self nick color when changing option weechat.color.chat_nick_colors
2011-02-24 12:06:58 +01:00
Sebastien Helleu
4eb2546082
Add new option irc.look.color_nicks_in_nicklist
2011-02-23 16:45:43 +01:00
Sebastien Helleu
6c90707485
Fix typo: #weecht -> #weechat
2011-02-17 15:07:14 +01:00
Sebastien Helleu
7d79757d85
Fix crash when completing /part command on a non-irc buffer (bug #32402 )
2011-02-10 09:52:15 +01:00
Sebastien Helleu
1fd31361da
Fix some translations
2011-02-08 12:30:46 +01:00
Sebastien Helleu
2b6bdebcd3
Fix typo: half channel operator -> channel half-operator
2011-02-08 12:19:10 +01:00
Sebastien Helleu
8f2a2b9d1f
Fix typo: transfert -> transfer
2011-02-08 12:14:27 +01:00
Sebastien Helleu
d41e202d76
Remove unneeded spaces
2011-02-07 18:38:47 +01:00
Sebastien Helleu
0a69df6c2c
Add color "gray", fix white background (use white instead of gray)
2011-02-05 13:12:41 +01:00