aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-nick.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc: add function irc_server_get_chantypesSébastien Helleu2021-01-301-10/+1
* irc: use server option "default_chantypes" as fallback in function irc_nick_is_nickSébastien Helleu2021-01-301-2/+10
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: check that the first nick char is not a prefix char or chantype in function irc_nick_is_nickSébastien Helleu2020-06-211-3/+12
* irc: add support of UTF8MAPPING, add support of optional server in info "irc_is_nick" (closes #1528)Sébastien Helleu2020-06-201-11/+43
* irc: fix crash when a new message 005 is received with longer nick prefixesSébastien Helleu2020-02-091-0/+47
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* irc: add extra check on argument "nick" in functions "irc_nick_set_*"Sébastien Helleu2019-05-141-0/+12
* irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"Sébastien Helleu2019-05-101-0/+4
* irc: add variable "nick_host" in server structureSébastien Helleu2019-05-101-0/+20
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-131-17/+51
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* irc: always set nick away status on WHO response (sent manually or automatically with server option "away_check")Sébastien Helleu2018-04-021-11/+4
* irc: allocate the string "prefix" in nickSébastien Helleu2018-04-021-6/+8
* core: fix some stylesSébastien Helleu2018-01-071-1/+1
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* Revert "irc: do not use away color for nicks in nicklist if option irc.look.color_nicks_in_nicklist is on"Sébastien Helleu2017-08-191-3/+3
* irc: do not use away color for nicks in nicklist if option irc.look.color_nicks_in_nicklist is onSébastien Helleu2017-08-191-3/+3
* irc: fix update of nick prefixes when the names are received in message 353 (closes #1022)Sébastien Helleu2017-06-201-0/+11
* irc: don't reset nick properties (prefixes/away/account/realname) on /names when the nick already exists (closes #1019)Sébastien Helleu2017-06-171-18/+0
* core, plugins: fix conditions to insert elements in linked listsSébastien Helleu2017-06-101-1/+1
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* core: move nick coloring from irc plugin to core (closes #262)Sébastien Helleu2016-04-051-176/+2
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-1/+3
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* irc: add missing field realname in function irc_nick_print_log()Sébastien Helleu2015-12-201-0/+1
* Merge remote-tracking branch 'origin/pr/351'Sébastien Helleu2015-12-201-1/+12
|\
| * irc: track realnames using extended-join and WHOMax Teufel2015-03-071-1/+12
* | core: add missing comments before functions when the result must be freed after useSébastien Helleu2015-07-041-0/+2
|/
* irc: add "account" in irc_nick_print_log()Sébastien Helleu2015-01-251-0/+1
* irc: add "account" in irc_nick hdataSébastien Helleu2015-01-251-0/+1
* irc: remove useless save of variables in irc_nick_new() when updating nickSébastien Helleu2015-01-251-7/+3
* irc: change type of "account" parameter to "const char *" in irc_nick_new()Sébastien Helleu2015-01-251-1/+1
* irc: add support for CAP account-notifyMax Teufel2015-01-241-1/+12
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* irc: reformat some code to make it more readableSébastien Helleu2014-11-011-3/+4
* irc: add argument "server_message" in function irc_nick_color_for_msgSébastien Helleu2014-11-011-18/+8
* irc: free nick immediately in case of malloc errorSébastien Helleu2014-08-101-0/+11
* irc: allow "$ident" in option irc.network.ban_mask_default (closes #18)Sébastien Helleu2014-03-301-1/+9
* irc: add support of "away-notify" capability (closes #12)Sébastien Helleu2014-03-301-0/+1
* core: optimize xxx_valid() functions: return immediately if pointer is NULLSebastien Helleu2014-01-091-1/+1
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* irc: don't return a default ban mask if option is not set or if host is not foundSebastien Helleu2013-12-081-6/+2
* irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_defaultSebastien Helleu2013-12-071-1/+1
* irc: add option irc.look.ban_mask_default (bug #26571)Sebastien Helleu2013-12-071-0/+56
* irc: fix groups in channel nicklist when reconnecting to a server that supports more nick prefixes than the previously connected serverSebastien Helleu2013-11-071-0/+6
* irc: fix self nick color in server messages after nick is changed with /nick (bug #39415)Sebastien Helleu2013-07-191-1/+1
* irc: fix uninitialized variable "color" when hashing nickname to find colorSebastien Helleu2013-06-291-0/+1
* irc: add option irc.look.nick_color_hash: hash algorithm to find nick color (patch #8062)Sebastien Helleu2013-06-021-5/+21