summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-30php: Deprecate `forget_*` functions in PHP 8+Adam Saponara
These functions don't work with PHP 8+ and also don't seem to be necessary anymore when reloading scripts.
2022-06-30php: Add stubs and generate arginfo for PHP APIAdam Saponara
This was preventing the PHP plugin from working if PHP was compiled with `--enable-debug`. With this patch, `--enable-debug` builds of PHP should work.
2022-06-30php: Adjust API for PHP 8.2Adam Saponara
2022-06-28doc/quickstart: add command /autojoin and server option autojoin_dynamicSébastien Helleu
2022-06-27doc/scripting: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/relay: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/quickstart: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/api: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/faq: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/dev: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/user: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/user: replace TOR by TorSébastien Helleu
2022-06-25doc/user: add a chapter on supported IRCv3 extensionsSébastien Helleu
2022-06-25irc: update URLs to IRCv3 specificationsSébastien Helleu
2022-06-24doc: remove underline and change color for linksSébastien Helleu
2022-06-24doc: fix generation of python stubSébastien Helleu
2022-06-23doc: change formatting in asciidoctor tablesSébastien Helleu
2022-06-21doc: update German auto-generated fileSébastien Helleu
2022-06-20core: update German translationsNils Görs
2022-06-18core: add trailing slashes in URLsSébastien Helleu
2022-06-18doc: add trailing slashes in URLsSébastien Helleu
2022-06-18doc/user: add missing server option "autojoin_dynamic"Sébastien Helleu
2022-06-18irc: update translationsSébastien Helleu
2022-06-17irc: add example with `/allchan` in `/help autojoin`Sébastien Helleu
2022-06-15irc: rename option `save` to `apply` in command `/autojoin`Sébastien Helleu
2022-06-10doc/user: fix column sizeSébastien Helleu
2022-06-10doc: update German documentationNils Görs
2022-06-07doc/user: add chapter on custom bar itemsSébastien Helleu
2022-06-06doc/faq: mention command /autojoin to edit the "autojoin" server optionSébastien Helleu
2022-05-31doc: update German auto-generated filesSébastien Helleu
2022-05-30doc/user: fix links to commandsSébastien Helleu
2022-05-30core: update German translationsNils Görs
2022-05-28core: fix style in ChangeLogSébastien Helleu
2022-05-27core: update translationsSébastien Helleu
2022-05-27core: add completion of conditions and content in commands `/item add` and ↵Sébastien Helleu
`/item addreplace` (issue #808)
2022-05-27trigger: fix completion of command `/trigger add` when there are spaces in ↵Sébastien Helleu
the following arguments
2022-05-27core: add examples in /help item (issue #808)Sébastien Helleu
2022-05-27core: add display conditions in custom bar items (issue #808)Sébastien Helleu
2022-05-27trigger: fix memory leak in command `/trigger addinput`Sébastien Helleu
2022-05-27core: add command /item (closes #808)Sébastien Helleu
This allows to create custom bar items with evaluated content (like the script text_item.py does).
2022-05-12core: update German translationsNils Görs
2022-05-11core: allow to remove multiple filters at once with command /filter delSébastien Helleu
2022-05-09doc/relay: add missing version 3.5 in command "init"Sébastien Helleu
2022-04-29doc/faq: rename option autojoin_record to autojoin_dynamicSébastien Helleu
2022-04-25doc: update German auto-generated fileSébastien Helleu
2022-04-25core: update German translationsNils Görs
2022-04-24irc: remove channel from autojoin option when manually closing a bufferSébastien Helleu
2022-04-24irc: fix add of channel to autojoin option when joining a channel with a ↵Sébastien Helleu
buffer still opened
2022-04-24api: allow to catch multiple signals in functions hook_signal and ↵Sébastien Helleu
hook_hsignal (closes #1780)
2022-04-24doc/api: remove word "and" in text with updated versionsSébastien Helleu