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-server.c
Age
Commit message (
Expand
)
Author
2019-06-04
relay: set socket option SO_KEEPALIVE only for TCP sockets when creating the ...
Sébastien Helleu
2019-06-04
relay: set socket option SO_REUSEADDR only for TCP sockets when creating the ...
Sébastien Helleu
2019-06-04
relay: set socket option SO_REUSEADDR only for TCP sockets (issue #733)
Sébastien Helleu
2019-06-04
relay: fix truncated path when the unix socket path is longer than the author...
Sébastien Helleu
2019-05-13
relay: remove useless condition
Sébastien Helleu
2019-05-13
core: update translations
Sébastien Helleu
2019-05-12
relay: set mode 700 on the unix socket file (only the owner can use it)
Sébastien Helleu
2019-05-12
relay: do not overwrite a file if it's not a socket, display an error when th...
Sébastien Helleu
2019-05-12
relay: evaluate path of unix socket relay
Sébastien Helleu
2019-05-12
relay: rename function relay_config_check_path_len to relay_config_check_path...
Sébastien Helleu
2019-05-12
relay: fix update of port/path variables in relay server when options relay.p...
Sébastien Helleu
2019-05-12
relay: fix code style
Sébastien Helleu
2019-05-12
relay: rename variable "un" to "unix_socket"
Sébastien Helleu
2019-05-12
relay: add UNIX socket support (closes #733)
Ryan Farley
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-04
relay: add support of Time-based One-Time Password (TOTP) as second authentic...
Sébastien Helleu
2018-07-01
relay: fix socket creation for relay server on OpenBSD (closes #1213)
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-05-18
relay: add option relay.network.allow_empty_password (closes #735)
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-02-08
relay: fix the max number of clients connected on a port, allow value 0 for "...
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-04-30
core: add comments after some #endif
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-02
relay: don't remove relay from config when the binding fails (closes #225), a...
Sébastien Helleu
2014-09-28
relay: add quotes in comment
Sébastien Helleu
2014-09-28
relay: don't print ::ffff: in v4-mapped addresses.
Anders Bergh
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-05-30
relay: fix binding to an IP address (bug #39119)
Mantas Mikulėnas
2013-02-10
relay: add experimental websocket server support (RFC 6455) for irc and weech...
Sebastien Helleu
2013-01-24
core: display error number and string in some network errors
Sebastien Helleu
2013-01-08
relay: add message when address family is not supported by protocol (on socke...
Sebastien Helleu
2013-01-07
relay: add error number and string when socket creation fails
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-24
relay: add backlog, options and server capability "server-time" for irc proto...
Sebastien Helleu
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-10-19
relay: fix crash when receiving a new client on a socket
Sebastien Helleu
2012-10-16
relay: add support of IPv6, new option relay.network.ipv6, add support of "ip...
Sebastien Helleu
2012-07-27
relay: add support of SSL (for irc and weechat protocols), new option relay.n...
Sebastien Helleu
2012-07-14
relay: fix freeze when writing on relay socket (use non-blocking sockets in r...
Sebastien Helleu
2012-01-23
relay: use protocol arguments for protocol "irc" only (arguments forbidden fo...
Sebastien Helleu
2012-01-23
relay: do not create relay if there is a problem with socket creation (bug #3...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
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-18
core: remove some compilation warnings under Cygwin
Sebastien Helleu
[next]