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 |
|
Sebastien Helleu
|
313c373492
|
irc: do not close server buffer and disconnect when server is destroyed during /upgrade
|
2012-02-29 19:21:46 +01:00 |
|
Sebastien Helleu
|
97888e7ef5
|
irc: fix typo in a comment
|
2012-02-29 19:13:34 +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
|
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
|
d30560729b
|
core: remove obsolete option "scroll_unread" in completion of /input (option was moved to /window)
|
2012-02-20 07:46:42 +01:00 |
|
Sebastien Helleu
|
588921686d
|
irc: rename server option "cap" to "capabilities"
|
2012-02-19 20:20:04 +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
|
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
|
3c338e59ed
|
core: fix bug with layout: assign layout number in buffers when doing /layout save
|
2012-02-12 08:55:58 +01:00 |
|
Sebastien Helleu
|
f8ef3c8f80
|
doc: add color codes in strings (developer's guide)
|
2012-02-10 18:02:06 +01:00 |
|
Sebastien Helleu
|
96ecfdd9d1
|
core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= 7.24.0)
|
2012-02-09 09:48:57 +01:00 |
|
Sebastien Helleu
|
4a1f0ef5cc
|
irc: add signal "irc_server_opened"
|
2012-02-09 08:47:36 +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
|
863a9d37da
|
core: fix compilation warning under Cygwin
|
2012-02-05 11:25:38 +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
|
2dd44ee3d7
|
core: fix compilation warning on curl_easy_setopt for option CURLOPT_FOLLOWLOCATION
|
2012-01-28 22:12:57 +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 |
|
Sebastien Helleu
|
b6a7777aa0
|
irc: add alias "ctcp" for target buffer of CTCP messages
|
2012-01-27 18:18:35 +01:00 |
|
Sebastien Helleu
|
9347bae962
|
api: replace type "regex_t *" by "void *" in function string_regcomp (fix ruby compilation with autotools)
|
2012-01-26 18:18:20 +01:00 |
|
Sebastien Helleu
|
d242f30950
|
core: move option "scroll_unread" from command /input to /window
|
2012-01-24 21:20:52 +01:00 |
|
Sebastien Helleu
|
009925b9ac
|
api: add modifier "input_text_for_buffer"
|
2012-01-24 19:02:06 +01:00 |
|
Sebastien Helleu
|
f7a0f8ae39
|
core: fix typo in comment
|
2012-01-24 10:58:51 +01:00 |
|
Sebastien Helleu
|
5ac884d57f
|
aspell: fix URL detection (do not check spelling of URLs) (bug #34040)
|
2012-01-24 10:34:36 +01:00 |
|
Sebastien Helleu
|
0f7150db19
|
relay: use protocol arguments for protocol "irc" only (arguments forbidden for protocol "weechat")
|
2012-01-23 12:21:29 +01:00 |
|
Sebastien Helleu
|
498f2131a7
|
relay: add protocol "weechat" in /help relay
|
2012-01-23 11:38:07 +01:00 |
|
Sebastien Helleu
|
f6b26e5604
|
relay: do not create relay if there is a problem with socket creation (bug #35345)
|
2012-01-23 11:32:50 +01:00 |
|
Sebastien Helleu
|
5f6df8021b
|
core: add support of flags in regular expressions and highlight options, add irc options to customize/disable default nick highlight (task #11128)
New functions in C plugin API:
- string_regex_flags
- string_regcomp
New irc options:
- irc.look.highlight_server
- irc.look.highlight_channel
- irc.look.highlight_pv
Regex flags are supported in following options/commands:
- option weechat.look.highlight
- option weechat.look.highlight_regex
- options irc.look.highlight_{server|channel|pv}
- option relay.network.allowed_ips
- core command /filter
- irc command /list
- irc command /ignore
- rmodifier command /rmodifier
|
2012-01-22 13:48:42 +01:00 |
|
Sebastien Helleu
|
fffd9c88ac
|
core: add many libcurl options missing (for URL transfer)
|
2012-01-18 17:50:12 +01:00 |
|
Sebastien Helleu
|
b91c231096
|
core: add URL transfer (using libcurl), add function hook_process_hashtable in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247)
|
2012-01-16 19:52:08 +01:00 |
|
Sebastien Helleu
|
b2dd992c0d
|
core: add library "pthread" in cmake file for link on OpenBSD
|
2012-01-16 19:19:09 +01:00 |
|
Sebastien Helleu
|
a7153028b7
|
relay: fix compilation error when zlib is not found
|
2012-01-12 09:13:29 +01:00 |
|
Sebastien Helleu
|
47e4a03be6
|
core: update copyright dates
|
2012-01-08 18:59:50 +01:00 |
|
Sebastien Helleu
|
6b9a1d7376
|
irc: use low priority for MODE sent automatically by WeeChat (when joining channel)
|
2012-01-06 14:05:21 +01:00 |
|
Sebastien Helleu
|
5a2df17141
|
irc: use extended regex in command /ignore
|
2012-01-06 13:26:58 +01:00 |
|
Sebastien Helleu
|
82a9ed3f9c
|
irc: use extended regex in command /list
|
2012-01-06 13:26:23 +01:00 |
|
Sebastien Helleu
|
80d1a52304
|
core: use extended regex in filters (patch #7616)
|
2012-01-06 13:24:16 +01:00 |
|
Sebastien Helleu
|
b20888ec74
|
alias: add default alias umode => /mode $nick
|
2012-01-06 12:35:44 +01:00 |
|
Sebastien Helleu
|
ab46b37aed
|
irc: allow /mode without argument (display modes of current channel or user modes on server buffer)
|
2012-01-06 12:25:11 +01:00 |
|
Sebastien Helleu
|
4cde51a27f
|
irc: use redirection to get channel modes after update of modes on channel, display output of /mode #channel
|
2012-01-06 11:24:01 +01:00 |
|