summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-04-26core: remove check of NULL pointers before calling unhook() (issue #865)Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_unhook() ↵Sébastien Helleu
(issue #865)
2024-04-26core: remove check of NULL pointers before calling arraylist_free() (issue #865)Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_arraylist_free() (issue #865)
2024-04-25core: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25api: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25xfer: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25trigger: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25tcl: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25spell: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25script: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25ruby: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25relay: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25python: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25php: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25perl: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25lua: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25logger: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25javascript: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25irc: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25guile: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25fset: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25fifo: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25exec: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25charset: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-25buflist: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-24alias: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-24relay: add final '\0' in body when parsing HTTP responseSébastien Helleu
This fixes tests on Debian GNU/Hurd.
2024-04-23relay: fix default value of remote optionsSébastien Helleu
2024-04-23doc/api: add changes on functions command and command_options introduced in ↵Sébastien Helleu
version 4.0.0
2024-04-17core: do not color prefix of join/part/quit messages when the nick is offlineSébastien Helleu
2024-04-14relay: ignore unused parameter "gnutls_rc"Sébastien Helleu
2024-04-14relay: remove commented variableSébastien Helleu
2024-04-14relay: add connection with proxy to remoteSébastien Helleu
2024-04-14relay: remove commented codeSébastien Helleu
2024-04-14relay: add TLS connection to remote, add remote option "tls_verify"Sébastien Helleu
2024-04-14relay: add missing proxy in output of `/remote listfull <name>`Sébastien Helleu
2024-04-14relay: fix read of remote name in infolistSébastien Helleu
2024-04-14relay: add check and change callbacks for remote option "url"Sébastien Helleu
2024-04-14relay: fix memory leak when adding a new remoteSébastien Helleu
2024-04-12core: add support for $XDG_STATE_HOME90
2024-04-11core: use nick offline color for nick in action messageSébastien Helleu
2024-04-11core: use nick offline highlight color for prefix of action message when the ↵Sébastien Helleu
nick is offline with a highlight
2024-04-10relay/api: fix reconnection to remote after disconnectionSébastien Helleu
2024-04-10relay/api: free hook_url_handshake when disconnecting from remoteSébastien Helleu
2024-04-10relay/api: add tags in lines displayed in remote buffersSébastien Helleu
2024-04-09relay/api: fix decoding of large websocket frames in remote client (closes ↵Sébastien Helleu
#2107)
2024-04-09relay/api: read data on socket only if connectedSébastien Helleu
2024-04-09relay/api: free frames after useSébastien Helleu
2024-04-09relay: free frames only if they were allocated by function ↵Sébastien Helleu
relay_websocket_decode_frame