index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
relay
/
relay-client-irc.c
Age
Commit message (
Expand
)
Author
2011-12-06
relay: add WeeChat protocol (for remote GUI), doc about protocol, new options
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-08-28
core: fix bugs with calls to realloc
Sebastien Helleu
2011-08-26
irc: improve split of privmsg, add split of some other messages (bug #29879),...
Sebastien Helleu
2011-07-10
relay: fix bug with self nick when someone changes its nick on channel (bug #...
Sebastien Helleu
2011-05-26
relay: fix memory leak (free some parsed messages) (bug #33387)
Sebastien Helleu
2011-04-25
relay: fix crash on /upgrade when nick in irc client is not yet set
Sebastien Helleu
2011-03-05
relay: allow colon in server password received from client
Sebastien Helleu
2011-03-01
relay: do not send join for private buffers to client
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-11-12
Fix upgrade of relay clients in state "disconnected" (do not create any hook ...
Sebastien Helleu
2010-10-17
Use const void * for keys and values in some hashtable functions
Sebastien Helleu
2010-10-11
Remove unneeded spaces
Sebastien Helleu
2010-09-20
Send channel topic to relay client when joining a channel
Sebastien Helleu
2010-09-18
Remove unused variable
Sebastien Helleu
2010-09-18
Add support of /upgrade in Relay plugin
Sebastien Helleu
2010-09-17
Add new option relay.network.password
Sebastien Helleu
2010-09-17
Fix uninitialized variable
Sebastien Helleu
2010-09-17
Beta version of IRC proxy feature in Relay plugin
Sebastien Helleu