Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-01 | core: add command /toggle | Sébastien Helleu | |
2021-09-27 | core: check that option is not NULL in function ↵ | Sébastien Helleu | |
config_file_option_value_to_string | |||
2021-09-27 | core: fix search of option when the section is not given | Sébastien Helleu | |
2021-09-27 | core: check that option_name is not NULL in config file functions | Sébastien Helleu | |
2021-09-26 | core: update German translations | Nils Görs | |
2021-09-21 | irc: fix parsing of TAGMSG message when there is a colon before the channel | Sébastien Helleu | |
This fixes the display of typing notifications on some IRC servers like inspircd. | |||
2021-09-20 | core: add creation of user variables in evaluated expressions with ↵ | Sébastien Helleu | |
${define:name,value} | |||
2021-09-19 | typing: correct typo in CMake option description | Jan Palus | |
2021-09-19 | Version 3.4-dev | Sébastien Helleu | |
2021-09-19 | Version 3.3 | Sébastien Helleu | |
2021-09-19 | php: add missing header files in autotools build | Sébastien Helleu | |
2021-09-18 | debian: update changelog | Sébastien Helleu | |
2021-09-18 | debian: bump Standards-Version to 4.6.0.1 | Sébastien Helleu | |
2021-09-11 | Version 3.3-rc1 | Sébastien Helleu | |
2021-09-11 | docs: trim excess whitespace | a1346054 | |
2021-09-11 | build: fix shellcheck warnings | a1346054 | |
2021-09-11 | legal: use license file from gnu.org | a1346054 | |
Downloaded from: https://www.gnu.org/licenses/gpl-3.0.txt | |||
2021-09-10 | doc: update German auto-generated file | Sébastien Helleu | |
2021-09-10 | core: remove empty line displayed in output of /plugin list <name> | Sébastien Helleu | |
2021-09-10 | core: update German translations | Nils Görs | |
2021-09-09 | core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list" | Sébastien Helleu | |
2021-09-08 | core: replace deprecated cmake command "exec_program" by "execute_process" | Sébastien Helleu | |
This fixes a compilation issue on Debian Sid with the latest version of debianutils (5.4-3), where the "which" command is now deprecated. | |||
2021-09-07 | doc: update German auto-generated file | Sébastien Helleu | |
2021-09-07 | core: update German translations | Nils Görs | |
2021-09-06 | core: fix indentation in examples of /help eval | Sébastien Helleu | |
2021-09-06 | api: add split of string and shell arguments in evaluation of expressions | Sébastien Helleu | |
Split of string: ${split:number,separators,flags,xxx} Split of shell arguments: ${split_shell:number,xxx} | |||
2021-09-05 | core: add CVE id in ChangeLog | Sébastien Helleu | |
2021-09-05 | core: update ChangeLog (closes #1599) | Sébastien Helleu | |
2021-09-04 | core: update Serbian translations | Ivan Pešić | |
2021-09-04 | lua: add detection of Lua 5.4 | Sébastien Helleu | |
2021-09-04 | core: add version 3.2.1 | Sébastien Helleu | |
2021-09-04 | relay: fix crash when decoding a malformed websocket frame | Sébastien Helleu | |
2021-09-03 | core: update German translations | Nils Görs | |
2021-09-03 | irc: fix send of empty JOIN when connecting to a server with only parted ↵ | Sébastien Helleu | |
channels (closes #1638) | |||
2021-08-31 | core: update translations | Sébastien Helleu | |
2021-08-31 | core: add options in command /input and new keys to remove/restore buffers ↵ | Sébastien Helleu | |
in hotlist New options in command /input: - hotlist_remove_buffer - hotlist_restore_buffer - hotlist_restore_all New keys: - alt+h, alt+c: clear the whole hotlist (former key: alt+h) - alt+h, alt+m: mark the current buffer as read by removing it from the hotlist - alt+h, alt+r: restore latest hotlist removed in the current buffer - alt+h, alt+shift+R: restore latest hotlist removed in all buffers | |||
2021-08-30 | doc: fix typo in French plugin API reference | Sébastien Helleu | |
2021-08-29 | core: update ChangeLog (closes #1689) | Sébastien Helleu | |
2021-08-29 | api: add "${re:repl_index}" to get the index of replacement in function ↵ | Sébastien Helleu | |
string_eval_expression | |||
2021-08-16 | core: ensure python stub is up-to-date in CI | Sébastien Helleu | |
2021-08-16 | doc: write python stub on standard output | Sébastien Helleu | |
2021-08-13 | doc: update German auto-generated file | Sébastien Helleu | |
2021-08-13 | core: update German translations | Nils Görs | |
2021-08-12 | irc: add option "-parted" in command /allchan (closes #1685) | Sébastien Helleu | |
2021-08-11 | core: add terminal and color info in output of /debug color | Sébastien Helleu | |
2021-08-10 | doc: update German auto-generated file | Sébastien Helleu | |
2021-08-10 | core: update German translations | Nils Görs | |
2021-08-08 | core: switch to PHP 8.0 in CI | Sébastien Helleu | |
2021-08-08 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2021-08-08 | irc: save CLIENTTAGDENY from message 005 in server, do not send typing ↵ | Sébastien Helleu | |
messages if "typing" client tag is denied |