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-12-06
irc: fix completion of commands /halfop and /dehalfop
Sébastien Helleu
2020-12-06
irc: add missing parameter "-yes" in /help dehalfop
Sébastien Helleu
2020-12-06
add -yes to output of /help voice
dotflac
2020-10-18
irc: remove SASL timeout message displayed by error after successful SASL aut...
Sébastien Helleu
2020-09-12
irc: fix again typo in English plural form of "normal"
Sébastien Helleu
2020-09-12
irc: fix typo in English plural form of "normal" (normals -> normal)
Sébastien Helleu
2020-08-25
irc: add comments in functions irc_color_decode and irc_color_encode
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-08-17
irc: replace calls to malloc by calloc
Sébastien Helleu
2020-08-05
irc: send all channels in a single JOIN command when reconnecting to the serv...
Sébastien Helleu
2020-07-21
irc: add pointer "irc_nick" in hashtable sent to hook focus callback (closes ...
Simmo Saan
2020-07-20
irc: allow to send text on buffers with commands /allchan, /allpv and /allserv
Sébastien Helleu
2020-07-20
irc: evaluate command executed by commands /allchan, /allpv and /allserv (clo...
Sébastien Helleu
2020-06-21
irc: check that the first nick char is not a prefix char or chantype in funct...
Sébastien Helleu
2020-06-21
irc: change default chantypes from "#&+!" to "#&"
Sébastien Helleu
2020-06-20
irc: add support of UTF8MAPPING, add support of optional server in info "irc_...
Sébastien Helleu
2020-06-20
irc: return NULL in info "irc_is_channel" if arguments is NULL or empty string
Sébastien Helleu
2020-06-15
irc: fix display of ACCOUNT message when the account name is ":*" (closes #1526)
Sébastien Helleu
2020-06-15
irc: skip semicolon before account name in ACCOUNT message
Sébastien Helleu
2020-06-04
irc: fix add of ignore with flags in regex, display full ignore mask in list ...
Sébastien Helleu
2020-06-03
irc: display account messages in buffers
Max Teufel
2020-05-19
irc: do not remove spaces at the end of users messages received (closes #1513)
Sébastien Helleu
2020-05-09
irc: fix realname delimiter color in WHO/WHOX response
Simmo Saan
2020-05-08
irc: reuse a buffer with wrong type "channel" when a private message is recei...
Sébastien Helleu
2020-05-08
core: rename functions hook_completion_{get_string|list_add} to completion_{g...
Sébastien Helleu
2020-04-18
core: make GnuTLS a required dependency
Sébastien Helleu
2020-03-30
irc: add missing modifier "irc_color_decode_ansi" in comment on function irc_...
Sébastien Helleu
2020-03-28
irc: move functions irc_protocol_get_message_tags and irc_protocol_parse_time...
Sébastien Helleu
2020-03-28
irc: remove empty lines
Sébastien Helleu
2020-03-27
irc: fix typo in description of message 001
Sébastien Helleu
2020-03-27
irc: add examples of NOTICE and PRIVMSG messages to channel ops
Sébastien Helleu
2020-03-21
irc: use larger buffer for message in function irc_message_split_authenticate...
Sébastien Helleu
2020-03-21
irc: split AUTHENTICATE message in 400-byte chunks (closes #1459)
Sébastien Helleu
2020-03-21
irc: replace "char *" by "const char *" in arguments of split functions
Sébastien Helleu
2020-03-20
api: add info "auto_connect" (closes #1453)
Sébastien Helleu
2020-03-15
irc: set channel modes to NULL instead of "+" when no modes are remaining
Sébastien Helleu
2020-03-15
irc: add another example of MODE message
Sébastien Helleu
2020-03-15
irc: remove unused variable "modes" from function irc_bar_item_buffer_name_co...
Sébastien Helleu
2020-03-12
irc: fix variable name in function irc_server_connect when GnuTLS is disabled
Sébastien Helleu
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
[prev]
[next]