summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-message.c
AgeCommit message (Expand)Author
2015-01-01core: update copyright datesSébastien Helleu
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-05-28irc: fix extract of channel in parser for JOIN/PART messages when there is a ...Sébastien Helleu
2014-02-20irc: fix parsing of nick/host when there is nothing after in message (malform...Sebastien Helleu
2014-02-20irc: fix parsing of nick in host when '!' is not found (bug #41640)Felix Eckhofer
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server (...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban m...Sebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-24irc: fix crash when splitting a message with tagsSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-23irc: add support of tags in messages, add support of "server-time" capability...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-25irc: add optional server in info "irc_is_channel" (before channel name) (bug ...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-16irc: fix split of outgoing message when there are only spacesSebastien Helleu
2011-08-29irc: fix uninitialiazed variables in function irc_message_splitSebastien Helleu
2011-08-26irc: add "count" in hashtable returned by "irc_message_split"Sebastien Helleu
2011-08-26irc: fix split of notices with ctcp (like ctcp version), display split messag...Sebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug #29879),...Sebastien Helleu
2011-05-26irc: fix memory leak in message parser (when called from other plugins like r...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-21Move some functions from irc-server.c and irc-protocol.c to irc-message.cSebastien Helleu