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
2020-03-02
relay: accept hash of password in init command with option "password_hash"
Sébastien Helleu
2020-03-01
script: rename variable length_hash to hash_size
Sébastien Helleu
2020-03-01
relay: rename variable length_hash to hash_size
Sébastien Helleu
2020-03-01
api: add function crypto_hash_pbkdf2
Sébastien Helleu
2020-03-01
core: move crypto functions to wee-crypto.c, rename API function string_hash ...
Sébastien Helleu
2020-03-01
core: merge functions string_hash_binary and string_hash into a single functi...
Sébastien Helleu
2020-03-01
script: call function string_hash in script_repo_sha512sum_file to compute SH...
Sébastien Helleu
2020-03-01
relay: call function string_hash_binary in relay_websocket_build_handshake to...
Sébastien Helleu
2020-02-29
api: add functions string_hash_binary and string_hash
Sébastien Helleu
2020-02-28
php: fix crash when loading script with PHP 7.4 (closes #1452)
Sébastien Helleu
2020-02-18
script: fix memory leak in read of script repository file if it has invalid c...
Sébastien Helleu
2020-02-16
script: fix unexpected display of scripts list in buffer with command /script...
Sébastien Helleu
2020-02-16
script: remove dead assignment of variable length in function script_action_l...
Sébastien Helleu
2020-02-10
irc: use irc_server_prefix_chars_default if server->prefix_chars is NULL
Sébastien Helleu
2020-02-10
irc: fix crash when receiving a malformed message 352 (who)
Sébastien Helleu
2020-02-09
irc: fix crash when a new message 005 is received with longer nick prefixes
Sébastien Helleu
2020-02-08
irc: fix crash when receiving a malformed message 324 (channel mode)
Sébastien Helleu
2020-02-07
irc: remove nested switches in function irc_color_decode_ansi_cb
Sébastien Helleu
2020-02-05
irc: use dynamic string in function irc_color_encode
Sébastien Helleu
2020-02-05
irc: replace realloc by dynamic string in function irc_color_decode
Sébastien Helleu
2020-02-02
core: rename function util_get_uptime to util_get_time_diff
Sébastien Helleu
2020-02-01
irc: add nick changes in the hotlist (except self nick change)
Sébastien Helleu
2020-01-30
Fix the build with guile-3.0.0.
orbea
2020-01-25
logger: fix crash when disabling logging on a buffer (closes #1444)
Sébastien Helleu
2020-01-12
relay: update buffers synchronization when buffers are renamed (closes #1428)
Sébastien Helleu
2020-01-11
irc: case-insensitive comparison on incoming CTCP command, force upper case o...
Sébastien Helleu
2020-01-04
xfer: send signal "xfer_ended" after the received file has been renamed (clos...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-26
buflist: add pointer "window" in bar item evaluation
Sébastien Helleu
2019-12-21
relay: reject client with weechat protocol if password or totp is received in...
Sébastien Helleu
2019-12-15
irc: fix memory leak when the channel topic is changed
Sébastien Helleu
2019-12-13
api: add info "weechat_headless"
Matthew Horan
2019-12-13
irc: add GnuTLS >= 3.1.0 requirement to ssl_password option help (issue #115)
Simmo Saan
2019-12-13
irc: fix compilation with GnuTLS < 3.1.0 (issue #115)
Simmo Saan
2019-11-21
irc: do not automatically open a channel with name "0" (closes #1429)
Sébastien Helleu
2019-11-15
irc: mention /filter command in /help irc.look.smart_filter
Sébastien Helleu
2019-11-12
python: use more idiomatic cmake pkg-config linking
Eli Schwartz
2019-11-08
irc: set option irc.look.display_pv_warning_address to off by default (issue ...
Sébastien Helleu
2019-11-03
irc: fix typo and examples in /help server
Sébastien Helleu
2019-11-03
irc: set raw filter to "*" if local variable "filter" was not set after /upgr...
Sébastien Helleu
2019-11-03
irc: restore irc raw filter after /upgrade (issue #1000)
Sébastien Helleu
2019-11-03
irc: add filters on raw buffer (closes #1000)
Sébastien Helleu
2019-10-30
fset: add comment on filter by evaluated expression
Sébastien Helleu
2019-10-30
fset: fix filter variable used to match filter string
Sébastien Helleu
2019-10-23
plugins: sort options added in configuration sections
Sébastien Helleu
2019-10-12
python: send "bytes" instead of "str" to callbacks in Python 3 when the strin...
Sébastien Helleu
2019-10-11
irc: add option irc.look.display_pv_warning_address (closes #892)
Sébastien Helleu
2019-10-09
irc: add server option ssl_password for SSL certificate private key password ...
Simmo Saan
2019-10-09
irc: fix compiler warning on uninitialized variable
Sébastien Helleu
2019-10-06
logger: fix write in log file if it has been deleted or renamed (closes #123)
Sébastien Helleu
[next]