summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-11irc: remove redefinition of bar item "input_prompt"Sébastien Helleu
The new buffer property "input_prompt" is used instead.
2024-05-10core: add buffer property "input_prompt"Sébastien Helleu
2024-05-10irc: fix nick comparison in function irc_server_set_nickSébastien Helleu
2024-05-09irc: rename function irc_server_buffer_set_input_multiline to ↵Sébastien Helleu
irc_server_set_buffer_input_multiline
2024-05-08core: refresh buffer only if nicklist_display_groups has changedSébastien Helleu
2024-05-08core: refresh buffer only if nicklist has changedSébastien Helleu
2024-05-08core: refresh buffer only if time_for_each_line has changedSébastien Helleu
2024-05-08core: add function gui_buffer_set_filterSébastien Helleu
2024-05-08core: add function gui_buffer_set_inputSébastien Helleu
2024-05-08tests: add placeholder for tests on function ↵Sébastien Helleu
gui_buffer_set_input_get_any_user_data
2024-05-08core: fix buffer title comparison in function gui_buffer_set_titleSébastien Helleu
2024-05-08core: merge conditions in function gui_buffer_set_typeSébastien Helleu
2024-05-08core: fix buffer short name comparison in function gui_buffer_set_short_nameSébastien Helleu
2024-05-08core: fix buffer name comparison in function gui_buffer_set_nameSébastien Helleu
2024-05-08core: check that buffer is not NULL in function gui_input_set_posSébastien Helleu
2024-05-08core: add function gui_buffer_set_notifySébastien Helleu
2024-05-08core: add function gui_buffer_set_day_changeSébastien Helleu
2024-05-08tests: fix typo in commentSébastien Helleu
2024-05-08api: return `-1` or `1` if one input string is NULL and not the other in ↵Sébastien Helleu
string comparison functions
2024-05-07relay/remote: set input multiline on buffer eventSébastien Helleu
2024-05-07relay/remote: set buffer input and cursor position on buffer eventSébastien Helleu
2024-05-07doc: update Serbian translationIvan Pešić
2024-05-07core: update Serbian translationIvan Pešić
2024-05-07relay: change default value of option "relay.network.commands" to `*,!quit`Sébastien Helleu
2024-05-05relay/remote: reuse an existing remote bufferSébastien Helleu
2024-05-05relay/remote: synchronize input with remote relaySébastien Helleu
2024-05-05relay/api: add optional synchronization of inputSébastien Helleu
2024-05-05relay/api: add input fields in GET /api/buffersSébastien Helleu
New fields returned: - "input" (string): content of input - "input_position" (integer): position in input (starts at 0) - "input_multiline" (boolean): true if the buffer allows multiline input
2024-05-05relay/api: add parameter "lines_free" in GET /api/buffersSébastien Helleu
This parameter is the number of lines to return for buffers with free content. Its default value is `0` if "lines" is set to `0`, otherwise all buffer lines are returned.
2024-05-05relay/api: fix read of buffer lines when lines parameter is LONG_MINSébastien Helleu
2024-05-05tests: add test on relay API preflight request (OPTIONS)Sébastien Helleu
2024-05-05tests: fix relay API protocol testsSébastien Helleu
2024-05-05relay/api: reply to preflight request OPTIONS received from browsers (CORS)Sébastien Helleu
This adds the support of Cross-Origin Resource Sharing (CORS) in the relay HTTP API.
2024-05-04relay/api: send all nicks when a buffer is openedSébastien Helleu
2024-05-04relay/remote: run callback based on event name instead of body typeSébastien Helleu
2024-05-04relay/remote: clear remote buffer when event "buffer_cleared" is receivedSébastien Helleu
2024-05-04tests: add placeholders for tests on relay api remote event functionsSébastien Helleu
2024-05-04relay/remote: fix close of remote bufferSébastien Helleu
2024-05-04relay/remote: fix alignment of variable in debug print to log fileSébastien Helleu
2024-05-04relay/remote: do not display error if the buffer is not found in a line/nick ↵Sébastien Helleu
event
2024-05-03relay/api: do not relay any signal received on a relay bufferSébastien Helleu
This fixes a creation of multiple fset buffers on remote when /fset is used on the server.
2024-05-03core: conditionally declare variable only used in conditional codeEli Schwartz
Avoids emitting a compiler diagnostic by default for non-NLS builds for -Wunused-variable.
2024-05-03core: remove unused headerEli Schwartz
weechat.h already handles libintl.h and defining suitable macros. Including it again does nothing other than emit a compile warning when compiling without NLS: In file included from /var/tmp/portage/net-irc/weechat-9999/work/weechat-9999/src/core/core-doc.c:35: /var/tmp/portage/net-irc/weechat-9999/work/weechat-9999/src/core/weechat.h:49: warning: "gettext" redefined 49 | #define gettext(string) (string) | In file included from /var/tmp/portage/net-irc/weechat-9999/work/weechat-9999/src/core/core-doc.c:30: /usr/include/libintl.h:109: note: this is the location of the previous definition 109 | # define gettext(msgid) dgettext (NULL, msgid)
2024-05-03core: remove unused variable "used"Sébastien Helleu
2024-05-03irc: remove unneeded parameter in call to `irc_list_alloc()`Sébastien Helleu
2024-05-02core: fix prototype of function "resizeterm" in fake ncurses interfaceSébastien Helleu
2024-05-02relay: fix use of uninitialized variable "ptr_buffer"Sébastien Helleu
2024-05-02relay: remove unused variable "i"Sébastien Helleu
2024-05-02alias: remove unused variable "args_count"Sébastien Helleu
2024-05-02core: update German translationsNils Görs