Age | Commit message (Expand) | Author |
2022-08-07 | core: add option `-save` in command `/upgrade` (closes #1630) | Sébastien Helleu |
2022-03-10 | irc: rename server option "autojoin_record" to "autojoin_dynamic" | Sébastien Helleu |
2022-03-10 | irc: add server option "autojoin_record" | Sébastien Helleu |
2022-01-17 | core: update copyright dates | Sébastien Helleu |
2021-08-08 | irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag... | Sébastien Helleu |
2021-06-27 | irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657) | Simon Ser |
2021-06-25 | irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413) | Sébastien Helleu |
2021-06-01 | irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-... | Sébastien Helleu |
2021-05-29 | irc: add variable "${target}" (target nick) in commands /kick and /kickban | Sébastien Helleu |
2021-05-16 | irc, buflist: add bar item "tls_version" with options for colors, add buflist... | Andrew Potter |
2021-01-30 | irc: add function irc_server_get_chantypes | Sébastien Helleu |
2021-01-30 | irc: improve help on server option "default_chantypes" | Sébastien Helleu |
2021-01-30 | irc: make default chantypes configurable | Matti Virkkunen |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2020-06-21 | irc: check that the first nick char is not a prefix char or chantype in funct... | Sébastien Helleu |
2020-06-20 | irc: add support of UTF8MAPPING, add support of optional server in info "irc_... | Sébastien Helleu |
2020-04-18 | core: make GnuTLS a required dependency | Sébastien Helleu |
2020-03-09 | irc: add support of fake servers (no I/O, for testing purposes) | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-10-09 | irc: add server option ssl_password for SSL certificate private key password ... | Simmo Saan |
2019-09-22 | irc: remove option irc.network.channel_encode, add server option "charset_mes... | Sébastien Helleu |
2019-08-04 | irc: add variables "user_max_length" and "host_max_length" in server structur... | Sébastien Helleu |
2019-05-12 | irc: rename server variable "nick_host" to "host" | Sébastien Helleu |
2019-05-10 | irc: add variable "nick_host" in server structure | Sébastien Helleu |
2019-03-02 | core: use bitwise shift operator to define flag constants | 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-05-20 | Merge remote-tracking branch 'origin/pr/623' into irc-3.2-cap | Sébastien Helleu |
2018-02-05 | irc: allow ${irc_server.xxx} and ${server} in server evaluated options (close... | Sébastien Helleu |
2018-01-13 | irc: add server option "split_msg_max_length" | Sébastien Helleu |
2018-01-05 | core: update copyright dates | Sébastien Helleu |
2017-08-10 | core: remove value for first #define in headers, add "PLUGIN" in plugin headers | Sébastien Helleu |
2017-06-17 | irc: factor supported CAP version | Simmo Saan |
2017-06-17 | irc: add support for IRCv3.2 Client Capability Negotiation (closes #586) | Simmo Saan |
2017-06-17 | irc: add hashtables to keep track of all capabilities | Simmo Saan |
2017-06-03 | irc: fix irc_server_autojoin_channels declared without arguments | Simmo Saan |
2017-05-06 | irc: fix update of server addresses on reconnection when the evaluated conten... | Sébastien Helleu |
2017-03-25 | irc: send signal "irc_server_lag_changed", store lag in server buffer | Sébastien Helleu |
2017-02-18 | irc: add function irc_server_get_max_modes | Sébastien Helleu |
2017-01-13 | tests: fix compilation of tests on FreeBSD 11 | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-12-11 | irc: rename server option "umodes" to "usermode" | Sébastien Helleu |
2016-10-12 | Add server option umodes (closes #377) | Simmo Saan |
2016-07-17 | irc: rename server options "default_msg_*" to "msg_*", evaluate them | Sébastien Helleu |
2016-05-01 | irc: fix typo in IRC_SERVER_OPTION_SASL_KEY comment (#724) | Lieuwe Rooijakkers |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-12-24 | irc: move option irc.network.alternate_nick into servers (closes #633) | Sébastien Helleu |
2015-12-20 | Merge remote-tracking branch 'origin/pr/351' | Sébastien Helleu |
2015-08-05 | irc: fix update of lag item when the server lag changes | Sébastien Helleu |