aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-nick.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* irc: add support of UTF8MAPPING, add support of optional server in info "irc_is_nick" (closes #1528)Sébastien Helleu2020-06-201-1/+2
* irc: fix crash when a new message 005 is received with longer nick prefixesSébastien Helleu2020-02-091-0/+2
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* irc: add variable "nick_host" in server structureSébastien Helleu2019-05-101-0/+1
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-131-2/+2
* 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: allocate the string "prefix" in nickSébastien Helleu2018-04-021-2/+2
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu2017-08-101-3/+3
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-3/+2
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* irc: track realnames using extended-join and WHOMax Teufel2015-03-071-1/+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/+3
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* irc: add argument "server_message" in function irc_nick_color_for_msgSébastien Helleu2014-11-011-6/+4
* irc: fix commentSébastien Helleu2014-06-031-1/+1
* core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu2014-03-191-3/+3
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* irc: add option irc.look.ban_mask_default (bug #26571)Sebastien Helleu2013-12-071-0/+1
* irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)Sebastien Helleu2013-04-231-0/+1
* irc: add color in output of /names when result is on server buffer (channel not joined) (bug #38070)Sebastien Helleu2013-01-251-1/+1
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs)Sebastien Helleu2012-08-201-4/+7
* irc: use computed nick color in many messages instead of option weechat.color.chat_nickSebastien Helleu2012-03-121-1/+5
* irc: compute hash to find nick color for nick in server message when nick is not in nicklistSebastien Helleu2012-03-061-0/+2
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239)Sebastien Helleu2011-11-121-1/+2
* core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu2011-06-131-0/+2
* irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single option irc.color.nick_prefixes (task #10888)Sebastien Helleu2011-03-231-3/+3
* Refresh nicks colors in nicklist when changing option weechat.color.chat_nick_colorsSebastien Helleu2011-02-241-5/+1
* Add new option irc.look.color_nicks_in_nicklistSebastien Helleu2011-02-231-0/+5
* Update copyright datesSebastien Helleu2011-01-011-1/+1
* Replace the 10 nick color options and number of nick colors by a single option "weechat.color.chat_nick_colors" (comma separated list of colors)Sebastien Helleu2010-12-201-0/+2
* Search nicklist group without leading digits in irc pluginSebastien Helleu2010-11-101-1/+3
* Add new option irc.look.nick_color_forceSebastien Helleu2010-10-291-1/+1
* Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX value from message 005Sebastien Helleu2010-10-281-48/+19
* Beta version of IRC proxy feature in Relay pluginSebastien Helleu2010-09-171-0/+1
* Update comments after #endif in C headersSebastien Helleu2010-06-251-1/+1
* Update licenses and copyrights, add missing author names in sourcesSebastien Helleu2010-06-221-6/+6
* Add IRC info "irc_nick_color_name" to get color name of a nickSebastien Helleu2010-06-151-0/+1
* Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu2010-06-041-0/+1
* Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890)Sebastien Helleu2010-05-291-6/+10
* Add IRC command /wallchops, fix bug with display of notice for ops (task #10021, bug #29932)Sebastien Helleu2010-05-231-0/+6
* Add "irc_is_nick" for function info_get to check if a string is a valid IRC nick name (patch #7133)Sebastien Helleu2010-03-251-0/+3
* Add option irc.look.item_nick_prefix, rename some IRC options for bar itemsSebastien Helleu2010-02-061-2/+8