summaryrefslogtreecommitdiff
path: root/src/plugins/relay
AgeCommit message (Collapse)Author
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 ↵Sebastien Helleu
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy
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 ↵Sebastien Helleu
not set (in buffer infolist or property)
2011-08-14relay: set short name for relay raw buffer only if it was not set by another ↵Sebastien Helleu
plugin/script
2011-07-10relay: fix bug with self nick when someone changes its nick on channel (bug ↵Sebastien Helleu
#33739)
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 ↵Sebastien Helleu
message to raw buffer
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 ↵Sebastien Helleu
(plugins: irc, relay, xfer, scripts)
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 ↵Sebastien Helleu
same name (for same command name in many plugins)
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
after /upgrade)
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 ↵Sebastien Helleu
relay.port.xxx not removed)
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
2010-09-17Fix uninitialized variableSebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick".
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-18Fix bug with completion of port in command /relaySebastien Helleu
2009-10-29Add partial irc-proxy feature to relay pluginSebastien Helleu
2009-09-20Fix cmake directories: let user customize lib, share, locale and include ↵Sebastien Helleu
directories (patch #6922)
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ↵Sebastien Helleu
version any more (API comparison is enough)
2009-06-02Add note about ports < 1024 (reserved for root) for listening ports (options ↵Sebastien Helleu
xfer.network.port_range and relay.network.listen_port_range)
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-02-22Add upgrade functions in script plugin APISebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-17Add new local variable "type" for buffersSebastien Helleu
Values are set by plugins: - irc and jabber: "server", "channel", "private", "debug" - relay: "relay" (list) - xfer: "xfer" (list), "private" (DCC chat)