summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-nicklist.c
AgeCommit message (Expand)Author
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
2000-10-14Autorejoin when join temporarily fails because of netsplit is handledTimo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-26irc_nick_match() should now work better for checking if nick at theTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen