summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2022-08-03irc: mention how to remove capability in /help capSébastien Helleu
2022-08-02ruby: fix function hdata_get_stringSébastien Helleu
2022-08-02guile: fix function hdata_get_stringSébastien Helleu
2022-08-02php: fix function hdata_compareSébastien Helleu
2022-08-01scripts: fix issue with long interval in function hook_timerSébastien Helleu
2022-08-01scripts: fix issue with year ≥ 2038 in functions print_date_tags and print_...Sébastien Helleu
2022-08-01scripts: fix issue with year ≥ 2038 in function infolist_new_var_timeSébastien Helleu
2022-08-01javascript: fix return of long value in functions infolist_time, hdata_long a...Sébastien Helleu
2022-07-31buflist: add variable "${hotlist_priority_number}" (integer version of "${hot...Sébastien Helleu
2022-07-27irc: display an error message when using command /dcc without xfer plugin loadedSébastien Helleu
2022-07-27xfer: fix crash when closing DCC chat bufferSébastien Helleu
2022-07-24relay: exit function relay_irc_recv if params can not be allocatedSébastien Helleu
2022-07-21irc: fix display of TOPIC message with an empty trailing parameterSébastien Helleu
2022-07-21irc: fix display of QUIT message with an empty trailing parameter (closes #1797)Sébastien Helleu
2022-07-21relay: fix parsing of IRC messages received from clients (closes #1796)Sébastien Helleu
2022-07-20irc: use API function string_rebuild_split_string in irc_protocol_string_paramsSébastien Helleu
2022-07-20api: add arguments "index_start" and "index_end" in function string_rebuild_s...Sébastien Helleu
2022-07-20api: rename function string_build_with_split_string to string_rebuild_split_s...Sébastien Helleu
2022-07-16irc: fix duplicated channels in autojoin option when autojoin_dynamic is enab...Sébastien Helleu
2022-07-10api: add info "uptime_current"Sébastien Helleu
2022-07-02irc: remove unneeded translation marker (issue #1772)Sébastien Helleu
2022-07-02irc: start at parameter #2 in callback of messages 524/704/705/706 (issue #1772)Sébastien Helleu
2022-07-02irc: fix comments (issue #1772)Sébastien Helleu
2022-07-02irc: add ERR_HELPNOTFOUND (issue #1772)Valentin Lorentz
2022-07-02irc: strip topic name when formatting RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP...Valentin Lorentz
2022-06-30php: fix compilation warning about unused argumentsSébastien Helleu
2022-06-30php: Deprecate `forget_*` functions in PHP 8+Adam Saponara
2022-06-30php: Add stubs and generate arginfo for PHP APIAdam Saponara
2022-06-30php: Adjust API for PHP 8.2Adam Saponara
2022-06-25irc: update URLs to IRCv3 specificationsSébastien Helleu
2022-06-18core: add trailing slashes in URLsSébastien Helleu
2022-06-18doc: add trailing slashes in URLsSé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-05-27trigger: fix completion of command `/trigger add` when there are spaces in th...Sébastien Helleu
2022-05-27trigger: fix memory leak in command `/trigger addinput`Sébastien Helleu
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 buff...Sébastien Helleu
2022-04-24api: allow to catch multiple signals in functions hook_signal and hook_hsigna...Sébastien Helleu
2022-04-23trigger: check that buffer notify is not "none" to run command of default tri...Sébastien Helleu
2022-04-16buflist: fix memory leak when reading config and changing option buflist.look...Sébastien Helleu
2022-03-30relay: fix save of channels when JOIN/PART are received from an IRC relay cli...Sébastien Helleu
2022-03-19irc: fix memory leak in command /autojoin addraw when channels are missingSébastien Helleu
2022-03-19irc: ensure old_autojoin and ptr_autojoin are not NULL before comparing themSébastien Helleu
2022-03-17core: Fix regex for constants in the Python stub generatorTrygve Aaberge
2022-03-13python: add function buffer_new_props in Python stub fileSébastien Helleu
2022-03-13api: add function buffer_new_props (closes #1759)Sébastien Helleu
2022-03-12scripts: allow null values in config_new_optionTrygve Aaberge
2022-03-11irc: add option "sort" in command /autojoinSébastien Helleu
2022-03-10irc: update translationsSébastien Helleu