summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-nicklist.c
AgeCommit message (Expand)Author
2018-01-07Merge pull request #804 from ailin-nemui/patch-1ailin-nemui
2018-01-05Update irc-nicklist.cailin-nemui
2016-12-19avoid server_disconnectailin-nemui
2016-06-05Replace strocpy with g_strlcpyLemonBoy
2015-11-19Correctly alias 'channel' to '#channel'LemonBoy
2015-05-15Implement CHANTYPES supportLemonBoy
2015-02-10handle an already used nick different from the one we sendAlexandre Morignot
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-27Use PREFIX from 005 to decide if a nick flag is of op levelDavid Leadbeater
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2011-11-21Fix warning.Alexander Færøy
2011-05-15Accept names replies with nick!user@host instead of nickJilles Tjoelker
2010-07-24Add prefixes to irc_nicklist_insert() so that nickrec.prefixes is accurate in...Wouter Coekaerts
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2007-10-16Update oper status from userhost reply.Jilles Tjoelker
2007-05-20Fix recognition of realnames starting with spaces in /who replies.Jilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-01-17When connecting and the nick is invalid, abort the connection instead of loop...Emanuele Giaquinta
2005-10-18Fix crash on netsplit+join after /upgrade from 0.8.9Wouter Coekaerts
2005-09-10don't crash if server sends weird NICK line, patch by Jarno Honkanen (Bug 216)Wouter Coekaerts
2005-02-03Update our own nickrec->gone flag on /away <reason> or on /awayValentin Batz
2005-01-03improve queuing commands, patch by Timothy Hatcher (Bug 168)Wouter Coekaerts
2004-09-12Recent WHOIS changes broke nick's gone/oper flags. Patch by Valentin BatzTimo Sirainen
2004-07-14Handle 432 numeric (errorneus nickname) as "nick in use". Fixes problemsTimo Sirainen
2004-01-25isupport updatesTimo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2002-12-07Don't break if nick is twice in names list (never is with non-brokenTimo Sirainen
2002-08-27Don't update channel key from 324 numeric, some servers send channel key asTimo Sirainen
2002-03-10Added '.' to known nick flag characters. Also supports having multiple flagTimo Sirainen
2002-02-01The "check if nick change was done with our /NICK" didn't work if this wasTimo Sirainen
2002-01-28Don't change the "wanted nick" when receiving NICK event from server, unlessTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-21Using signal_add_first() for a few more signals now, so they can be stopped b...Timo Sirainen
2002-01-12Don't try to set alternate_nick to any default value, it's not very usefulTimo Sirainen
2001-12-09Better support for halfops, patch by yathen@web.deTimo Sirainen
2001-11-19Removed whois_coming-flag which was used to figure out if 301 eventTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-10-14Irssi lost channel key for secret/private channels after join.Timo Sirainen
2001-09-13..the same fix..Timo Sirainen
2001-09-13Don't crash if the IRC server doesn't print your nick in /NAMES list afterTimo Sirainen
2001-03-04added server_change_nick() function for servers.[ch]. Lots of fixes forTimo Sirainen
2001-02-18Support for multiple identical nicknames.Timo Sirainen
2001-02-02Nicklist updates so that protocol specific xxx_NICK_REC can be usedTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen
2001-01-21nickliset_set_host() for setting host, sends signal "nicklist host changed".Timo Sirainen
2001-01-14Added my_asctime()Timo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen