summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-client.c
AgeCommit message (Expand)Author
2014-10-26relay: add option relay.network.ssl_priorities (closes #234)Sébastien Helleu
2014-09-26relay: fix send of signals "relay_client_xxx" (closes #214)Sébastien Helleu
2014-08-09relay: fix memory leak when receiving several lines from client (weechat prot...Sébastien Helleu
2014-08-02relay: fix number of bytes sent/received on 32-bit systemsSébastien Helleu
2014-05-08relay: reformat commentSébastien Helleu
2014-05-08relay: fix disconnection of client on empty websocket framesTor Hveem
2014-03-05relay: add info "relay_client_count" with optional status name as argumentSebastien Helleu
2014-03-05relay: add signals "relay_client_xxx" for client status changes (closes #2)Sebastien Helleu
2014-02-23relay: add option relay.network.clients_purge_delaySebastien Helleu
2014-02-22relay: remove dead assignment in function relay_client_recv_cbSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-02-12relay: fix crash when decoding a websocket frameSebastien Helleu
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and weech...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-23relay: fix crash after /upgrade when a client is connectedSebastien Helleu
2012-12-21relay: add tag "relay_client" in all messages about clientNils Görs
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-10-18core: fix gnutls warningsstfn
2012-09-26relay: add tag "relay_client" for messages of new/disconnected clientSebastien Helleu
2012-07-30relay: set Diffie-Hellman parameters on first SSL connection from a client (m...Sebastien Helleu
2012-07-27relay: remove compiler warnings when gnutls is not enabled/foundSebastien Helleu
2012-07-27relay: add support of SSL (for irc and weechat protocols), new option relay.n...Sebastien Helleu
2012-07-17relay: move creation of client from relay-upgrade.c to relay-client.cSebastien 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-23relay: use protocol arguments for protocol "irc" only (arguments forbidden fo...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-06relay: add WeeChat protocol (for remote GUI), doc about protocol, new optionsSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-09-18Add support of /upgrade in Relay pluginSebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-10-29Add partial irc-proxy feature to relay pluginSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu