summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.c
AgeCommit message (Expand)Author
2023-09-12irc: fix unexpected message sent to server when part of the second line of an...Sébastien Helleu
2023-09-11irc: fix autojoin of channels when private buffers are opened (closes #2012)Sébastien Helleu
2023-09-06irc: fix code style (issue #2004)Sébastien Helleu
2023-09-06xfer: add passive DCC support.Mario Campos
2023-09-06xfer: add and identify active/passive xfer types.Mario Campos
2023-08-27irc: add count and mode filter in command `/names` (closes #98)Sébastien Helleu
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: fix string comparison when CASEMAPPING is set to "ascii"Sébastien Helleu
2023-08-23irc: check that server is not NULL in function irc_server_eval_fingerprintSé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-08-01irc: add channel in "autojoin" server option only when the channel is actuall...Sébastien Helleu
2023-07-08core: use type "enum" in optionsSébastien Helleu
2023-06-25irc: reply to a CTCP request sent to self nick (closes #1966)Sébastien Helleu
2023-05-20irc: create server/channel/raw buffers with function buffer_new_props (issue ...Sébastien Helleu
2023-05-17irc: start from the beginning of nicks at automatic reconnection (closes #337)arza
2023-05-17irc: add field "utf8only" in IRC server structureSébastien Helleu
2023-05-17irc: Implement the UTF8ONLY IRCv3 specificationValentin Lorentz
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: reset all internal servers variables when disconnectingSé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-14irc: don't split messages on "\n" in function irc_server_sendf (issue #1923)Sébastien Helleu
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu
2023-04-27irc: add `${username}` in server options "nicks" and "username", change their...Sébastien Helleu
2023-04-12core: update translations (issue #1903)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-04-12irc: check that IRC URL starts with "irc" (issue #1903)Sébastien Helleu
2023-04-12irc: add more info in description of function irc_server_alloc_with_url (issu...Sébastien Helleu
2023-04-12irc: set gnutls_sess, tls_cert and tls_cert_key to NULL by default in server ...Sébastien Helleu
2023-04-05tests: add tests on function irc_server_alloc_with_urlSébastien Helleu
2023-01-29irc: add server option "registered_mode" (closes #1625)Andrew Potter
2023-01-28core, plugins: check that string parameters are not NULL in search functions ...Sébastien Helleu
2023-01-28irc: make IRC server names case sensitive (issue #1872)Sébastien Helleu
2023-01-28core, plugins: make commands, hook command_run, completions and aliases case ...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-12-17irc: do not join channels in server autojoin option after reconnection to the...Sébastien Helleu
2022-09-17irc: fix message when disconnecting from server in case of high lag when serv...Sébastien Helleu
2022-08-15irc: fix extract of isupport value when it is last in list and without value ...Sé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-11-07irc: extend size of some internal buffersSébastien Helleu
2021-11-06irc: fix join of channels with name longer than 127 chars (closes #1717)Sébastien Helleu