index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-04-25
fset: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-04-25
fifo: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-04-25
exec: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-04-25
charset: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-04-25
buflist: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-04-24
alias: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-04-24
relay: add final '\0' in body when parsing HTTP response
Sébastien Helleu
2024-04-23
relay: fix default value of remote options
Sébastien Helleu
2024-04-23
doc/api: add changes on functions command and command_options introduced in v...
Sébastien Helleu
2024-04-17
core: do not color prefix of join/part/quit messages when the nick is offline
Sébastien Helleu
2024-04-14
relay: ignore unused parameter "gnutls_rc"
Sébastien Helleu
2024-04-14
relay: remove commented variable
Sébastien Helleu
2024-04-14
relay: add connection with proxy to remote
Sébastien Helleu
2024-04-14
relay: remove commented code
Sébastien Helleu
2024-04-14
relay: add TLS connection to remote, add remote option "tls_verify"
Sébastien Helleu
2024-04-14
relay: add missing proxy in output of `/remote listfull <name>`
Sébastien Helleu
2024-04-14
relay: fix read of remote name in infolist
Sébastien Helleu
2024-04-14
relay: add check and change callbacks for remote option "url"
Sébastien Helleu
2024-04-14
relay: fix memory leak when adding a new remote
Sébastien Helleu
2024-04-12
core: add support for $XDG_STATE_HOME
90
2024-04-11
core: use nick offline color for nick in action message
Sébastien Helleu
2024-04-11
core: use nick offline highlight color for prefix of action message when the ...
Sébastien Helleu
2024-04-10
relay/api: fix reconnection to remote after disconnection
Sébastien Helleu
2024-04-10
relay/api: free hook_url_handshake when disconnecting from remote
Sébastien Helleu
2024-04-10
relay/api: add tags in lines displayed in remote buffers
Sébastien Helleu
2024-04-09
relay/api: fix decoding of large websocket frames in remote client (closes #2...
Sébastien Helleu
2024-04-09
relay/api: read data on socket only if connected
Sébastien Helleu
2024-04-09
relay/api: free frames after use
Sébastien Helleu
2024-04-09
relay: free frames only if they were allocated by function relay_websocket_de...
Sébastien Helleu
2024-04-09
relay: free all data in remote
Sébastien Helleu
2024-04-08
relay/api: use function asprintf in JSON send functions
Sébastien Helleu
2024-04-08
relay: fix build when CJSON is disabled
Sébastien Helleu
2024-04-07
relay: simplify function relay_auth_check_hash_sha
Sébastien Helleu
2024-04-07
relay/api: use function asprintf to build string with salt and password
Sébastien Helleu
2024-04-07
relay/api: fix authentication with remote using hash algorithm "sha256" or "s...
Sébastien Helleu
2024-04-07
relay/api: use function asprintf to build key and check websocket reply
Sébastien Helleu
2024-04-07
relay/api: convert group/nick color names to the real color code
Sébastien Helleu
2024-04-07
relay: add example with "api" protocol in `/help relay` (issue #2066)
Sébastien Helleu
2024-04-07
relay: add missing line for "api" protocol in `/help relay` (issue #2066)
Sébastien Helleu
2024-04-07
doc: generate doc for all commands except default aliases
Sébastien Helleu
2024-04-07
relay: improve messages displayed (issue #2066)
Sébastien Helleu
2024-04-07
relay/api: rename field "nicks" to "nicklist" in GET /api/buffers
Sébastien Helleu
2024-04-07
relay/api: add nicklist group and nick id in response to GET /api/buffers (is...
Sébastien Helleu
2024-04-07
core: add unique "id" in nicklist group and nick (issue #2081)
Sébastien Helleu
2024-04-07
relay: set default value of undefined remote options to empty string instead ...
Sébastien Helleu
2024-04-07
relay: add synchronization with remote and handler for events received (issue...
Sébastien Helleu
2024-04-07
relay: do not share content of any relay buffer in api and weechat protocols ...
Sébastien Helleu
2024-04-07
api: add function "asprintf"
Sébastien Helleu
2024-04-07
buffer: add property `input_get_any_user_data` in buffer (issue #2066)
Sébastien Helleu
2024-04-07
relay/api: add fields "displayed" and "notify_level" in lines returned (issue...
Sébastien Helleu
[next]