summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/fe-events-numeric.c
AgeCommit message (Expand)Author
2015-05-15Implement CHANTYPES supportLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2010-02-27Show new charybdis +q list in channel window (numerics 728 and 729).Jilles Tjoelker
2010-02-26Show "target changing too fast" messages in the channel/query window.Jilles Tjoelker
2009-09-06Show all nicks instead of just the first in an /accept * listing.Jilles Tjoelker
2009-04-03Show numerics directed at channels in the channel window.Jilles Tjoelker
2008-10-28Also display 407 numerics that are not "duplicate channel".Jilles Tjoelker
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-02-20Show setter/time in +I lists, if sent by the server.Jilles Tjoelker
2007-07-08Update channel forwarding code.Jilles Tjoelker
2007-07-07Fix 477 numeric broken by r4572Jilles Tjoelker
2007-06-08Add support for the ACCEPT command, which is part of theJilles Tjoelker
2007-05-28- Display more numerics (such as cannot send to channel,Jilles Tjoelker
2007-05-25Pick up host changes on charybdis and ircu servers (396 numeric).Jilles Tjoelker
2007-05-20If we get a ERR_NOSUCHNICK for the nick "*", displayJilles 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-05-05Move input recoding in irc_server_event.Emanuele Giaquinta
2005-10-15fixed recode for actions and added recode for numeric eventsValentin Batz
2005-05-09Fixed a leak in fe-events-numeric.c, patch by Toby PetersonValentin Batz
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-10-16Added recode for the away-messagesValentin Batz
2004-09-16Added recoding of realname to who and whois repliesValentin Batz
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-07-11Fixed handling WHOIS printing once and for all. Everything unknown betweenTimo Sirainen
2004-01-25/SET whois_hide_safe_channel_id - removes the ugly IDs for !channels inTimo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-11-16Support 479 illegal channel name numericTimo Sirainen
2002-12-27Added 308 whois numericTimo Sirainen
2002-10-10Less kludgy way to handle /SET skip_motd. Works now with laggy servers.Timo Sirainen
2002-08-31changed /FORMAT default_event -> default_event_server (sorry for breakingTimo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-08-22Added $2 = numeric to /FORMAT default_eventTimo Sirainen
2002-08-21Added support for 439 numeric ("Target change too fast") which may tell thatTimo Sirainen
2002-06-13updated dancer's channel forwarding support - using +f channel mode now, andTimo Sirainen
2002-06-06Added /SET show_names_on_join, /QUOTE NAMES #channel now prints the namesTimo Sirainen
2002-06-04Support for 330 whois event (auth) in qnetTimo Sirainen
2002-05-18banlist_find() is now public. "event 367" (banlist) shows now ban number inTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-12Split nick and host for topic info format.Timo Sirainen
2002-04-26removed handling of "you're not chanop" event so that the default handlerTimo Sirainen
2002-02-17Some events that contained target parameter weren't printed to correctTimo Sirainen
2002-02-15Some /NAMES fixesTimo Sirainen
2002-02-11stupid format string bugs. wasn't there long though :)Timo Sirainen
2002-02-10support for event 477 which aborts joins to +R channels in dalnet.Timo Sirainen
2002-02-10Default event handler now prints the server name where it received theTimo Sirainen
2002-02-07"default event" now resends "default event numeric" which gets handled byTimo Sirainen