aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-info.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc: add keys/values with tags in output of irc_message_parse_to_hashtable (issue #1654)Sébastien Helleu2021-06-241-0/+1
* irc: remove dead assignment on variable pos_messageSébastien Helleu2021-04-101-2/+2
* irc: add info "irc_is_message_ignored"Sébastien Helleu2021-02-031-0/+46
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: add support of UTF8MAPPING, add support of optional server in info "irc_is_nick" (closes #1528)Sébastien Helleu2020-06-201-2/+20
* irc: return NULL in info "irc_is_channel" if arguments is NULL or empty stringSébastien Helleu2020-06-201-0/+3
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* irc: add "user" in output of irc_message_parse (closes #136)Sébastien Helleu2019-09-271-0/+1
* api: add argument "strip_items" in function string_splitSébastien Helleu2019-06-151-4/+4
* irc: fix memory leak in infos "irc_server_isupport" and "irc_server_isupport_value"Sébastien Helleu2019-04-131-0/+2
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-131-32/+44
* core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)Sébastien Helleu2019-03-101-4/+20
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* core: replace "long unsigned int" by "unsigned long"Sébastien Helleu2018-10-011-1/+1
* core: update translationsSébastien Helleu2018-03-251-1/+1
* irc: rename functions to search modelist itemsSébastien Helleu2018-03-251-1/+2
* irc: check that the modelist item number is valid before using itSébastien Helleu2018-03-241-3/+10
* irc: add indexed ban list, add completion for /unban and /unquiet (closes #597, task #11374, task #10876)Simmo Saan2018-03-241-0/+216
* irc: add server option "split_msg_max_length"Sébastien Helleu2018-01-131-1/+1
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* core: move nick coloring from irc plugin to core (closes #262)Sébastien Helleu2016-04-051-2/+4
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-70/+103
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu2015-08-141-5/+16
* irc: decode/encode only text in IRC messages and not the headers (bug #29886, closes #218, closes #451)Sébastien Helleu2015-06-271-1/+3
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* irc: split info/infolist callbacksSébastien Helleu2014-12-041-474/+699
* irc: add infolist "irc_color_weechat"Sébastien Helleu2014-11-111-0/+20
* irc: reformat some code to make it more readableSébastien Helleu2014-11-011-22/+18
* irc: fix description of arguments in infolist "irc_nick"Sébastien Helleu2014-04-171-1/+1
* api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu2014-04-121-2/+2
* irc: fix size used in some snprintfSebastien Helleu2014-02-281-1/+1
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* core: fix typos in many comments and some stringsSebastien Helleu2013-03-171-1/+1
* irc: fix typo in commentSebastien Helleu2013-01-311-1/+1
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-4/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-7/+5
* irc: add support of tags in messages, add support of "server-time" capability (task #12255)Sebastien Helleu2012-11-231-3/+5
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* irc: add optional server in info "irc_is_channel" (before channel name) (bug #35124), add optional server in info_hashtable "irc_message_parse"Sebastien Helleu2011-12-251-18/+32
* irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239)Sebastien Helleu2011-11-121-1/+2
* core: remove unneeded whitespaceSebastien Helleu2011-10-261-24/+24
* irc: add "count" in hashtable returned by "irc_message_split"Sebastien Helleu2011-08-261-1/+3
* irc: improve split of privmsg, add split of some other messages (bug #29879), add new info_hashtable "irc_message_split", split irc messages in relay pluginSebastien Helleu2011-08-261-11/+31
* core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu2011-06-131-1/+20
* Update copyright datesSebastien Helleu2011-01-011-1/+1
* Move some functions from irc-server.c and irc-protocol.c to irc-message.cSebastien Helleu2010-11-211-3/+4