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
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
2013-12-08
irc: don't return a default ban mask if option is not set or if host is not f...
Sebastien Helleu
2013-12-07
irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_default
Sebastien Helleu
2013-12-07
irc: add option irc.look.ban_mask_default (bug #26571)
Sebastien Helleu
2013-11-07
irc: fix groups in channel nicklist when reconnecting to a server that suppor...
Sebastien Helleu
2013-07-19
irc: fix self nick color in server messages after nick is changed with /nick ...
Sebastien Helleu
2013-06-29
irc: fix uninitialized variable "color" when hashing nickname to find color
Sebastien Helleu
2013-06-02
irc: add option irc.look.nick_color_hash: hash algorithm to find nick color (...
Sebastien Helleu
2013-04-29
core: make nick prefix/suffix dynamic (move options from irc plugin to core, ...
Sebastien Helleu
2013-04-23
irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)
Sebastien Helleu
2013-03-21
irc: fix prefix color for nick when the prefix is not in irc.color.nick_prefi...
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-01-25
irc: add color in output of /names when result is on server buffer (channel n...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-08
api: allow creation of structure with hdata_update (allowed for hdata "history")
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-08-20
irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...
Sebastien Helleu
2012-07-20
core: add support of arrays in hdata variables
Sebastien Helleu
2012-03-12
irc: use computed nick color in many messages instead of option weechat.color...
Sebastien Helleu
2012-03-06
irc: compute hash to find nick color for nick in server message when nick is ...
Sebastien Helleu
2012-02-26
irc: add search for lower case nicks in option irc.look.nick_color_force
Sebastien Helleu
[next]