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
/
irc
Age
Commit message (
Expand
)
Author
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
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-10-01
irc: replace call to gmtime by gmtime_r
Sébastien Helleu
2018-07-13
relay: fix compiler warnings on calls to snprintf
Sébastien Helleu
2018-05-19
relay: remove unneeded check on variable irc_argv
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-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-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-25
relay: check that pointers received in arguments are not NULL in "free" funct...
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-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-06
relay: fix websocket frame decoding, answer a PONG to PING (closes #675)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-12-20
relay: add option relay.irc.backlog_since_last_message
Nick
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-12-07
relay: wait for message CAP END before sending join of channels and backlog t...
Sébastien Helleu
2014-10-08
relay: use comma separator in option relay.irc.backlog_tags, check the value ...
Sébastien Helleu
2014-10-08
relay: add host in sender for IRC backlog PRIVMSG messages sent to clients
Sébastien Helleu
2014-08-09
relay: fix crash when an IRC "MODE" command is received from client without a...
Sébastien Helleu
2014-04-13
relay: add signal "relay_client_auth_ok" for irc and weechat protocols
Sébastien Helleu
2014-03-19
core: fix use of reserved C identifiers in headers (closes #31)
Sebastien Helleu
2014-02-28
relay: fix size used in a snprintf
Sebastien Helleu
2014-02-22
relay: remove dead assignment in function relay_irc_get_line_info
Sebastien Helleu
2014-02-22
relay: fix NULL pointer when reading buffer lines for irc backlog
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-31
relay: send backlog for irc private buffers
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-09-19
relay: add support of secured data in option relay.network.password (evaluate...
Sebastien Helleu
2013-05-18
relay: fix uncontrolled format string in redirection of irc commands
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-02-23
relay: add support of multiple servers on same port for irc protocol (the cli...
Sebastien Helleu
2013-02-10
relay: add experimental websocket server support (RFC 6455) for irc and weech...
Sebastien Helleu
2013-01-26
core: use size of 32 for hashtables (instead of 4, 8 or 16)
Sebastien Helleu
2013-01-11
relay: fix duplicated messages sent to irc clients (when messages are redirec...
Sebastien Helleu
2013-01-11
relay: fix typo in comment
Sebastien Helleu
2013-01-11
relay: add debug message for signal "irc_disconnected"
Sebastien Helleu
2013-01-11
relay: fix name of signal in debug message (replace "irc_out" by "irc_outtags")
Sebastien Helleu
2013-01-01
relay: send UTC time in irc backlog (when server capability "server-time" is ...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
[next]