summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-04relay: fix decoding of websocket frame when a partial frame is receivedSébastien Helleu
2024-02-04relay: fix websocket decompression when output buffer is not large enoughSébastien Helleu
2024-02-04scripts: fix crash on script unload when a hook is created in a buffer close ...Sébastien Helleu
2024-02-03ci: remove tests on macOS 11Sébastien Helleu
2024-02-03relay: free ws_deflate when http request is freedSébastien Helleu
2024-02-03relay/api: add extra check on JSON types in handshake and input resources (is...Sébastien Helleu
2024-02-02core: disable CJSON in Debian/buster, Raspbian/buster and Ubuntu/focal builds...Sébastien Helleu
2024-02-02relay: fix build when CJSON is disabled (issue #2066)Sébastien Helleu
2024-02-01core: update translations (issue #2066)Sébastien Helleu
2024-02-01relay/api: add handshake resource, without authentication required (issue #2066)Sébastien Helleu
2024-02-01relay: check that request is not NULL before compressing data (issue #2066)Sébastien Helleu
2024-02-01relay/api: fix send of responses 400 and 404 in case of error (issue #2066)Sébastien Helleu
2024-02-01relay: remove request from some function arguments (issue #2066)Sébastien Helleu
2024-02-01relay: allow password hash authentication in api relay, add option relay.netw...Sébastien Helleu
2024-02-01relay: rename option relay.weechat.commands to relay.network.commands (issue ...Sébastien Helleu
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-02-01relay: add support of websocket extension "permessage-deflate" (closes #1549)Sébastien Helleu
2024-02-01relay: add "api" protocol (HTTP REST API) (issue #2066)Sébastien Helleu
2024-01-31po: updated Polish translationsKrzysztof Korościk
2024-01-27core: use function util_strftimeval in evaluation of expression `date:xxx`Sébastien Helleu
2024-01-27api: add support of specifier `%!` for timestamp in function util_strftimevalSébastien Helleu
2024-01-27core: update German translationsNils Görs
2024-01-24core: add support of `(?i)` for argument "name" in `/help buffer`Sébastien Helleu
2024-01-24core: allow case insensitive search of partial buffer name with `(?i)name` in...Sébastien Helleu
2024-01-24tests: add tests on buffer properties "opening" and "type"Sébastien Helleu
2024-01-24core: return 0 in gui_buffer_is_main if plugin_name or name is NULLSébastien Helleu
2024-01-22doc/dev: update rules for indentation in C sourcesSébastien Helleu
2024-01-22core: add version 4.2.1 in ChangeLog and release notesSébastien Helleu
2024-01-22tests: remove extra empty lineSébastien Helleu
2024-01-22irc: fix random date displayed when a received message contains tags but no "...Sébastien Helleu
2024-01-21Version 4.3.0-devSébastien Helleu
2024-01-21Version 4.2.0Sébastien Helleu
2024-01-21tests: add missing format string in calls to snprintfSébastien Helleu
2024-01-20core: add versions 4.0.8 and 4.1.3 in ChangeLog and release notesSébastien Helleu
2024-01-15core: Update Serbian messagesIvan Pešić
2024-01-15doc: Update Serbian translationIvan Pešić
2024-01-15core: update German translationsNils Görs
2024-01-14doc/dev: remove conflict marker in Serbian docSébastien Helleu
2024-01-12irc: add tests on info functions (issue #2059)Sébastien Helleu
2024-01-12irc: check if arguments are not NULL in some infosSébastien Helleu
2024-01-12irc: fix info "irc_is_message_ignored" (closes #2059)Sébastien Helleu
2024-01-06doc/api: add missing properties in functions buffer_get_integer and buffer_ge...Sébastien Helleu
2024-01-06core: add variable "opening" in buffer, do not send buffer signals when the b...Sébastien Helleu
2024-01-06doc: update copyright datesKrzysztof Korościk
2024-01-06po: updated polish translationKrzysztof Korościk
2024-01-06relay/weechat: unhook hook_timer_nicklist when synchronization is stoppedSébastien Helleu
2024-01-06relay: add global relay hdata variablesSébastien Helleu
2024-01-05irc: fix display of self messages in case of message split failureSébastien Helleu
2024-01-05relay: fix display of raw messages (issue #649)Sébastien Helleu
2024-01-05core: add support of microseconds in command `/print -date` (issue #649)Sébastien Helleu