summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-server.c
AgeCommit message (Expand)Author
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-04relay: add support of Time-based One-Time Password (TOTP) as second authentic...Sébastien Helleu
2018-07-01relay: fix socket creation for relay server on OpenBSD (closes #1213)Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-05-18relay: add option relay.network.allow_empty_password (closes #735)Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-02-08relay: fix the max number of clients connected on a port, allow value 0 for "...Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-02relay: don't remove relay from config when the binding fails (closes #225), a...Sébastien Helleu
2014-09-28relay: add quotes in commentSébastien Helleu
2014-09-28relay: don't print ::ffff: in v4-mapped addresses.Anders Bergh
2014-01-01core: update copyright datesSebastien Helleu
2013-05-30relay: fix binding to an IP address (bug #39119)Mantas Mikulėnas
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and weech...Sebastien Helleu
2013-01-24core: display error number and string in some network errorsSebastien Helleu
2013-01-08relay: add message when address family is not supported by protocol (on socke...Sebastien Helleu
2013-01-07relay: add error number and string when socket creation failsSebastien 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-10-19relay: fix crash when receiving a new client on a socketSebastien Helleu
2012-10-16relay: add support of IPv6, new option relay.network.ipv6, add support of "ip...Sebastien 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-01-23relay: use protocol arguments for protocol "irc" only (arguments forbidden fo...Sebastien Helleu
2012-01-23relay: do not create relay if there is a problem with socket creation (bug #3...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-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-09-18Add support of /upgrade in Relay pluginSebastien Helleu
2010-09-18Close relay server sockets on /upgradeSebastien Helleu
2010-09-17Add new option relay.network.bind_addressSebastien 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-03-19Reformat multi-line commentsSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-10-29Add partial irc-proxy feature to relay pluginSebastien Helleu