summaryrefslogtreecommitdiff
path: root/src/plugins/relay/irc/relay-irc.c
AgeCommit message (Expand)Author
2017-01-01core: update copyright datesSébastien Helleu
2016-10-25relay: set status to AUTH_FAILED in case of auth failure in irc protocol (iss...Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-03-05relay: do not execute any command received from an irc relay client (closes #...Sébastien Helleu
2016-02-06relay: fix websocket frame decoding, answer a PONG to PING (closes #675)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-20relay: add option relay.irc.backlog_since_last_messageNick
2015-01-01core: update copyright datesSébastien Helleu
2014-12-07relay: wait for message CAP END before sending join of channels and backlog t...Sébastien Helleu
2014-10-08relay: add host in sender for IRC backlog PRIVMSG messages sent to clientsSébastien Helleu
2014-08-09relay: fix crash when an IRC "MODE" command is received from client without a...Sébastien Helleu
2014-04-13relay: add signal "relay_client_auth_ok" for irc and weechat protocolsSébastien Helleu
2014-02-28relay: fix size used in a snprintfSebastien Helleu
2014-02-22relay: remove dead assignment in function relay_irc_get_line_infoSebastien Helleu
2014-02-22relay: fix NULL pointer when reading buffer lines for irc backlogSebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-31relay: send backlog for irc private buffersSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-09-19relay: add support of secured data in option relay.network.password (evaluate...Sebastien Helleu
2013-05-18relay: fix uncontrolled format string in redirection of irc commandsSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-02-23relay: add support of multiple servers on same port for irc protocol (the cli...Sebastien Helleu
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and weech...Sebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-11relay: fix duplicated messages sent to irc clients (when messages are redirec...Sebastien Helleu
2013-01-11relay: fix typo in commentSebastien Helleu
2013-01-11relay: add debug message for signal "irc_disconnected"Sebastien Helleu
2013-01-11relay: fix name of signal in debug message (replace "irc_out" by "irc_outtags")Sebastien Helleu
2013-01-01relay: send UTC time in irc backlog (when server capability "server-time" is ...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-24relay: add backlog, options and server capability "server-time" for irc proto...Sebastien 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-07-27relay: add support of SSL (for irc and weechat protocols), new option relay.n...Sebastien Helleu
2012-07-14relay: fix freeze when writing on relay socket (use non-blocking sockets in r...Sebastien Helleu
2012-03-18relay: redirect some irc messages from clients to hide output (bug #33516)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-17relay: update relay buffer when bytes are sent to clients (irc and weechat pr...Sebastien Helleu
2011-12-06relay: add WeeChat protocol (for remote GUI), doc about protocol, new optionsSebastien Helleu