summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-nick.h
AgeCommit message (Expand)Author
2021-01-02core: update copyright datesSébastien Helleu
2020-06-21irc: check that the first nick char is not a prefix char or chantype in funct...Sébastien Helleu
2020-06-20irc: add support of UTF8MAPPING, add support of optional server in info "irc_...Sébastien Helleu
2020-02-09irc: fix crash when a new message 005 is received with longer nick prefixesSébastien Helleu
2020-01-04core: update copyright datesSé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-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-04-02irc: allocate the string "prefix" in nickSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-03-07irc: track realnames using extended-join and WHOMax Teufel
2015-01-25irc: change type of "account" parameter to "const char *" in irc_nick_new()Sébastien Helleu
2015-01-24irc: add support for CAP account-notifyMax Teufel
2015-01-01core: update copyright datesSébastien Helleu
2014-11-01irc: add argument "server_message" in function irc_nick_color_for_msgSébastien Helleu
2014-06-03irc: fix commentSébastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-07irc: add option irc.look.ban_mask_default (bug #26571)Sebastien Helleu
2013-04-23irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)Sebastien Helleu
2013-01-25irc: add color in output of /names when result is on server buffer (channel n...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-08-20irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...Sebastien Helleu
2012-03-12irc: use computed nick color in many messages instead of option weechat.color...Sebastien Helleu
2012-03-06irc: compute hash to find nick color for nick in server message when nick is ...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single...Sebastien Helleu
2011-02-24Refresh nicks colors in nicklist when changing option weechat.color.chat_nick...Sebastien Helleu
2011-02-23Add new option irc.look.color_nicks_in_nicklistSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-20Replace the 10 nick color options and number of nick colors by a single optio...Sebastien Helleu
2010-11-10Search nicklist group without leading digits in irc pluginSebastien Helleu
2010-10-29Add new option irc.look.nick_color_forceSebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu...Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-15Add IRC info "irc_nick_color_name" to get color name of a nickSebastien Helleu
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu
2010-05-29Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890)Sebastien Helleu
2010-05-23Add IRC command /wallchops, fix bug with display of notice for ops (task #100...Sebastien Helleu
2010-03-25Add "irc_is_nick" for function info_get to check if a string is a valid IRC n...Sebastien Helleu
2010-02-06Add option irc.look.item_nick_prefix, rename some IRC options for bar itemsSebastien Helleu