Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-07-27 | relay: add support of SSL (for irc and weechat protocols), new option ↵ | Sebastien Helleu | |
relay.network.ssl_cert_key (task #12044) | |||
2012-07-14 | relay: fix freeze when writing on relay socket (use non-blocking sockets in ↵ | Sebastien Helleu | |
relay for irc and weechat protocols) (bug #36655) | |||
2012-03-18 | relay: redirect some irc messages from clients to hide output (bug #33516) | Sebastien Helleu | |
Messages redirected by relay plugin: mode, ison, list, names, topic, who, whois, whowas, time, userhost. | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-12-17 | relay: update relay buffer when bytes are sent to clients (irc and weechat ↵ | Sebastien Helleu | |
protocols) | |||
2011-12-06 | relay: add WeeChat protocol (for remote GUI), doc about protocol, new options | Sebastien Helleu | |
The protocol is partial, under development, and NOT ready for usage. New options added in relay.conf: - relay.network.allowed_ips: allow only some IPs on relay plugin (by default all IPs are allowed) - relay.network.compression_level: compression level used in WeeChat protocol (compression is made using zlib) |