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
/
irc-message.c
Age
Commit message (
Expand
)
Author
2021-10-17
irc: fix extraction of address from prefix
Sébastien Helleu
2021-10-17
irc: parse and return command parameters in message parser
Sébastien Helleu
2021-06-24
irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i...
Sébastien Helleu
2021-02-03
irc: add info "irc_is_message_ignored"
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-03-28
irc: remove empty lines
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-01-04
core: update copyright dates
Sébastien Helleu
2019-09-27
irc: add "user" in output of irc_message_parse (closes #136)
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
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-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-05-21
irc: update ircv3 URLs in comments
Sébastien Helleu
2018-05-19
irc: remove unneeded check on variable pos
Sébastien Helleu
2018-03-31
irc: fix split of messages when server option "split_msg_max_length" is set t...
Sébastien Helleu
2018-03-25
irc: update URL with IRCv3.2 message tags specification
Sébastien Helleu
2018-01-13
irc: add server option "split_msg_max_length"
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-06-09
irc: Remove unnecessary stores
Neui
2017-05-24
irc: remove unused variable in function irc_message_parse
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-09-08
irc: fix charset decoding in incoming private messages (closes #520)
Sébastien Helleu
2015-08-14
irc: add option irc.network.channel_encode (issue #218, issue #482)
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-06-27
irc: decode/encode only text in IRC messages and not the headers (bug #29886,...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-01
irc: reformat some code to make it more readable
Sébastien Helleu
2014-05-28
irc: fix extract of channel in parser for JOIN/PART messages when there is a ...
Sébastien Helleu
2014-02-20
irc: fix parsing of nick/host when there is nothing after in message (malform...
Sebastien Helleu
2014-02-20
irc: fix parsing of nick in host when '!' is not found (bug #41640)
Felix Eckhofer
2014-01-23
irc: use MONITOR instead of ISON for /notify when it is available on server (...
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-10-08
irc: add server option "default_msg_kick" to customize default kick/kickban m...
Sebastien Helleu
2013-01-26
core: use size of 32 for hashtables (instead of 4, 8 or 16)
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-24
irc: fix crash when splitting a message with tags
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-11-23
irc: add support of tags in messages, add support of "server-time" capability...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-12-25
irc: add optional server in info "irc_is_channel" (before channel name) (bug ...
Sebastien Helleu
[next]