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
/
plugins
Age
Commit message (
Expand
)
Author
2024-02-26
relay/api: rename "salt" to "timestamp"
Sébastien Helleu
2024-02-25
doc/api: fix string format in calls to weechat.prnt (examples in Python)
Sébastien Helleu
2024-02-25
python: fix truncation of unsigned long long integer returned by function str...
Sébastien Helleu
2024-02-25
php: remove constants that must not be visible in scripts
Sébastien Helleu
2024-02-25
tcl: fix truncation of long integer returned by function hdata_long
Sébastien Helleu
2024-02-23
docs: fix some typos in documentation and comments
Trygve Aaberge
2024-02-22
tcl: make plugin compatible with Tcl 9.0
Johannes Kuhn
2024-02-21
fset: allow filename starting with "~" in command `/fset -export`
Sébastien Helleu
2024-02-21
script: always display list of scripts when searching scripts with `/script s...
Sébastien Helleu
2024-02-21
script: fix default mouse keys (closes #2076)
Sébastien Helleu
2024-02-19
script: add info "script_loaded"
Sébastien Helleu
2024-02-19
api: add info "plugin_loaded"
Sébastien Helleu
2024-02-18
relay: move functions to get URL parameters from api to relay-http.c, add tests
Sébastien Helleu
2024-02-18
relay/api: fix comment of function relay_api_protocol_get_param_boolean
Sébastien Helleu
2024-02-18
relay/api: add key "visible" with boolean value in nick and group objects
Sébastien Helleu
2024-02-18
relay/api: rename key "index" to "y" in line object
Sébastien Helleu
2024-02-16
irc: add missing tags on self action messages when capability echo-message is...
Sébastien Helleu
2024-02-16
irc: don't strip monospace color code 0x11 from incoming messages (closes #2073)
Sébastien Helleu
2024-02-11
irc: add server option "autojoin_delay" (closes #862)
Sébastien Helleu
2024-02-11
relay: change message displayed when there is not enough memory for websocket...
Sébastien Helleu
2024-02-11
relay: add WeeChat version in config update callback
Sébastien Helleu
2024-02-11
irc: add WeeChat version in config update callback
Sébastien Helleu
2024-02-11
alias: add WeeChat version in config update callback
Sébastien Helleu
2024-02-10
trigger: fix memory leak when adding a new trigger with `/trigger` command
Sébastien Helleu
2024-02-04
relay: disable "permessage-deflate" websocket extension when option relay.net...
Sébastien Helleu
2024-02-04
relay: fix decoding of websocket frame when a partial frame is received
Sébastien Helleu
2024-02-04
relay: fix websocket decompression when output buffer is not large enough
Sébastien Helleu
2024-02-04
scripts: fix crash on script unload when a hook is created in a buffer close ...
Sébastien Helleu
2024-02-03
relay: free ws_deflate when http request is freed
Sébastien Helleu
2024-02-03
relay/api: add extra check on JSON types in handshake and input resources (is...
Sébastien Helleu
2024-02-02
relay: fix build when CJSON is disabled (issue #2066)
Sébastien Helleu
2024-02-01
relay/api: add handshake resource, without authentication required (issue #2066)
Sébastien Helleu
2024-02-01
relay: check that request is not NULL before compressing data (issue #2066)
Sébastien Helleu
2024-02-01
relay/api: fix send of responses 400 and 404 in case of error (issue #2066)
Sébastien Helleu
2024-02-01
relay: remove request from some function arguments (issue #2066)
Sébastien Helleu
2024-02-01
relay: allow password hash authentication in api relay, add option relay.netw...
Sébastien Helleu
2024-02-01
relay: rename option relay.weechat.commands to relay.network.commands (issue ...
Sébastien Helleu
2024-02-01
core: add support of base64url in encode/decode functions (issue #2066)
Sébastien Helleu
2024-02-01
relay: add support of websocket extension "permessage-deflate" (closes #1549)
Sébastien Helleu
2024-02-01
relay: add "api" protocol (HTTP REST API) (issue #2066)
Sébastien Helleu
2024-01-22
irc: fix random date displayed when a received message contains tags but no "...
Sébastien Helleu
2024-01-12
irc: check if arguments are not NULL in some infos
Sébastien Helleu
2024-01-12
irc: fix info "irc_is_message_ignored" (closes #2059)
Sébastien Helleu
2024-01-06
relay/weechat: unhook hook_timer_nicklist when synchronization is stopped
Sébastien Helleu
2024-01-06
relay: add global relay hdata variables
Sébastien Helleu
2024-01-05
irc: fix display of self messages in case of message split failure
Sébastien Helleu
2024-01-05
relay: fix display of raw messages (issue #649)
Sébastien Helleu
2024-01-05
irc: remove function irc_protocol_parse_time, use API function weechat_util_p...
Sébastien Helleu
2024-01-05
api: add function util_parse_time (issue #649)
Sébastien Helleu
2024-01-04
irc: display microseconds in some user messages (issue #649)
Sébastien Helleu
[next]