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
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-09
core: fix unlikely memory leak in completion
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-20
core: flush stdout/stderr before forking in hook_process function (closes #1441)
Sébastien Helleu
2020-01-12
core: reset variable "old_full_name" after send of signal "buffer_renamed" (i...
Sébastien Helleu
2020-01-12
relay: update buffers synchronization when buffers are renamed (closes #1428)
Sébastien Helleu
2020-01-12
core: add variable "old_full_name" in buffer, set before the buffer is rename...
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-18
core: fix evaluation of condition with nested "if" (closes #1434)
Sébastien Helleu
2019-12-18
core: add debug option "-d" in command /eval (issue #1434)
Sébastien Helleu
2019-12-18
core: add missing variable "proxy" in function hook_connect_print_log
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-25
core: move each hash algorithm in a separate function (issue #635)
Sébastien Helleu
2019-11-25
core: add more info in /help weechat.look.nick_color_hash_salt (issue #635)
Sébastien Helleu
2019-11-25
core: remove allocation of string when salt is used (issue #635)
Sébastien Helleu
2019-11-25
core: add option weechat.look.nick_color_hash_salt to allow for reshuffling o...
Simmo Saan
2019-11-21
irc: do not automatically open a channel with name "0" (closes #1429)
Sébastien Helleu
2019-11-17
core: set buffer name, short name and title only if the value has changed
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-10
Haiku: link libnetwork, not libpthread.
Jerome Duval
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-23
core: optimize search of options in configuration sections
Sébastien Helleu
2019-10-14
core: fix scrolling up in bare mode when switched to bare mode at the top of ...
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-12
core: add reverse of string for screen in evaluation of expressions with "rev...
Sébastien Helleu
2019-10-11
irc: add option irc.look.display_pv_warning_address (closes #892)
Sébastien Helleu
[next]