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
2018-11-29
core: use https for all links where secured http is supported
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-12
relay: add support of close frame in websocket connection (closes #1281)
Sébastien Helleu
2018-11-04
Merge pull request #1273 from half-duplex/master
Sébastien Helleu
2018-11-04
relay: add support of Time-based One-Time Password (TOTP) as second authentic...
Sébastien Helleu
2018-11-04
api: add functions string_base_{encode,decode}, remove functions string_{enco...
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base64
Sébastien Helleu
2018-10-23
Fix regex in relay allowed_ips doc
Trevor Bergeron
2018-10-01
relay: remove useless test on length
Sébastien Helleu
2018-10-01
relay: remove useless test on num_sent
Sébastien Helleu
2018-10-01
irc: replace call to gmtime by gmtime_r
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-09-30
relay: add real IP in client description (closes #1256)
Sébastien Helleu
2018-09-09
relay: fix URL to the page with remote interfaces in /help relay
Sébastien Helleu
2018-07-13
relay: fix compiler warnings on calls to snprintf
Sébastien Helleu
2018-07-01
relay: fix socket creation for relay server on OpenBSD (closes #1213)
Sébastien Helleu
2018-06-14
relay: add filtering on protocol in info "relay_client_count" (issue #1206)
Sébastien Helleu
2018-05-19
relay: remove unneeded check on variable irc_argv
Sébastien Helleu
2018-01-14
core: reinitialize config file pointer to NULL after an error on section crea...
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-09-23
core, plugins: check return code of strftime function
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-08-10
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Sébastien Helleu
2017-07-23
relay: fix send of "PART" command in backlog (irc protocol)
Sébastien Helleu
2017-07-23
relay: end capability negociation if CAP REQ is received without arguments (i...
Sébastien Helleu
2017-07-23
relay: fix initialization of irc_argv_eol, free variable after use (issue #1040)
Sébastien Helleu
2017-07-23
relay: fix parsing of CAP command without arguments in irc protocol, send ACK...
Sébastien Helleu
2017-07-08
fset: fix priority of plugin (load it after all other plugins)
Sébastien Helleu
2017-06-12
relay: add option "start" in command /relay
Sébastien Helleu
2017-06-10
core, plugins: fix conditions to insert elements in linked lists
Sébastien Helleu
2017-06-03
relay: remove callback unused after d2ff46fa69ddfd999ce7a405e336221e6197738d
Simmo Saan
2017-06-03
relay: fix relay.network.bind_address change callback not being called
Simmo Saan
2017-06-03
relay: remove local variables used only for sizeof
Simmo Saan
2017-05-19
relay: fix parsing of CAP command arguments in irc protocol (closes #995)
Sébastien Helleu
2017-03-26
relay: check buffer pointer received in "sync" and "desync" commands (weechat...
Sébastien Helleu
2017-03-26
relay: remove buffer from synchronized buffers when it is closed (fix memory ...
Sébastien Helleu
2017-03-25
relay: check that pointers received in arguments are not NULL in "free" funct...
Sébastien Helleu
2017-01-13
tests: fix compilation of tests on FreeBSD 11
Sébastien Helleu
2017-01-11
relay: make HTTP headers case-insensitive for WebSocket connections (closes #...
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-10-25
relay: set status to AUTH_FAILED in case of auth failure in irc protocol (iss...
Sébastien Helleu
2016-10-21
relay: set status to AUTH_FAILED in case of auth failure in weechat protocol ...
Sébastien Helleu
2016-07-29
relay: return an empty hdata when the requested hdata or pointer is not found...
Sébastien Helleu
2016-06-18
api: remove functions printf_date() and printf_tags()
Sébastien Helleu
2016-05-18
relay: add option relay.network.allow_empty_password (closes #735)
Sébastien Helleu
2016-05-13
relay: allow escape of comma in command "init" (weechat protocol) (issue #730)
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-03-05
relay: do not execute any command received from an irc relay client (closes #...
Sébastien Helleu
2016-02-08
relay: fix the max number of clients connected on a port, allow value 0 for "...
Sébastien Helleu
[prev]
[next]