Age | Commit message (Collapse) | Author |
|
|
|
weechat protocols, new option relay.network.websocket_allowed_origins
It is a partial implementation of RFC 6455: fragmentation and control frames are
not yet supported.
Text and binary frames are supported.
|
|
weechat protocol
|
|
Fix:
- use proper arguments in commands sync/desync (use argv[0] instead of argv[1])
- when searching if a buffer is synchronized, its name has higher priority on "*"
(so first check if buffer is synchronized, and if not found, search if "*" is
synchronized)
- when receiving a "nicklist_*" signal, check if the buffer is synchronized with
flag "RELAY_WEECHAT_PROTOCOL_SYNC_NICKLIST"
|
|
|
|
|
|
|
|
A size of 32 will use a little more memory but will reduce collisions in key
hashs, and then length of linked lists inside hash structure (faster search in
hashtable).
|
|
Error number and string is now displayed when an error is returned by one of
these functions: socket, setsockopt, fcntl, pipe, accept, bind, listen, mkfifo.
|
|
redirected) (bug #37870)
|
|
|
|
|
|
|
|
socket creation)
|
|
|
|
enabled)
|
|
|
|
|
|
protocol (task #12076)
New options:
- relay.irc.backlog_max_minutes
- relay.irc.backlog_max_number
- relay.irc.backlog_since_last_disconnect
- relay.irc.backlog_tags
- relay.irc.backlog_time_format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
restarting WeeChat, for delayed restoration)
|
|
"ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270)
|
|
|
|
|
|
|
|
and script.pl)
|
|
|
|
|
|
(makes relay plugin load faster), reuse function gnutls_sec_param_to_pk_bits
|
|
gnutls_sec_param_to_pk_bits
|
|
|
|
relay.network.ssl_cert_key (task #12044)
|
|
(WeeChat protocol)
|
|
|
|
|
|
|
|
|
|
protocol)
|
|
relay for irc and weechat protocols) (bug #36655)
|
|
protocol)
|
|
|
|
|
|
Messages redirected by relay plugin: mode, ison, list, names, topic, who,
whois, whowas, time, userhost.
|
|
(WeeChat protocol)
|
|
for protocol "weechat")
|