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
/
irc
Age
Commit message (
Expand
)
Author
2020-03-10
irc: rename argument in function irc_protocol_is_numeric_command
Sébastien Helleu
2020-03-10
irc: return 0 in function irc_protocol_is_numeric_command if the command is N...
Sébastien Helleu
2020-03-09
irc: add support of fake servers (no I/O, for testing purposes)
Sébastien Helleu
2020-03-08
irc: copy temporary server flag in command /server copy
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-01
irc: add nick changes in the hotlist (except self nick change)
Sébastien Helleu
2020-01-11
irc: case-insensitive comparison on incoming CTCP command, force upper case o...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-15
irc: fix memory leak when the channel topic is changed
Sébastien Helleu
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-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-23
plugins: sort options added in configuration sections
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
irc: use path from option xfer.file.upload_path to complete filename in comma...
Sébastien Helleu
2019-10-04
irc: fix typo in /help links
Sébastien Helleu
2019-10-01
core: fix typos in comments
Sébastien Helleu
2019-10-01
core: fix style in CMake files
Sébastien Helleu
2019-09-27
irc: add "user" in output of irc_message_parse (closes #136)
Sébastien Helleu
2019-09-23
irc: add separate options for kick/kill message coloring (closes #683)
Simmo Saan
2019-09-22
irc: remove option irc.network.channel_encode, add server option "charset_mes...
Sébastien Helleu
2019-08-24
irc: fix parsing of message 346, 348 and 728 when there is a colon before the...
Sébastien Helleu
2019-08-21
irc: fix parsing of message 367 (banlist) when there is a colon before the ti...
iwalkalone
2019-08-10
irc: replace calls to strcpy and strcat with a call to snprintf
Sébastien Helleu
2019-08-10
irc: rename variable vars_replaced to command2, remove fallback on *ptr_command
Sébastien Helleu
2019-08-10
Merge remote-tracking branch 'origin/pr/615'
Sébastien Helleu
2019-08-05
irc: fix memory leak when removing a server
Sébastien Helleu
2019-08-04
irc: fix length of user/nick/host in split of messages (closes #1387)
Sébastien Helleu
2019-08-04
irc: add variables "user_max_length" and "host_max_length" in server structur...
Sébastien Helleu
2019-08-04
tests: add unit tests on IRC functions irc_message_split* (issue #1387)
Sébastien Helleu
2019-08-03
tests: add unit tests on IRC functions irc_message_parse and irc_message_pars...
Sébastien Helleu
2019-08-03
irc: return NULL in function irc_message_get_address_from_host if the receive...
Sébastien Helleu
2019-07-11
irc: quote NICK command argument sent to the server only if there's a ":" in ...
Sébastien Helleu
2019-07-10
irc: split function irc_ignore_check into three functions
Sébastien Helleu
2019-07-04
irc: return all arguments in the PONG response to a PING (closes #1369)
Sébastien Helleu
2019-06-24
core: auto disable upgrade process (command line option "--upgrade") if the f...
Sébastien Helleu
[next]