summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.h
AgeCommit message (Expand)Author
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...Sébastien Helleu
2023-08-24irc: add functions to convert strings to lower/upper case (following casemapp...Sébastien Helleu
2023-08-23irc: move function irc_server_fingerprint_search_algo_with_sizeSébastien Helleu
2023-08-12irc: add buffer for /list reply (closes #1972)Sébastien Helleu
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu
2023-06-25irc: reply to a CTCP request sent to self nick (closes #1966)Sébastien Helleu
2023-05-17irc: add field "utf8only" in IRC server structureSébastien Helleu
2023-05-14irc: set "input_multiline" to 1 in buffers only if capability draft/multiline...Sébastien Helleu
2023-05-14irc: add support of "LINELEN" in message 005 (max message length in bytes) (c...Sébastien Helleu
2023-05-14irc: add support of capability "draft/multiline" (closes #1923)Sébastien Helleu
2023-05-14irc: return arraylist instead of hashtable in function irc_server_sendf (issu...Sébastien Helleu
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu
2023-04-12irc: improve short description of server (issue #1903)Sébastien Helleu
2023-04-12irc: connect with TLS and port 6697 by default (issue #1903)Sébastien Helleu
2023-04-12irc: rename "ssl" options to "tls" (issue #1903)Sébastien Helleu
2023-01-29irc: add server option "registered_mode" (closes #1625)Andrew Potter
2023-01-28irc: make IRC server names case sensitive (issue #1872)Sébastien Helleu
2023-01-23irc: fix autojoin on server connection (closes #1873)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-08-07core: add option `-save` in command `/upgrade` (closes #1630)Sébastien Helleu
2022-03-10irc: rename server option "autojoin_record" to "autojoin_dynamic"Sébastien Helleu
2022-03-10irc: add server option "autojoin_record"Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-08-08irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag...Sébastien Helleu
2021-06-27irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)Simon Ser
2021-06-25irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413)Sébastien Helleu
2021-06-01irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-...Sébastien Helleu
2021-05-29irc: add variable "${target}" (target nick) in commands /kick and /kickbanSébastien Helleu
2021-05-16irc, buflist: add bar item "tls_version" with options for colors, add buflist...Andrew Potter
2021-01-30irc: add function irc_server_get_chantypesSébastien Helleu
2021-01-30irc: improve help on server option "default_chantypes"Sébastien Helleu
2021-01-30irc: make default chantypes configurableMatti Virkkunen
2021-01-02core: update copyright datesSébastien Helleu
2020-06-21irc: check that the first nick char is not a prefix char or chantype in funct...Sébastien Helleu
2020-06-20irc: add support of UTF8MAPPING, add support of optional server in info "irc_...Sébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu
2020-03-09irc: add support of fake servers (no I/O, for testing purposes)Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-09irc: add server option ssl_password for SSL certificate private key password ...Simmo Saan
2019-09-22irc: remove option irc.network.channel_encode, add server option "charset_mes...Sébastien Helleu
2019-08-04irc: add variables "user_max_length" and "host_max_length" in server structur...Sébastien Helleu
2019-05-12irc: rename server variable "nick_host" to "host"Sébastien Helleu
2019-05-10irc: add variable "nick_host" in server structureSébastien Helleu
2019-03-02core: use bitwise shift operator to define flag constantsSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu
2018-02-05irc: allow ${irc_server.xxx} and ${server} in server evaluated options (close...Sébastien Helleu
2018-01-13irc: add server option "split_msg_max_length"Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu