Age | Commit message (Collapse) | Author |
|
|
|
(closes #1322)
|
|
|
|
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
|
|
|
|
|
|
Related to weechat/weechat.org@66a8b72ab17784e7476b142e36c0fd8c7ae9c7c3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
(user's guide)
|
|
|
|
focus (issue #1295)
|
|
beginning of command line
The space can be added in option weechat.completion.nick_completer
(this is now the default value of the option):
/set weechat.completion.nick_completer ": "
|
|
The following special sequences are not supported in regular expressions on
FreeBSD:
- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
only spaces could be a problem when we use this sequence).
|
|
|
|
(same action as F1/F2)
|
|
(same action as F11/F12)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1286)
|
|
|
|
|
|
guide) (closes #1284)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #1280)
|