summaryrefslogtreecommitdiff
path: root/src/plugins/relay
AgeCommit message (Expand)Author
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-07-23relay: fix send of "PART" command in backlog (irc protocol)Sébastien Helleu
2017-07-23relay: end capability negociation if CAP REQ is received without arguments (i...Sébastien Helleu
2017-07-23relay: fix initialization of irc_argv_eol, free variable after use (issue #1040)Sébastien Helleu
2017-07-23relay: fix parsing of CAP command without arguments in irc protocol, send ACK...Sébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
2017-06-12relay: add option "start" in command /relaySébastien Helleu
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-06-03relay: remove callback unused after d2ff46fa69ddfd999ce7a405e336221e6197738dSimmo Saan
2017-06-03relay: fix relay.network.bind_address change callback not being calledSimmo Saan
2017-06-03relay: remove local variables used only for sizeofSimmo Saan
2017-05-19relay: fix parsing of CAP command arguments in irc protocol (closes #995)Sébastien Helleu
2017-03-26relay: check buffer pointer received in "sync" and "desync" commands (weechat...Sébastien Helleu
2017-03-26relay: remove buffer from synchronized buffers when it is closed (fix memory ...Sébastien Helleu
2017-03-25relay: check that pointers received in arguments are not NULL in "free" funct...Sébastien Helleu
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-11relay: make HTTP headers case-insensitive for WebSocket connections (closes #...Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-10-25relay: set status to AUTH_FAILED in case of auth failure in irc protocol (iss...Sébastien Helleu
2016-10-21relay: set status to AUTH_FAILED in case of auth failure in weechat protocol ...Sébastien Helleu
2016-07-29relay: return an empty hdata when the requested hdata or pointer is not found...Sébastien Helleu
2016-06-18api: remove functions printf_date() and printf_tags()Sébastien Helleu
2016-05-18relay: add option relay.network.allow_empty_password (closes #735)Sébastien Helleu
2016-05-13relay: allow escape of comma in command "init" (weechat protocol) (issue #730)Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-03-05relay: do not execute any command received from an irc relay client (closes #...Sébastien Helleu
2016-02-08relay: fix the max number of clients connected on a port, allow value 0 for "...Sébastien Helleu
2016-02-06relay: do not print final '\0' in raw message for a websocket PING message re...Sébastien Helleu
2016-02-06relay: fix websocket frame decoding, answer a PONG to PING (closes #675)Sébastien Helleu
2016-02-04relay: fix commentSébastien Helleu
2016-02-02relay: fix typo in a commentSébastien Helleu
2016-01-23relay: fix command "input" received from clients (weechat protocol) (closes #...Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-20relay: add option relay.irc.backlog_since_last_messageNick
2015-09-13relay: remove useless condition always evaluated to trueSébastien Helleu
2015-08-23relay: display the arrow before client id and protocol in raw bufferSébastien Helleu
2015-08-22relay: use API function string_hex_dump() to display raw messageSébastien Helleu
2015-06-13relay: add a variable to read only one time the HTTP header "X-Real-IP" in th...Sébastien Helleu
2015-06-11relay: print value of HTTP Header X-Real-IPTor Hveem
2015-04-30core: add comments after some #endifSébastien Helleu
2015-02-20relay: fix up/down keys on relay buffer (closes #335)Sébastien Helleu
2015-02-04relay: remove v4-mapped addresses in /help relay.network.allowed_ipsAnders Bergh
2015-01-21core: add gnutls version in #if compiler directivesSébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-12-07relay: wait for message CAP END before sending join of channels and backlog t...Sébastien Helleu
2014-12-02relay: rename info/infolist callbacksSébastien Helleu
2014-11-22api: return value in function command(), remove WeeChat error after command c...Sébastien Helleu