summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-06tests: rename variable "i" to "echo_message"Sébastien Helleu
2024-04-06irc: display CTCP reply to a nick in server buffer instead of channelSébastien Helleu
When a CTCP request is received on a channel, WeeChat replies to the nick and it is now displayed in the server buffer instead of the channel, as the target is a nick and not a channel.
2024-04-06tests: add extra tests on received IRC CTCP messagesSébastien Helleu
2024-04-01core: remove whitespaceSébastien Helleu
2024-04-01core: add cast to "const char *" for hashtable valueSébastien Helleu
2024-04-01core: fix print of pointer valuesSébastien Helleu
2024-04-01ci: add CodeQL code scanning (closes #2102)Mario Campos
2024-03-29relay: rename function relay_api_search_buffer_id_name to ↵Sébastien Helleu
relay_api_protocol_search_buffer_id_name
2024-03-28core: update German translations, fixed typoNils Görs
2024-03-26relay: move assignment after comment with important noteSébastien Helleu
2024-03-26relay: fix typo in commentSébastien Helleu
2024-03-26relay: fix typo in commentSébastien Helleu
2024-03-26irc: fix error displayed on connection in case of insufficient memorySébastien Helleu
2024-03-26relay: add size for array `relay_auth_password_hash_algo_name`Sébastien Helleu
2024-03-26core: update German translationsNils Görs
2024-03-26fset: fix typo in /help fsetSébastien Helleu
2024-03-26relay: set the last IRC client disconnection time only after a successful ↵Sébastien Helleu
connection (closes #2103)
2024-03-26fset: display number of commands executed in imported file, improve errors ↵Sébastien Helleu
displayed
2024-03-25fset: add option `-import` in command `/fset`Sébastien Helleu
2024-03-25core: display a specific message when the value of option is unchanged after ↵Sébastien Helleu
`/set` command
2024-03-25core: update German translationsNils Görs
2024-03-24core: fix tests on function strftimeval on AlpineSébastien Helleu
2024-03-24core: add option weechat.completion.case_sensitiveSébastien Helleu
2024-03-21doc/user: fix typo in trigger regex replace `${re:+}`Sébastien Helleu
2024-03-21doc/user: add missing `${re:#}` and `${re:repl_index}` in trigger regex replaceSébastien Helleu
2024-03-21doc/api: fix style in example `${re:+}`Sébastien Helleu
2024-03-20core: update German translationsNils Görs
2024-03-19script: add option `enable` in command `/script`, improve error displayed ↵Sébastien Helleu
when download of scripts is disabled
2024-03-18core: send signal "hotlist_changed" only if the order of hotlist has changed ↵Sébastien Helleu
after sort (issue #2097)
2024-03-18core: reduce number of re-sort of hotlist (issue #2097)Sébastien Helleu
Restore original signals caught: "buffer_moved" and "buffer_closed", and the signal "buffer_localvar_*" is added so that any local variable added/changed/removed triggers a re-sort of hotlist.
2024-03-17relay/api: add GET /api/hotlistSébastien Helleu
2024-03-17tests/gui: add tests on hotlist functionsSébastien Helleu
2024-03-17tests/scripts: make tests fail if a compiled scripting plugin fails to loadSébastien Helleu
2024-03-17tests: add missing include of string.h in relay API protocol testsSébastien Helleu
2024-03-16core: update German translationsNils Görs
2024-03-16core: optimize sort of hotlistSébastien Helleu
Entries are not duplicated any more.
2024-03-16core: don't resort hotlist when signal "hotlist_changed" is sentSébastien Helleu
2024-03-16core: sort hotlist and remove buffer even while upgradingSébastien Helleu
2024-03-16core: fix crash on /upgrade when hotlist contains buffers that are closedSébastien Helleu
2024-03-16core: resort hotlist on any buffer signal (issue #2097)Sébastien Helleu
2024-03-16buflist: fix help on option buflist.look.sort (issue #2097)Sébastien Helleu
2024-03-16core: fix typo in option weechat.look.hotlist_sort: time.usec -> time_usec ↵Sébastien Helleu
(issue #2097)
2024-03-16core: add option weechat.look.highlight_prefix (closes #2079)Sébastien Helleu
2024-03-16core: add variable `${highlight}` in option weechat.look.buffer_time_format ↵Sébastien Helleu
(issue #2079)
2024-03-15core: convert option weechat.look.hotlist_sort to a list of fields (closes ↵Sébastien Helleu
#2097)
2024-03-15tests: add hdata tests with struct timevalSébastien Helleu
2024-03-15core: rename variables with creation time in hdata "hotlist"Sébastien Helleu
Variables renamed: - "creation_time.tv_sec" -> "time" - "creation_time.tv_usec" -> "time_usec"
2024-03-15core: add macro to define hdata variable with different field and nameSébastien Helleu
2024-03-15core: add missing hdata name "buffer" in hdata "hotlist"Sébastien Helleu
2024-03-13core: update ChangeLog (issue #2093)Sébastien Helleu