Sébastien Helleu
|
074f2dc778
|
core: add default keys of cursor mode in /help cursor
|
2015-04-19 09:09:09 +02:00 |
|
Sébastien Helleu
|
fe9a9fbfce
|
irc: add support of SHA-256 and SHA-512 algorithms in server option "ssl_fingerprint" (closes #281)
|
2015-04-18 18:52:20 +02:00 |
|
Sébastien Helleu
|
dea8b0bb09
|
irc: add option "-noswitch" in command /query (closes #394)
|
2015-04-14 07:47:50 +02:00 |
|
Sébastien Helleu
|
b15818fd4c
|
aspell: add bar item "aspell_suggest" in /help aspell (closes #390)
|
2015-04-11 18:58:44 +02:00 |
|
Sébastien Helleu
|
b2a68af077
|
core: add options weechat.look.word_chars_{highlight|input} (closes #55, task #9459)
|
2015-04-11 18:53:44 +02:00 |
|
Sébastien Helleu
|
c2f07bddcb
|
core: add an example with a more complex regex in /help filter
|
2015-03-24 06:56:15 +01:00 |
|
Sébastien Helleu
|
9a0d6899f9
|
irc: fix example using two servers in /help server (closes #371)
|
2015-03-23 22:41:19 +01:00 |
|
Sébastien Helleu
|
8bcf31950e
|
irc: fix freenode server names used in /help server (closes #365)
|
2015-03-22 08:02:54 +01:00 |
|
Sébastien Helleu
|
7f561c3133
|
core: allow "*" as plugin name in command /plugin reload to reload all plugins with options
|
2015-03-21 08:44:47 +01:00 |
|
Sébastien Helleu
|
ad499d944e
|
doc: add comment in auto-generated doc files to prevent any changes by hand
|
2015-03-11 20:15:23 +01:00 |
|
Sébastien Helleu
|
80ccb335a4
|
script: add note about HTTPS in /help script.scripts.url
|
2015-03-10 22:05:04 +01:00 |
|
Sébastien Helleu
|
300d1ad44e
|
doc: add Javascript plugin in docs
|
2015-03-07 16:52:30 +01:00 |
|
Sébastien Helleu
|
1f5f2cae12
|
core: update translations
|
2015-02-04 07:59:43 +01:00 |
|
Sébastien Helleu
|
9871f26f04
|
core: split expression before evaluating it in command "/eval -s"
|
2015-01-30 09:58:36 +01:00 |
|
Sébastien Helleu
|
8492280120
|
doc: update auto-generated files with WeeChat commands
|
2015-01-30 09:00:27 +01:00 |
|
Sébastien Helleu
|
d3c309c787
|
core: add note about alias /v in /help version
|
2015-01-29 07:49:55 +01:00 |
|
Sébastien Helleu
|
8ad308a398
|
irc: add "account-notify" in help of server option "capabilities"
|
2015-01-25 18:15:32 +01:00 |
|
Sébastien Helleu
|
ac8ccba8c8
|
irc: remove server "freenode" from default config file (closes #309)
|
2015-01-24 13:55:29 +01:00 |
|
Sébastien Helleu
|
e2be01833f
|
irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)
|
2015-01-19 23:52:33 +01:00 |
|
Sébastien Helleu
|
27431e234d
|
core: check bar conditions in root bars and on each update of a bar item
|
2014-12-28 11:42:57 +01:00 |
|
Sébastien Helleu
|
966a7b5143
|
doc: update auto-generated files
|
2014-12-21 14:42:47 +01:00 |
|
Mikaela Suomalainen
|
afce3a6427
|
core: replace irc.freenode.net by chat.freenode.net
Freenode wants people to use chat.freenode.net instead of
irc.freenode.net which is alias to chat.freenode.net.
|
2014-12-21 09:20:26 +01:00 |
|
Sébastien Helleu
|
624083f41a
|
irc: open channel buffers before the JOIN is received from server (autojoin and manual joins) (closes #216)
New options:
- irc.look.buffer_open_before_autojoin
- irc.look.buffer_open_before_join
|
2014-12-14 20:23:45 +01:00 |
|
Sébastien Helleu
|
0cd2aff765
|
core: use https for WeeChat URLs
|
2014-12-13 09:16:09 +01:00 |
|
Sébastien Helleu
|
c48a5896af
|
core: update translations
|
2014-11-23 10:40:32 +01:00 |
|
Sébastien Helleu
|
786999b4a3
|
script: add option script.scripts.url_force_https (closes #253)
|
2014-11-15 18:28:34 +01:00 |
|
Sébastien Helleu
|
55712b91cb
|
doc: add IRC color codes 16-99 in user's guide
|
2014-11-11 11:17:50 +01:00 |
|
Sébastien Helleu
|
af0397fb87
|
core: add option weechat.completion.command_inline (task #12491)
|
2014-11-09 12:29:41 +01:00 |
|
Sébastien Helleu
|
5882fe6abd
|
core: update translations
|
2014-11-06 20:23:56 +01:00 |
|
Sébastien Helleu
|
96325f913d
|
irc: disable SSLv3 by default in server option "ssl_priorities" (closes #248)
|
2014-11-04 20:55:01 +01:00 |
|
Sébastien Helleu
|
cdca3094ec
|
relay: disable SSLv3 by default
The new default value for option relay.network.ssl_priorities is now
"NORMAL:-VERS-SSL3.0".
|
2014-11-04 20:53:04 +01:00 |
|
Sébastien Helleu
|
e85ae88b25
|
relay: don't remove relay from config when the binding fails (closes #225), add options "stop" and "restart" in command /relay
|
2014-11-02 11:16:39 +01:00 |
|
Sébastien Helleu
|
e0810ae6d5
|
trigger: fix trigger example "effects" in /help trigger (update regex to new format)
|
2014-11-01 20:34:52 +01:00 |
|
Sébastien Helleu
|
5af886d205
|
irc: add "extended-join" in help of server option "capabilities"
|
2014-11-01 15:13:41 +01:00 |
|
Sébastien Helleu
|
3accbd639f
|
irc: automatically add current channel in command /samode (closes #241)
|
2014-10-26 19:24:52 +01:00 |
|
Sébastien Helleu
|
134a5f53d4
|
relay: add option relay.network.ssl_priorities (closes #234)
|
2014-10-26 18:03:47 +01:00 |
|
Sébastien Helleu
|
a092e72731
|
core: add note about option weechat.look.color_nick_offline in help of color options for offline nick
|
2014-10-26 13:13:17 +01:00 |
|
Sébastien Helleu
|
a012eefb77
|
doc: update auto-generated files
|
2014-10-25 09:44:04 +02:00 |
|
Sébastien Helleu
|
1bda9f1077
|
relay: use comma separator in option relay.irc.backlog_tags, check the value of option when it is changed with /set
|
2014-10-08 22:25:35 +02:00 |
|
Sébastien Helleu
|
761ac5d0e9
|
irc: disable creation of temporary servers by default with command /connect, new option irc.look.temporary_servers
|
2014-09-04 07:39:05 +02:00 |
|
Sébastien Helleu
|
dda2170d94
|
core: add another example of buffer name in /help filter
|
2014-08-29 18:21:48 +02:00 |
|
Sébastien Helleu
|
fa4436b262
|
irc: remove a trailing comma in help of server capabilities option
|
2014-08-23 21:05:38 +02:00 |
|
Sébastien Helleu
|
e887592b78
|
core: fix typo: unambigous -> unambiguous
|
2014-08-23 12:30:54 +02:00 |
|
Sébastien Helleu
|
9f57c21de2
|
doc: update auto-generated files with WeeChat options
|
2014-08-23 12:14:37 +02:00 |
|
Sébastien Helleu
|
2ae5660cc3
|
trigger: add option "restore" in command /trigger
|
2014-08-23 09:11:13 +02:00 |
|
Sébastien Helleu
|
83ffdb9ecd
|
irc: add "server-time" in help of server option "capabilities"
|
2014-08-17 09:58:19 +02:00 |
|
Sébastien Helleu
|
e0312f7ecf
|
core: add option "-mask" in command /unset (closes #112)
|
2014-07-12 09:14:56 +02:00 |
|
Sébastien Helleu
|
f80a80204a
|
core: add option weechat.color.status_nicklist_count (closes #109, closes #110)
|
2014-07-12 08:13:58 +02:00 |
|
Sébastien Helleu
|
494d046594
|
core: remove "www" in weechat.org URLs
|
2014-07-01 21:27:29 +02:00 |
|
Sébastien Helleu
|
9d3355b5a4
|
core: add note about semicolon to separate commands in /help eval
|
2014-06-29 11:48:04 +02:00 |
|