Age | Commit message (Collapse) | Author |
|
The value -1 means it's a standard split, but empty items are kept, and
separators are not removed at beginning/end of string.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
irc: quote argument to NICK
|
|
|
|
|
|
|
|
Related to weechat/weechat.org@66a8b72ab17784e7476b142e36c0fd8c7ae9c7c3
|
|
|
|
|
|
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
|
|
|
|
string_match_list
|
|
|
|
|
|
|
|
fset: fix typo in /help fset.format.option2
|
|
|
|
|
|
notes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#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
|