Age | Commit message (Expand) | Author |
2022-07-21 | irc: fix display of QUIT message with an empty trailing parameter (closes #1797) | Sébastien Helleu |
2022-07-21 | relay: fix parsing of IRC messages received from clients (closes #1796) | Sébastien Helleu |
2022-07-20 | irc: use API function string_rebuild_split_string in irc_protocol_string_params | Sébastien Helleu |
2022-07-20 | api: add arguments "index_start" and "index_end" in function string_rebuild_s... | Sébastien Helleu |
2022-07-20 | api: rename function string_build_with_split_string to string_rebuild_split_s... | Sébastien Helleu |
2022-07-16 | irc: fix duplicated channels in autojoin option when autojoin_dynamic is enab... | Sébastien Helleu |
2022-07-10 | api: add info "uptime_current" | Sébastien Helleu |
2022-07-02 | api: run hook_print callback also on empty messages | Sébastien Helleu |
2022-07-02 | irc: remove unneeded translation marker (issue #1772) | Sébastien Helleu |
2022-07-02 | irc: start at parameter #2 in callback of messages 524/704/705/706 (issue #1772) | Sébastien Helleu |
2022-07-02 | irc: fix comments (issue #1772) | Sébastien Helleu |
2022-07-02 | irc: add ERR_HELPNOTFOUND (issue #1772) | Valentin Lorentz |
2022-07-02 | irc: strip topic name when formatting RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP... | Valentin Lorentz |
2022-06-30 | php: fix compilation warning about unused arguments | Sébastien Helleu |
2022-06-30 | php: Deprecate `forget_*` functions in PHP 8+ | Adam Saponara |
2022-06-30 | php: Add stubs and generate arginfo for PHP API | Adam Saponara |
2022-06-30 | php: Adjust API for PHP 8.2 | Adam Saponara |
2022-06-25 | irc: update URLs to IRCv3 specifications | Sébastien Helleu |
2022-06-18 | core: add trailing slashes in URLs | Sébastien Helleu |
2022-06-18 | doc: add trailing slashes in URLs | Sébastien Helleu |
2022-06-17 | irc: add example with `/allchan` in `/help autojoin` | Sébastien Helleu |
2022-06-15 | irc: rename option `save` to `apply` in command `/autojoin` | Sébastien Helleu |
2022-05-27 | core: add completion of conditions and content in commands `/item add` and `/... | Sébastien Helleu |
2022-05-27 | trigger: fix completion of command `/trigger add` when there are spaces in th... | Sébastien Helleu |
2022-05-27 | core: add examples in /help item (issue #808) | Sébastien Helleu |
2022-05-27 | core: add display conditions in custom bar items (issue #808) | Sébastien Helleu |
2022-05-27 | trigger: fix memory leak in command `/trigger addinput` | Sébastien Helleu |
2022-05-27 | core: add command /item (closes #808) | Sébastien Helleu |
2022-05-11 | core: allow to remove multiple filters at once with command /filter del | Sébastien Helleu |
2022-04-24 | irc: remove channel from autojoin option when manually closing a buffer | Sébastien Helleu |
2022-04-24 | irc: fix add of channel to autojoin option when joining a channel with a buff... | Sébastien Helleu |
2022-04-24 | api: allow to catch multiple signals in functions hook_signal and hook_hsigna... | Sébastien Helleu |
2022-04-24 | core: move detailed list of hooks from command "/plugin listfull" to "/debug ... | Sébastien Helleu |
2022-04-24 | core: add functions to get short description of hooks | Sébastien Helleu |
2022-04-23 | core: add missing options "dirs" and "hooks" in description of /debug command... | Sébastien Helleu |
2022-04-23 | trigger: check that buffer notify is not "none" to run command of default tri... | Sébastien Helleu |
2022-04-18 | core: add case conversion in evaluation of expressions (closes #1778) | Sébastien Helleu |
2022-04-18 | core: add bar item "spacer" | Sébastien Helleu |
2022-04-17 | core: use dynamic string functions to build bar window content | Sébastien Helleu |
2022-04-16 | buflist: fix memory leak when reading config and changing option buflist.look... | Sébastien Helleu |
2022-03-30 | relay: fix save of channels when JOIN/PART are received from an IRC relay cli... | Sébastien Helleu |
2022-03-27 | core: fix bad window size on startup with some terminals like kitty (closes #... | Sébastien Helleu |
2022-03-19 | irc: fix memory leak in command /autojoin addraw when channels are missing | Sébastien Helleu |
2022-03-19 | irc: ensure old_autojoin and ptr_autojoin are not NULL before comparing them | Sébastien Helleu |
2022-03-17 | core: Fix regex for constants in the Python stub generator | Trygve Aaberge |
2022-03-13 | core: set again TLS verification functions after GnuTLS options are changed (... | Sébastien Helleu |
2022-03-13 | python: add function buffer_new_props in Python stub file | Sébastien Helleu |
2022-03-13 | api: add function buffer_new_props (closes #1759) | Sébastien Helleu |
2022-03-13 | core: add function gui_buffer_new_props (issue #1759) | Sébastien Helleu |
2022-03-12 | scripts: allow null values in config_new_option | Trygve Aaberge |