Sebastien Helleu
af56174b98
tcl: fix pointer sent to function hook_signal_send when type of data is a pointer
2012-03-24 13:05:37 +01:00
Sebastien Helleu
c4cfd651fc
api: display warning in scripts when invalid pointers (malformed strings) are given to plugin API functions (warning displayed if debug for plugin is >= 1)
2012-03-24 13:00:50 +01:00
Sebastien Helleu
9972cce777
core: add a connection timeout for child process in hook_connect (bug #35966 )
2012-03-23 18:24:47 +01:00
Sebastien Helleu
d4184f78c5
irc: do not send command "MODE #channel" on manual /names (do it only when names are received on join of channel) (bug #35930 )
2012-03-22 16:02:25 +01:00
Sebastien Helleu
d87eacccc9
relay: redirect some irc messages from clients to hide output (bug #33516 )
...
Messages redirected by relay plugin: mode, ison, list, names, topic, who,
whois, whowas, time, userhost.
2012-03-18 08:58:19 +01:00
Sebastien Helleu
b69e82cb94
irc: do not allow the creation of two servers with same name but different case (fix error when writing file irc.conf) (bug #35840 )
2012-03-17 10:14:25 +01:00
Sebastien Helleu
9955b05239
irc: update away flag for nicks on manual /who
2012-03-15 15:15:57 +01:00
Sebastien Helleu
3e602195e9
irc: display privmsg messages to "@#channel" and "+#channel" in channel buffer (bug #35331 )
2012-03-14 20:33:12 +01:00
Sebastien Helleu
3a2a1ce6f2
core: follow symbolic links when writing configuration files (.conf) (task #11779 )
2012-03-13 18:13:45 +01:00
Sebastien Helleu
73476cc0f8
irc: fix redirection of message when message is queued for sending on server
2012-03-12 11:55:35 +01:00
Sebastien Helleu
a6336885b8
irc: add signals and tags in messages for irc notify (patch from Quentin Glidic) (task #11887 )
2012-03-12 11:09:22 +01:00
Sebastien Helleu
d1c59c7536
irc: check notify immediately when adding a nick to notify list, improve first notify message for a nick (bug #35731 )
2012-03-12 08:01:40 +01:00
Sebastien Helleu
595293defc
core: update ChangeLog
2012-03-10 16:18:15 +01:00
Sebastien Helleu
35785a5e05
core: improve and fix bugs on standard paste and bracketed paste
...
Changes:
- wait control sequence for end of bracketed paste (and only after, check if
we should ask confirmation to user)
- add option weechat.look.paste_bracketed_timer_delay to force the end of
bracketed paste if the control sequence for end of bracketed paste was not
received in time
- in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for
one line (ask for one line only if paste_max_lines=0)
- fix bugs with mintty: bracketed paste should be ok every time (even if some
codes are sometimes partially received, WeeChat will now handle that properly);
the standard paste often fails (due to bug in mintty, which sends paste very
slowly to remote app); so the bracketed paste mode is highly recommended with
mintty
- after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will
undo whole paste, not chars one by one
2012-03-09 10:41:13 +01:00
Sebastien Helleu
1102cfd317
irc: fix display of color in hostname (join/part/quit messages)
2012-03-06 21:54:46 +01:00
Sebastien Helleu
fe3bdb5f52
irc: compute hash to find nick color for nick in server message when nick is not in nicklist
2012-03-06 18:03:03 +01:00
Sebastien Helleu
d495c41919
relay: add "date_printed" and "highlight" in signal "_buffer_line_added" (WeeChat protocol)
2012-03-06 12:05:33 +01:00
Sebastien Helleu
39787d483a
api: add list "gui_buffer_last_displayed" in hdata "buffer"
2012-03-05 08:02:55 +01:00
Sebastien Helleu
d733a5bd62
core: rename option weechat.look.bracketed_paste_mode to weechat.look.paste_bracketed
2012-03-04 11:38:16 +01:00
Sebastien Helleu
152394689a
core: add support of terminal "bracketed paste mode" (task #11316 )
2012-03-04 10:32:55 +01:00
Sebastien Helleu
d43e9c11e5
rmodifier: add option "release" in default rmodifier "nickserv" (used to hide passwords in command "/msg nickserv") (bug #35705 )
2012-03-03 12:38:35 +01:00
Ryuunosuke Ayanokouzi
5f11df74e3
core: fix display of wide chars on last column of chat area (patch #7733 )
2012-03-03 10:03:13 +01:00
Kyle Fuller
e91d401f41
irc: add support of "external" SASL mechanism (task #11864 )
2012-02-29 15:22:03 +01:00
Sebastien Helleu
f1abe53b41
irc: close server buffer when server is deleted
2012-02-29 13:54:26 +01:00
Sebastien Helleu
f3dc2e7ef9
irc: add search for lower case nicks in option irc.look.nick_color_force
2012-02-26 18:18:37 +01:00
Sebastien Helleu
a1e87fe63d
core: fix problem with asciidoc syntax in ChangeLog
2012-02-26 12:52:28 +01:00
Sebastien Helleu
ca643c6f5d
Version 0.3.8-dev
2012-02-26 09:30:43 +01:00
Sebastien Helleu
73d9b9a6b9
Version 0.3.7
2012-02-26 08:35:03 +01:00
Ryuunosuke Ayanokouzi
b9c7dc9692
core: add japanese translations
2012-02-26 07:54:44 +01:00
Sebastien Helleu
496c7d3e18
core: fix expand of path "~" to home of user in function string_expand_home ("~/xxx" was ok, but not "~")
2012-02-25 08:42:00 +01:00
Sebastien Helleu
78d7c654c8
perl: increment count of hash returned by API (fix crash when script tries to read hash without making a copy)
2012-02-20 14:16:17 +01:00
Sebastien Helleu
588921686d
irc: rename server option "cap" to "capabilities"
2012-02-19 20:20:04 +01:00
Sebastien Helleu
8d630641dc
Version 0.3.7-rc3
2012-02-19 19:36:54 +01:00
Sebastien Helleu
c6850e14a7
irc: fix memory leak in SASL/blowfish authentication
2012-02-19 19:24:57 +01:00
Sebastien Helleu
8a0f53019a
irc: fix memory leak when a server is deleted
2012-02-19 19:17:50 +01:00
Sebastien Helleu
205a869598
core: fix memory leak when closing buffer
2012-02-19 19:15:14 +01:00
Sebastien Helleu
508bfe5c7a
core: fix memory leak in function util_search_full_lib_name
2012-02-19 19:14:06 +01:00
Sebastien Helleu
af72bcb01d
irc: add option "cap" in servers to enable capabilities on connection
2012-02-19 19:04:11 +01:00
Sebastien Helleu
9040193f7a
core: update ChangeLog: add task #10703
2012-02-16 10:07:30 +01:00
Sebastien Helleu
a539dcbff8
core: automatically add newline char after last pasted line (when pasting many lines with confirmation)
2012-02-16 09:52:45 +01:00
Sebastien Helleu
c91a91c6ee
Version 0.3.7-rc2
2012-02-13 11:14:06 +01:00
Sebastien Helleu
08cb3f3870
core: update ChangeLog
2012-02-13 11:07:23 +01:00
Sebastien Helleu
4a1f0ef5cc
irc: add signal "irc_server_opened"
2012-02-09 08:47:36 +01:00
Sebastien Helleu
a2002f6b76
Version 0.3.7-rc1
2012-02-05 20:07:31 +01:00
Sebastien Helleu
bfc409ff34
core: add task #9497 in ChangeLog
2012-02-05 19:02:39 +01:00
Sebastien Helleu
355fdf0047
irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing message before automatic split to fit in 512 bytes)
2012-02-05 11:37:57 +01:00
Sebastien Helleu
14b2a2223e
irc: fix self-highlight when using /me with an IRC bouncer like znc (bug #35123 )
2012-02-04 08:56:19 +01:00
Sebastien Helleu
e6736b544e
core: do not auto add space after nick completer if option weechat.completion.nick_add_space is off
2012-02-01 17:19:04 +01:00
Sebastien Helleu
8ea2b93a28
core: add signal "window_switch"
2012-01-28 17:18:15 +01:00
Sebastien Helleu
3ecd3d7a26
core: fix signal "buffer_switch": send it only once when switching buffer (bug #31158 )
2012-01-28 11:11:58 +01:00