index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
irc
/
irc-nick.c
Age
Commit message (
Expand
)
Author
2023-08-26
irc: add count for all nick modes in output of `/names` (closes #97)
Sébastien Helleu
2023-08-24
api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...
Sébastien Helleu
2023-08-24
irc: compute color in case insensitive way (closes #194)
Sébastien Helleu
2023-07-08
core: use type "enum" in options
Sébastien Helleu
2023-01-15
irc: update message with number of nicks when joining a channel
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-01-30
irc: add function irc_server_get_chantypes
Sébastien Helleu
2021-01-30
irc: use server option "default_chantypes" as fallback in function irc_nick_i...
Sébastien Helleu
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-02-09
irc: fix crash when a new message 005 is received with longer nick prefixes
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-05-14
irc: add extra check on argument "nick" in functions "irc_nick_set_*"
Sébastien Helleu
2019-05-10
irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"
Sébastien Helleu
2019-05-10
irc: add variable "nick_host" in server structure
Sébastien Helleu
2019-04-13
api: return allocated string in hook_info callback and function info_get
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-04-02
irc: always set nick away status on WHO response (sent manually or automatica...
Sébastien Helleu
2018-04-02
irc: allocate the string "prefix" in nick
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-19
Revert "irc: do not use away color for nicks in nicklist if option irc.look.c...
Sébastien Helleu
2017-08-19
irc: do not use away color for nicks in nicklist if option irc.look.color_nic...
Sébastien Helleu
2017-06-20
irc: fix update of nick prefixes when the names are received in message 353 (...
Sébastien Helleu
2017-06-17
irc: don't reset nick properties (prefixes/away/account/realname) on /names w...
Sébastien Helleu
2017-06-10
core, plugins: fix conditions to insert elements in linked lists
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-04-05
core: move nick coloring from irc plugin to core (closes #262)
Sébastien Helleu
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-20
irc: add missing field realname in function irc_nick_print_log()
Sébastien Helleu
2015-12-20
Merge remote-tracking branch 'origin/pr/351'
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-03-07
irc: track realnames using extended-join and WHO
Max Teufel
2015-01-25
irc: add "account" in irc_nick_print_log()
Sébastien Helleu
2015-01-25
irc: add "account" in irc_nick hdata
Sébastien Helleu
2015-01-25
irc: remove useless save of variables in irc_nick_new() when updating nick
Sébastien Helleu
2015-01-25
irc: change type of "account" parameter to "const char *" in irc_nick_new()
Sébastien Helleu
2015-01-24
irc: add support for CAP account-notify
Max Teufel
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-01
irc: reformat some code to make it more readable
Sébastien Helleu
2014-11-01
irc: add argument "server_message" in function irc_nick_color_for_msg
Sébastien Helleu
2014-08-10
irc: free nick immediately in case of malloc error
Sébastien Helleu
2014-03-30
irc: allow "$ident" in option irc.network.ban_mask_default (closes #18)
Sébastien Helleu
2014-03-30
irc: add support of "away-notify" capability (closes #12)
Sébastien Helleu
2014-01-09
core: optimize xxx_valid() functions: return immediately if pointer is NULL
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
[next]