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
Age
Commit message (
Expand
)
Author
2010-09-20
Send channel topic to relay client when joining a channel
Sebastien Helleu
2010-09-18
Fix order of relay clients after /upgrade
Sebastien Helleu
2010-09-18
Remove unused variable
Sebastien Helleu
2010-09-18
Add support of /upgrade in Relay plugin
Sebastien Helleu
2010-09-18
Close relay server sockets on /upgrade
Sebastien Helleu
2010-09-18
Fix problem when removing relay server (socket was closed, but option relay.p...
Sebastien Helleu
2010-09-17
Add new option relay.network.bind_address
Sebastien Helleu
2010-09-17
Add new option relay.network.password
Sebastien Helleu
2010-09-17
Add optional plugin name for command /debug dump and signal "debug_dump"
Sebastien Helleu
2010-09-17
Fix uninitialized variable
Sebastien Helleu
2010-09-17
Beta version of IRC proxy feature in Relay plugin
Sebastien Helleu
2010-06-25
Update comments after #endif in C headers
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-09
Define WeeChat license as macro for C compiler, used in plugins to set license
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-03-19
Reformat multi-line comments
Sebastien Helleu
2010-02-12
Add description of arguments for API functions hook_info and hook_infolist
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-12-18
Fix bug with completion of port in command /relay
Sebastien Helleu
2009-10-29
Add partial irc-proxy feature to relay plugin
Sebastien Helleu
2009-09-20
Fix cmake directories: let user customize lib, share, locale and include dire...
Sebastien Helleu
2009-06-28
Rename function string_explode to string_split
Sebastien Helleu
2009-06-12
Remove variable with "WeeChat required version" in plugins, do not compare ve...
Sebastien Helleu
2009-06-02
Add note about ports < 1024 (reserved for root) for listening ports (options ...
Sebastien Helleu
2009-03-28
Add cmake files in package built by autotools
Sebastien Helleu
2009-02-22
Add upgrade functions in script plugin API
Sebastien Helleu
2009-02-18
Give file descriptor to callback of hook_fd
Sebastien Helleu
2009-02-17
Add new local variable "type" for buffers
Sebastien Helleu
2009-01-28
Add boolean option to enable relay plugin to listen for clients (disabled by ...
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2009-01-02
Add null values for options, new syntax for /set, reintroduce temporary IRC s...
Sebastien Helleu
2008-12-10
Fix typo in Makefile.am for relay plugin
Sebastien Helleu
2008-12-10
Add new plugin "relay", new function "string_format_size" in plugin API
Sebastien Helleu