Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-09 | relay: add extra forbidden commands in weechat protocol (issue #928) | Sébastien Helleu | |
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-02-28 | core: update German translations | Nils Görs | |
2019-02-28 | script: use SHA-512 instead of MD5 for script checksum | Sébastien Helleu | |
Related to weechat/weechat.org@66a8b72ab17784e7476b142e36c0fd8c7ae9c7c3 | |||
2019-02-28 | relay: add option relay.weechat.commands (closes #928) | Sébastien Helleu | |
2019-02-28 | api: add function command_options (issue #928) | Sébastien Helleu | |
2019-02-26 | fset: fix typo in /help fset.format.option2 | arza | |
2019-02-23 | core: update German translations | Nils Görs | |
2019-02-23 | core: update translations (issue #1055, issue #1312) | Sébastien Helleu | |
2019-02-20 | core: update German translations | Nils Görs | |
2019-02-20 | core: update German translations | Nils Görs | |
2019-02-19 | core: update translations (issue #1299) | Sébastien Helleu | |
2019-02-19 | spell: rename "aspell" plugin to "spell" (issue #1299) | Sébastien Helleu | |
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-15 | Fix czech translation kick message | ZethJack | |
original: <op> byl vykopnut <user> results in confusing message caused by mistranslation: op was kicked user proposed fix: <op> vykopnul <user> should result in more understandeable message: op has kicked user | |||
2019-02-09 | updated polish translation | Krzysztof Korościk | |
2019-02-03 | core: update translations | Sébastien Helleu | |
2019-02-03 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2019-01-29 | irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are ↵ | Sébastien Helleu | |
colons (closes #1296) | |||
2019-01-26 | doc: fix regex examples to be compatible with FreeBSD | Sébastien Helleu | |
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). | |||
2019-01-20 | script: add missing input actions "A" and "v" in /help script | Sébastien Helleu | |
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-12-22 | core: update German translations | Nils Görs | |
2018-12-22 | core: add note about option sec.crypt.passphrase_file in /help secure (issue ↵ | Sébastien Helleu | |
#1286) | |||
2018-12-13 | core: update German translations | Nils Görs | |
2018-12-09 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-11-29 | core: use https for all links where secured http is supported | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-11-17 | core: update German translations | Nils Görs | |
2018-11-17 | exec: add option exec.command.shell to customize the shell used with /exec -sh | Sébastien Helleu | |
2018-11-17 | core: update German translations | Nils Görs | |
2018-11-17 | core: add command line option "-t" (or "--temp-dir") to create a temporary ↵ | Sébastien Helleu | |
WeeChat home (deleted on exit) | |||
2018-11-16 | core: update German translations | Nils Görs | |
2018-11-12 | core: update German translations | Nils Görs | |
2018-11-12 | core: improve help on option irc.look.server_buffer (closes #1269) | Sébastien Helleu | |
2018-11-12 | core: improve help on option weechat.look.nick_color_stop_chars (closes #1268) | Sébastien Helleu | |
2018-11-05 | buflist: add variable ${number2}, always set with the indented buffer number | Sébastien Helleu | |
2018-11-04 | core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French | Sébastien Helleu | |
2018-11-04 | Merge pull request #1273 from half-duplex/master | Sébastien Helleu | |
Fix regex in relay.network.allowed_ips doc | |||
2018-11-04 | core: update translations | Sébastien Helleu | |
2018-11-03 | core: split plugin-api.c into 2 files (API wrappers and infos/infolists) | Sébastien Helleu | |
2018-10-27 | core: split wee-secure.c into 3 files (secured data functions, buffer and ↵ | Sébastien Helleu | |
config) | |||
2018-10-23 | Fix regex in relay allowed_ips doc | Trevor Bergeron | |
2018-10-19 | po: updated polish translation | Krzysztof Korościk | |
2018-10-14 | core: update German translations | Nils Görs | |
2018-10-14 | irc: fix colors 14 and 15 in /help irc.color.mirc_remap (closes #1266) | Sébastien Helleu | |
2018-10-14 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-10-10 | core: update German translations | Nils Görs | |
2018-10-09 | core: add repeat of string in evaluation of expressions with ↵ | Sébastien Helleu | |
"repeat:count,string" (closes #958) | |||
2018-10-08 | core: update German translations | Nils Görs | |
2018-10-06 | core: update translations | Sébastien Helleu | |
2018-09-30 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |