summaryrefslogtreecommitdiff
path: root/src/plugins/relay
AgeCommit message (Expand)Author
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
2012-07-16relay: fix outqueue pointers in client after upgradeSebastien Helleu
2012-07-16relay: fix NULL pointer on upgrade in client->protocol_args (for WeeChat prot...Sebastien Helleu
2012-07-14relay: fix freeze when writing on relay socket (use non-blocking sockets in r...Sebastien Helleu
2012-05-17relay: keep spaces in beginning of "input" received from client (WeeChat prot...Sebastien Helleu
2012-05-17relay: add signals "upgrade" and "upgrade_ended" in WeeChat protocolSebastien Helleu
2012-05-17relay: fix crash on /upgrade when client is connected using WeeChat protocolSebastien Helleu
2012-03-18relay: redirect some irc messages from clients to hide output (bug #33516)Sebastien Helleu
2012-03-06relay: add "date_printed" and "highlight" in signal "_buffer_line_added" (Wee...Sebastien Helleu
2012-01-23relay: use protocol arguments for protocol "irc" only (arguments forbidden fo...Sebastien Helleu
2012-01-23relay: add protocol "weechat" in /help relaySebastien Helleu
2012-01-23relay: do not create relay if there is a problem with socket creation (bug #3...Sebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien Helleu
2012-01-12relay: fix compilation error when zlib is not foundSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-25relay: add signal "buffer_type_changed" in weechat protocolSebastien Helleu
2011-12-25relay: add signal "buffer_unmerged" in weechat protocolSebastien Helleu
2011-12-23relay: fix crash when not enough arguments are received in a command of weech...Sebastien Helleu
2011-12-20relay: add type "hashtable" in relay protocol and hdata, add signals "buffer_...Sebastien Helleu
2011-12-17relay: update relay buffer when bytes are sent to clients (irc and weechat pr...Sebastien Helleu
2011-12-17relay: add commands "sync" and "desync" in WeeChat protocolSebastien Helleu
2011-12-07relay: fix constant overflow (on 32-bit systems) in "test" command of weechat...Sebastien Helleu
2011-12-06relay: add WeeChat protocol (for remote GUI), doc about protocol, new optionsSebastien Helleu
2011-11-27core: check pointer returned by function localtimeSebastien Helleu
2011-11-21relay: ignore newline chars in commands received, rename command "pass" to "p...Sebastien Helleu
2011-11-18relay: add password support and command "info" in WeeChat protocolSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug #29879),...Sebastien Helleu
2011-08-26core: use dynamic buffer size for calls to vsnprintfSebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-08-14core: add buffer property "short_name_is_set", return name if short name is n...Sebastien Helleu