summaryrefslogtreecommitdiff
path: root/src/plugins/relay
AgeCommit message (Expand)Author
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
2011-08-14relay: set short name for relay raw buffer only if it was not set by another ...Sebastien Helleu
2011-07-10relay: fix bug with self nick when someone changes its nick on channel (bug #...Sebastien Helleu
2011-06-15relay, xfer: display possible actions in buffer even if list is emptySebastien Helleu
2011-06-14irc, relay: check that prefix and message are not NULL before adding a messag...Sebastien Helleu
2011-05-26relay: fix memory leak on plugin load (free raw messages)Sebastien Helleu
2011-05-26relay: fix memory leak (free some parsed messages) (bug #33387)Sebastien Helleu
2011-04-25relay: fix crash on /upgrade when nick in irc client is not yet setSebastien Helleu
2011-04-15plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugi...Sebastien Helleu
2011-03-05relay: allow colon in server password received from clientSebastien Helleu
2011-03-01relay: do not send join for private buffers to clientSebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-06Add example for irc proxy in /help relaySebastien Helleu
2010-11-12Fix upgrade of relay clients in state "disconnected" (do not create any hook ...Sebastien Helleu
2010-10-17Use const void * for keys and values in some hashtable functionsSebastien Helleu
2010-10-11Remove unneeded spacesSebastien Helleu
2010-09-20Send channel topic to relay client when joining a channelSebastien Helleu
2010-09-18Fix order of relay clients after /upgradeSebastien Helleu
2010-09-18Remove unused variableSebastien Helleu
2010-09-18Add support of /upgrade in Relay pluginSebastien Helleu
2010-09-18Close relay server sockets on /upgradeSebastien Helleu
2010-09-18Fix problem when removing relay server (socket was closed, but option relay.p...Sebastien Helleu
2010-09-17Add new option relay.network.bind_addressSebastien Helleu
2010-09-17Add new option relay.network.passwordSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu