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