aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/typing (follow)
Commit message (Expand)AuthorAgeFilesLines
* core, plugins: add missing parentheses when dereferencing a pointer with an array indexSébastien Helleu2024-09-051-1/+1
* core, plugins: replace "%lx" by "%p" in calls to sscanfSébastien Helleu2024-06-141-6/+2
* plugins: remove check of NULL pointers before calling weechat_string_free_split() (issue #865)Sébastien Helleu2024-04-261-2/+1
* core: update copyright datesSébastien Helleu2024-01-019-9/+9
* core: fix crash on plugin reload when using musl libs (closes #2052)Sébastien Helleu2023-12-152-0/+42
* typing: remove nicks typing even when option typing.look.enabled_self is off (closes #1718)Sébastien Helleu2023-05-161-0/+8
* typing: fix type and name of variable for key in hashtable typing_status_nicksSébastien Helleu2023-05-161-3/+3
* core: add quotes around paths in CMake files (closes #29)Sébastien Helleu2023-05-131-1/+1
* core, plugins: set options to NULL by default, refactor config init functionsSébastien Helleu2023-04-011-74/+74
* plugins: set priority in calls to weechat_config_new (issue #1872)Sébastien Helleu2023-01-284-2/+4
* typing: fix crash when pointer buffer is not received in callback for signal "input_text_changed" (closes #1869)Sébastien Helleu2023-01-081-1/+6
* core: remove build with autotoolsSébastien Helleu2023-01-081-37/+0
* core: update copyright datesSébastien Helleu2023-01-0110-10/+10
* core: update copyright datesSébastien Helleu2022-01-1710-10/+10
* typing: remove trailing space in translated messageSébastien Helleu2021-07-041-1/+2
* typing: add option typing.look.input_min_charsSébastien Helleu2021-07-043-2/+12
* core: update translationsSébastien Helleu2021-07-041-1/+1
* typing: add option typing.look.item_max_lengthSébastien Helleu2021-07-043-5/+42
* typing: remove hashtables when typing is turned offSébastien Helleu2021-07-042-1/+11
* typing: add note for translatorsSébastien Helleu2021-07-041-0/+1
* tests: add tests on typing plugin functionsSébastien Helleu2021-07-042-19/+23
* irc, typing: display typing status for IRC nicksSébastien Helleu2021-07-049-97/+744
* typing: replace linked list with a hashtable to store typing status on buffersSébastien Helleu2021-07-047-347/+271
* typing: add typing pluginSébastien Helleu2021-07-048-0/+931