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
/
tests
/
unit
/
plugins
/
irc
/
test-irc-server.cpp
Age
Commit message (
Expand
)
Author
2023-04-27
irc: add `${username}` in server options "nicks" and "username", change their...
Sébastien Helleu
2023-04-12
irc: improve short description of server (issue #1903)
Sébastien Helleu
2023-04-12
irc: connect with TLS and port 6697 by default (issue #1903)
Sébastien Helleu
2023-04-12
irc: rename "ssl" options to "tls" (issue #1903)
Sébastien Helleu
2023-04-12
irc: check that IRC URL starts with "irc" (issue #1903)
Sébastien Helleu
2023-04-05
tests: add tests on function irc_server_alloc_with_url
Sébastien Helleu
2023-01-28
irc: make IRC server names case sensitive (issue #1872)
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-09-05
tests: add missing include of string.h
Sébastien Helleu
2022-08-15
irc: fix extract of isupport value when it is last in list and without value ...
Sébastien Helleu
2022-03-10
tests: move include of tests/tests.h outside of extern "C"
Sébastien Helleu
2022-03-05
tests: add tests on function irc_server_valid
Sébastien Helleu
2022-03-04
tests: add tests on functions irc_server_search and irc_server_casesearch
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-10-17
tests: protect IRC message with quotes in command /server fakerecv
Sébastien Helleu
2021-10-14
tests: check displayed message/error for all simulated IRC commands received
Sébastien Helleu
2021-09-03
irc: fix send of empty JOIN when connecting to a server with only parted chan...
Sébastien Helleu
2021-08-08
irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag...
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-08-05
irc: send all channels in a single JOIN command when reconnecting to the serv...
Sébastien Helleu