summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-nick.c
AgeCommit message (Expand)Author
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-29Use function nicklist_nick_set to change nick color (instead of removing/addi...Sebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu...Sebastien Helleu
2010-10-13Add new options irc.color.nick_prefix and irc.color.nick_suffixSebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ta...Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-07-17Add new option irc.look.nick_color_stop_charsSebastien 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-04-20Add new option irc.color.item_buffer_name_ssl (task #10339)Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien 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
2010-01-11Fix IRC nick color for nicks with wide chars (bug #28547)Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-11-28Fix color of nick in nicklist when doing /nick if away is enabled (bug #28102)Sebastien Helleu
2009-11-19Add IRC option to use same nick color in channel and private (on by default) ...Sebastien Helleu
2009-02-17Use string instead of char for prefixes in nicklistSebastien Helleu
2009-01-31Fix nicklist sort with IRC nicks (chan owner and admin first in list)Sebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-19Add some colors in IRC messages from server (for text and nicks) (task #8926)Sebastien Helleu
2008-12-17Improve nick completion: complete first by nicks that highlight me, before ni...Sebastien Helleu
2008-11-19Remove old and unused color optionsSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-10-27Fix color of IRC nick mode (op, voiced, ..) in chat windowSebastien Helleu
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi...Sebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-09Fix prefix color in nicklist with nick status (op/voice/..) is changedSebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-15Fix bug/crash when any color option is changed (bug #23566)Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-04-27Fixed nick display as prefix, use of nickmode and nickmode_empty settings againSebastien Helleu
2008-04-11Fixed bugs with nicks color and sorting in nicklistSebastien Helleu
2008-04-11Fixed bugs with weechat_config_get() in plugin APISebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-15New format for many IRC protocol commands, bugs fixed in IRC pluginSebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu