Sébastien Helleu
dd44c1db16
relay: add extra forbidden commands in weechat protocol (issue #928 )
...
Commands were already forbidden (option relay.weechat.commands):
- /exec
- /upgrade
- /quit
These extra commands are now forbidden by default:
- /fset
- /set
- /unset
- /plugin
- /script
- /python
- /perl
- /ruby
- /lua
- /tcl
- /guile
- /javascript
- /php
- /secure
2019-03-09 17:54:06 +01:00
Sébastien Helleu
2f5aa3b509
core: use bitwise shift operator to define flag constants
2019-03-02 11:09:52 +01:00
Sébastien Helleu
76290729b7
core: add contributor in AUTHORS.adoc (issue #1319 )
2019-03-01 07:42:32 +01:00
Sébastien Helleu
b9044f5ca1
core: update ChangeLog (issue #1319 )
2019-03-01 07:41:24 +01:00
Sébastien Helleu
7b43d2fe43
Merge pull request #1319 from phy1729/quote-nick
...
irc: quote argument to NICK
2019-03-01 07:40:42 +01:00
Matthew Martin
77a9322bbf
irc: quote argument to NICK
2019-02-28 18:55:26 -06:00
Nils Görs
6a0e9818a9
core: update German translations
2019-02-28 21:41:09 +01:00
Sébastien Helleu
791406f26f
doc: fix typo in FAQ
2019-02-28 21:38:05 +01:00
Sébastien Helleu
c91e47c414
script: use SHA-512 instead of MD5 for script checksum
...
Related to weechat/weechat.org@66a8b72ab1
2019-02-28 20:55:10 +01:00
Sébastien Helleu
d290de2cba
relay: add option relay.weechat.commands ( closes #928 )
2019-02-28 20:24:25 +01:00
Sébastien Helleu
80b980b2af
api: add function command_options (issue #928 )
2019-02-28 20:19:18 +01:00
Sébastien Helleu
64043d5a6c
php: fix memory leak in functions using hashtable parameters
...
Functions fixed in PHP plugin:
- string_eval_expression
- string_eval_path_home
- key_bind
- hook_process_hashtable
- hook_hsignal_send
- info_get_hashtable
- hdata_update
2019-02-27 07:51:02 +01:00
Sébastien Helleu
c079cc124e
doc: fix typo in plugin API reference
2019-02-27 07:46:33 +01:00
Sébastien Helleu
55501b84d6
core: remove function gui_buffer_match_list_split, use function string_match_list
2019-02-27 07:46:29 +01:00
Sébastien Helleu
17a218e6b6
core: use function string_match_list for the autoload of plugins
2019-02-27 07:46:26 +01:00
Sébastien Helleu
c2859096cb
api: add function string_match_list
2019-02-27 07:46:22 +01:00
Sébastien Helleu
e473161c9f
core: remove parentheses after function names in ChangeLog
2019-02-26 20:02:21 +01:00
Sébastien Helleu
e6850dcf9e
Merge pull request #1318 from arza-zara/typos
...
fset: fix typo in /help fset.format.option2
2019-02-26 19:55:16 +01:00
arza
2af3157dc2
fset: fix typo in /help fset.format.option2
2019-02-26 19:33:03 +02:00
Sébastien Helleu
a10769f0f8
doc: move spell chapter after scripts in user's guide
2019-02-26 08:01:42 +01:00
Sébastien Helleu
4ef149b591
core: clarify changes on option weechat.completion.nick_completer in release notes
2019-02-25 18:49:46 +01:00
Sébastien Helleu
f1d30dc0b1
core: fix alignment of images in README
2019-02-24 17:03:01 +01:00
Sébastien Helleu
a817327b0e
core: add WeeChat logo in README
2019-02-24 16:14:57 +01:00
Sébastien Helleu
471f9c61da
relay: remove obsolete comment
2019-02-24 16:13:04 +01:00
Sébastien Helleu
466268d5ef
doc: update German auto-generated files
2019-02-24 10:03:30 +01:00
Nils Görs
485f5d3e87
core: update German translations
2019-02-23 23:25:22 +01:00
Sébastien Helleu
8eb24f4338
core: update ChangeLog (issue #1055 , issue #1312 )
2019-02-23 13:41:49 +01:00
Sébastien Helleu
4a13e1ac7e
core: update translations (issue #1055 , issue #1312 )
2019-02-23 13:40:23 +01:00
Simmo Saan
c84ac65954
core: add /filter addreplace ( closes #1055 )
2019-02-23 13:37:46 +01:00
Sébastien Helleu
525417c2c6
core: update ChangeLog (issue #1309 , issue #1311 )
2019-02-23 11:23:14 +01:00
Sébastien Helleu
68b56291f9
core: merge two comments in a single one (issue #1309 , issue #1311 )
2019-02-23 11:22:58 +01:00
Sébastien Helleu
7b79fbbd09
Merge remote-tracking branch 'origin/pr/1311'
2019-02-23 11:17:02 +01:00
Sébastien Helleu
bdc905df16
core: replace "Desired behavior" by "Expected behavior" in bug report template
2019-02-22 21:46:24 +01:00
Sébastien Helleu
baa598276c
fset: fix slow refresh of fset buffer during /reload ( closes #1313 )
2019-02-22 21:33:39 +01:00
Sébastien Helleu
355843b27a
core: move "Current behavior" after "Steps to reproduce" in bug report template
2019-02-22 21:00:55 +01:00
Simmo Saan
8ac4a75969
gui: fix use after free bug in /filter del (issue #1309 )
...
Deleting (freeing) a filter also frees its buffers, so refilter must
happen before freeing. Disabling the filter temporarily fixes the bug.
This fix disables the filter before filter_removing signal, though.
2019-02-21 16:15:58 +02:00
Simmo Saan
91936ff583
gui: only refilter affected buffers on filter change ( closes #1309 )
2019-02-21 16:03:15 +02:00
Sébastien Helleu
33581dd1a7
doc: update German auto-generated files
2019-02-20 08:40:34 +01:00
Nils Görs
d2ac854bfa
core: update German translations
2019-02-20 08:36:58 +01:00
Nils Görs
dd8969413d
core: update German translations
2019-02-20 08:25:50 +01:00
Sébastien Helleu
21c02a0378
core: add command to change key alt+s in release notes
2019-02-19 22:42:11 +01:00
Sébastien Helleu
8344f0addc
core: add command /spell and default key alt+s in release notes
2019-02-19 22:40:11 +01:00
Sébastien Helleu
7b0507bb47
core: add reason of aspell renaming in release notes
2019-02-19 22:35:08 +01:00
Sébastien Helleu
cccd4f07e5
core: add extra instructions about spell plugin in release notes
2019-02-19 22:04:17 +01:00
Sébastien Helleu
3368557cc7
core: update translations (issue #1299 )
2019-02-19 21:38:53 +01:00
Sébastien Helleu
27481df277
core: force new API version to prevent the old aspell plugin to load (issue #1299 )
2019-02-19 21:21:20 +01:00
Sébastien Helleu
57aa9e060e
spell: rename "aspell" plugin to "spell" (issue #1299 )
...
The following things have been renamed:
- file aspell.conf -> spell.conf
- options aspell.* -> spell.*
- bar item aspell_dict -> spell_dict
- bar item and local variable aspell_suggest -> spell_suggest
- info aspell_dict -> spell_dict
2019-02-19 21:15:56 +01:00
Sébastien Helleu
e8159298ad
core: update ChangeLog (issue #1306 , issue #1307 )
2019-02-19 20:41:34 +01:00
Sébastien Helleu
9985af8b5d
Merge remote-tracking branch 'origin/pr/1307'
2019-02-19 20:38:14 +01:00
Sébastien Helleu
6a9937f08a
core: fix compilation on Mac OS ( closes #1308 )
...
This adds the missing include "unistd.h" for function "mkdtemp" (required on
Mac OS only).
2019-02-18 19:28:20 +01:00