summaryrefslogtreecommitdiff
path: root/src/plugins/relay
AgeCommit message (Expand)Author
2013-05-01relay: remove temporary option "nicklistdiff" (in command init), send nicklis...Sebastien Helleu
2013-04-21relay: fix typo in error displayed by command /relay delSebastien Helleu
2013-03-17relay: rename compression "gzip" to "zlib" (compression is zlib, not gzip) (t...Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-13relay: add missing "id" in raw messages sent to clients when compression is o...Sebastien Helleu
2013-03-13relay: add negative numbers (integer: -123456 and long: -1234567890L) in comm...Sebastien Helleu
2013-03-09relay: add message "_nicklist_diff" (differences between old and current nick...Sebastien Helleu
2013-02-23relay: add support of multiple servers on same port for irc protocol (the cli...Sebastien Helleu
2013-02-12relay: fix crash when decoding a websocket frameSebastien Helleu
2013-02-12relay: add gcrypt include and link arguments to compile relay pluginSebastien Helleu
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and weech...Sebastien Helleu
2013-02-07relay: add options "buffers" and "upgrade" for commands sync/desync in weecha...Sebastien Helleu
2013-02-03relay: fix commands sync/desync in weechat protocol (bug #38215)Sebastien Helleu
2013-02-03relay: fix typo in commentSebastien Helleu
2013-02-01relay: add return of a NULL pointer in command "test"Sebastien Helleu
2013-02-01relay: add comments with example of messages in weechat protocolSebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-24core: display error number and string in some network errorsSebastien 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-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-01relay: send UTC time in irc backlog (when server capability "server-time" is ...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25relay: fix memory leak when adding hdata to a message (weechat protocol)Sebastien 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-19relay: fix crash when receiving a new client on a socketSebastien Helleu
2012-10-18core: fix gnutls warningsstfn
2012-10-18core: add option "-quit" for command /upgrade (save session and quit without ...Sebastien Helleu
2012-10-16relay: add support of IPv6, new option relay.network.ipv6, add support of "ip...Sebastien Helleu
2012-10-05relay: add missing "ssl." in output of /relay listrelaySebastien Helleu
2012-09-26relay: add tag "relay_client" for messages of new/disconnected clientSebastien Helleu
2012-08-17relay: add cast from time_t to long (fix warning under FreeBSD)Sebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-08-01relay: add missing gnutls lib for linkSebastien Helleu
2012-07-30relay: set Diffie-Hellman parameters on first SSL connection from a client (m...Sebastien Helleu
2012-07-27relay: fix compilation with old gnutls (< 2.12.0): remove call to gnutls_sec_...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-23relay: add "tags_array" in data sent for message id "_buffer_line_added" (Wee...Sebastien Helleu
2012-07-20relay: add object type "arr" (array) in WeeChat protocolSebastien Helleu
2012-07-17relay: remove unneeded headers included in relay-upgrade.cSebastien Helleu
2012-07-17relay: move creation of client from relay-upgrade.c to relay-client.cSebastien Helleu