Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-01 | relay: add "api" protocol (HTTP REST API) (issue #2066) | Sébastien Helleu | |
2024-01-01 | core: update copyright dates | Sébastien Helleu | |
2023-09-26 | core, relay: make inet_pton() return value checks more strict | LuK1337 | |
inet_pton() can return values < 0. | |||
2023-04-12 | relay: rename "ssl" options and protocol to "tls" (issue #1903) | Sébastien Helleu | |
2023-01-28 | core, plugins: check that string parameters are not NULL in search functions ↵ | Sébastien Helleu | |
(issue #1872) | |||
2023-01-01 | core: update copyright dates | Sébastien Helleu | |
2022-01-17 | core: update copyright dates | Sébastien Helleu | |
2021-07-08 | relay: remove dead assignment | Sébastien Helleu | |
2021-05-25 | core, buflist, irc, relay: replace freenode by libera in comments | Sébastien Helleu | |
2021-05-11 | core: split WeeChat home in 4 directories, use XDG directories by default ↵ | Sébastien Helleu | |
(issue #1285) The 4 directories (which can be the same): - config: configuration files, certificates - data: log/upgrade files, local plugins, scripts, xfer files - cache: script repository, scripts downloaded (temporary location) - runtime: FIFO pipe, relay UNIX sockets | |||
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-06-04 | relay: set socket option SO_KEEPALIVE only for TCP sockets when creating the ↵ | Sébastien Helleu | |
socket (issue #733) | |||
2019-06-04 | relay: set socket option SO_REUSEADDR only for TCP sockets when creating the ↵ | Sébastien Helleu | |
socket (issue #733) | |||
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 ↵ | Sébastien Helleu | |
authorized one (issue #733) | |||
2019-05-13 | relay: remove useless condition | Sébastien Helleu | |
This fixes a compilation warning on FreeBSD. | |||
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 ↵ | Sébastien Helleu | |
the socket can not be created | |||
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 ↵ | Sébastien Helleu | |
relay_config_check_path_length | |||
2019-05-12 | relay: fix update of port/path variables in relay server when options ↵ | Sébastien Helleu | |
relay.port.* and relay.path.* are changed with /set | |||
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 ↵ | Sébastien Helleu | |
authentication factor in weechat protocol | |||
2018-07-01 | relay: fix socket creation for relay server on OpenBSD (closes #1213) | Sébastien Helleu | |
The socket option IPV6_V6ONLY is not needed on OpenBSD and must not be set (it is read-only). | |||
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 | |
This pointer is the first argument received by callbacks, and the existing argument "data" is now automatically freed by WeeChat when the object containing the callback is removed. With this new pointer, the linked list of callbacks in scripts has been removed. This will improve speed of scripts (using a lot of hooks), reduce memory used by scripts and reduce time to unload scripts. Following functions are affected in the C API: * exec_on_files * config_new * config_new_section * config_new_option * hook_command * hook_command_run * hook_timer * hook_fd * hook_process * hook_process_hashtable * hook_connect * hook_print * hook_signal * hook_hsignal * hook_config * hook_completion * hook_modifier * hook_info * hook_info_hashtable * hook_infolist * hook_hdata * hook_focus * unhook_all_plugin * buffer_new * bar_item_new * upgrade_new * upgrade_read | |||
2016-02-08 | relay: fix the max number of clients connected on a port, allow value 0 for ↵ | Sébastien Helleu | |
"no limit" (closes #669) | |||
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), ↵ | Sébastien Helleu | |
add options "stop" and "restart" in command /relay | |||
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 ↵ | Sebastien Helleu | |
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. | |||
2013-01-24 | core: display error number and string in some network errors | Sebastien Helleu | |
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. | |||
2013-01-08 | relay: add message when address family is not supported by protocol (on ↵ | Sebastien Helleu | |
socket creation) | |||
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 ↵ | Sebastien Helleu | |
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 |