Sebastien Helleu
9beb263e4a
irc: hide passwords in commands or messages sent to nickserv with modifiers (bug #38346 )
...
New modifiers: "irc_command_auth" and "irc_message_auth".
Option removed: irc.look.hide_nickserv_pwd
New option: irc.look.nicks_hide_password
2013-02-23 14:54:07 +01:00
Sebastien Helleu
6394a3d1e1
core: reformat NEWS file, add subsections
2013-02-20 22:37:19 +01:00
Sebastien Helleu
9857b44e4e
guile: fix arguments given to callbacks (separate arguments instead of one list with arguments inside), guile >= 2.0 is now required (bug #38350 )
...
Unfortunately this breaks compatibility with existing guile scripts, but this
change is needed to keep consistency with other scripting languages.
Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8.
2013-02-19 22:49:59 +01:00
Sebastien Helleu
ff15c0a41b
Version 0.4.1-dev
2013-01-20 12:14:39 +01:00
Sebastien Helleu
762c96d85a
Version 0.4.0
2013-01-20 09:21:06 +01:00
Sebastien Helleu
08d27eb81c
Version 0.4.0-rc3
2013-01-14 12:21:19 +01:00
Sebastien Helleu
d5a5af88ca
core: replace "behaviour" by "behavior"
2013-01-10 19:20:07 +01:00
Sebastien Helleu
680486b1d3
Version 0.4.0-rc2
2013-01-05 11:33:22 +01:00
Sebastien Helleu
f97598b4aa
core: update copyright dates
2013-01-01 13:12:49 +01:00
Sebastien Helleu
01a1316816
Version 0.4.0-rc1
2012-12-26 16:41:55 +01:00
Sebastien Helleu
ce657fd7b6
core: remove obsolete file UPGRADE_0.3 (move part of content into file NEWS, for version 0.3.0)
2012-12-14 18:30:43 +01:00
Sebastien Helleu
2ce90d4094
core: add option "irc.look.display_pv_away_once" in release notes for version 0.3.3
2012-12-05 16:12:13 +01:00
Sebastien Helleu
57293ffc96
core: add version 0.3.9.2 in ChangeLog and NEWS
2012-11-18 12:04:33 +01:00
Sebastien Helleu
7cd376b4b3
core: add version 0.3.9.1 in ChangeLog and NEWS
2012-11-09 20:33:22 +01:00
Sebastien Helleu
32c93b5c0a
core: add command /eval, use expression in conditions for bars, add function "string_eval_expression" in plugin API
2012-11-02 09:37:15 +01:00
Sebastien Helleu
0d18ef16bb
core: fix typo in NEWS
2012-10-17 19:49:03 +02:00
Sebastien Helleu
82a8acf9ce
relay: add support of IPv6, new option relay.network.ipv6, add support of "ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270 )
2012-10-16 19:14:26 +02:00
Simon Arlott
248aa8d73a
api: connect with IPv6 by default in hook_connect (with fallback to IPv4), shuffle list of hosts for a same address (task #11205 )
2012-10-14 10:59:00 +02:00
Sebastien Helleu
e0959486e9
Version 0.4.0-dev
2012-09-29 11:48:49 +02:00
Sebastien Helleu
bbd9d00b63
Version 0.3.9
2012-09-29 09:58:49 +02:00
Sebastien Helleu
34c9a061d9
Version 0.3.9-rc2
2012-09-18 21:21:00 +02:00
Sebastien Helleu
4979c1fe7f
Version 0.3.9-rc1
2012-08-30 10:56:19 +02:00
Sebastien Helleu
5073048428
core: fix asciidoc formatting in NEWS
2012-08-27 16:52:54 +02:00
Sebastien Helleu
a4e15e8ef4
irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs)
...
The option irc.look.nick_mode has a new type: integer with values:
none/prefix/action/both (default is "prefix", which is old behaviour).
2012-08-20 18:25:23 +02:00
Sebastien Helleu
97a64f1334
irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (task #12022 )
2012-07-07 12:44:55 +02:00
Sebastien Helleu
3de7b2ff3d
aspell: add new option aspell.check.enabled, add options enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988 )
...
New options in command /aspell:
- "enable": enable aspell
- "disable": disable aspell
- "toggle": toggle aspell
Options renamed in command /aspell:
- "enable" renamed to "setdict" (set dictionary for current buffer)
- "disable" renamed to "deldict" (delete dictionary used on current buffer)
- "dictlist" renamed to "listdict" (show installed dictionaries)
2012-07-05 16:06:28 +02:00
Sebastien Helleu
b5082902b4
core: fix typo in NEWS
2012-06-14 07:58:43 +02:00
Sebastien Helleu
9c8b06deb0
core: add missing header in NEWS
2012-06-14 07:56:29 +02:00
Sebastien Helleu
f0dae2b425
core: add options for horizontal/vertical separators between split windows in NEWS
2012-06-14 07:52:18 +02:00
Sebastien Helleu
9076f35953
Version 0.3.9-dev
2012-06-03 10:08:43 +02:00
Sebastien Helleu
d6bd119d76
Version 0.3.8
2012-06-03 09:25:29 +02:00
Sebastien Helleu
6f5a20e3c0
Version 0.3.8-rc2
2012-05-22 09:18:18 +02:00
Sebastien Helleu
b645947954
Version 0.3.8-rc1
2012-05-15 12:57:53 +02:00
Sebastien Helleu
902c0903d3
core: convert options weechat.look.prefix_align_more and weechat.look.prefix_buffer_align_more from boolean to string (task #11197 )
2012-04-07 18:47:41 +02:00
Sebastien Helleu
d4ba6ac1c4
core: cosmetic changes in NEWS
2012-03-13 18:23:34 +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
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
Sebastien Helleu
d273f946e6
core: add note about new default value of option "weechat.plugin.extension" in NEWS
2012-02-25 15:39:59 +01:00
Sebastien Helleu
92f79ba54b
core: fix typo in NEWS
2012-02-20 07:48:18 +01:00
Sebastien Helleu
8d630641dc
Version 0.3.7-rc3
2012-02-19 19:36:54 +01:00
Sebastien Helleu
c91a91c6ee
Version 0.3.7-rc2
2012-02-13 11:14:06 +01:00
Sebastien Helleu
a2002f6b76
Version 0.3.7-rc1
2012-02-05 20:07:31 +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
8fb24c3cbc
core: fix typo in NEWS
2012-01-22 13:50:15 +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
bf9953a866
core: fix escaped char in NEWS for asciidoc output
2012-01-06 13:31:56 +01:00
Sebastien Helleu
0d0a450d61
core: add note about extended regex in /filter and /ignore in NEWS
2012-01-06 13:30:26 +01:00