summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.c
AgeCommit message (Expand)Author
2019-10-09irc: add server option ssl_password for SSL certificate private key password ...Simmo Saan
2019-10-09irc: fix compiler warning on uninitialized variableSébastien Helleu
2019-09-27irc: add "user" in output of irc_message_parse (closes #136)Sébastien Helleu
2019-09-22irc: remove option irc.network.channel_encode, add server option "charset_mes...Sébastien Helleu
2019-08-05irc: fix memory leak when removing a serverSébastien Helleu
2019-08-04irc: add variables "user_max_length" and "host_max_length" in server structur...Sébastien Helleu
2019-07-11irc: quote NICK command argument sent to the server only if there's a ":" in ...Sébastien Helleu
2019-06-15irc: strip spaces at beginning/end of addresses in server option "addresses" ...Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-05-12irc: rename server variable "nick_host" to "host"Sébastien Helleu
2019-05-10irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"Sébastien Helleu
2019-05-10irc: add variable "nick_host" in server structureSébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-03-21irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_finge...Sébastien Helleu
2019-03-12irc: fix compilation warning when gnutls is not foundSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-02-28irc: quote argument to NICKMatthew Martin
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-05-20irc: fix code styleSébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu
2018-03-25irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_i...Sébastien Helleu
2018-03-25irc: fix memory leak when receiving a message with tagsSé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
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-06-17irc: factor supported CAP versionSimmo Saan
2017-06-17irc: add support for IRCv3.2 Client Capability Negotiation (closes #586)Simmo Saan
2017-06-17irc: add hashtables to keep track of all capabilitiesSimmo Saan
2017-06-14irc: remove unused functions irc_server_get_number_connected and irc_server_g...Sébastien Helleu
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-05-06irc: fix update of server addresses on reconnection when the evaluated conten...Sébastien Helleu
2017-03-25irc: fix type of values for hashtable extra_vars in irc_server_get_default_msgSébastien Helleu
2017-03-25irc: send signal "irc_server_lag_changed", store lag in server bufferSébastien Helleu
2017-03-25irc: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu
2017-02-18irc: add function irc_server_get_max_modesSébastien Helleu
2017-01-06irc: fix option "-temp" in command /server (closes #880)Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-11irc: rename server option "umodes" to "usermode"Sébastien Helleu
2016-12-11Merge remote-tracking branch 'origin/pr/820'Sébastien Helleu
2016-12-03irc: evaluate content of server option "ssl_fingerprint" (closes #858)Sébastien Helleu
2016-10-12Add server option umodes (closes #377)Simmo Saan
2016-09-22irc: remove unneeded commentSébastien Helleu
2016-09-19Fix for unclosed/leaking sockets from issue #358Rob Campbell
2016-08-07core: irc, xfer: do not check return code of res_init()Sébastien Helleu
2016-08-07core, irc, xfer: add missing includes for function res_init()Sébastien Helleu
2016-08-07core/plugins: Use res_init before getaddrinfo.Raghavendra Prabhu
2016-07-17irc: rename server options "default_msg_*" to "msg_*", evaluate themSébastien Helleu
2016-07-09irc: fix typo in a commentSébastien Helleu