summaryrefslogtreecommitdiff
path: root/src/irc/core/channel-events.c
AgeCommit message (Expand)Author
2018-01-03do not record topic change time when sender is blankailin-nemui
2017-10-19Prevent a OOB read when parsing IRCNet ! channelsLemonBoy
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
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-05-24Cosmetic.Emanuele Giaquinta
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2007-07-06Move the check for 4xx numeric for join failures last, soJilles Tjoelker
2007-06-03- Repair channels_rejoin_unavailable. Enabled by default,Jilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-02-06Fixed memory leaks when destroying a channel, when loading nonexisten scripts...Valentin Batz
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2003-11-16Assume JOIN failed if we get any 4xx numeric back with channel name in itTimo Sirainen
2003-11-16Support 479 illegal channel name numericTimo Sirainen
2003-01-21If JOIN is sent to channel you've already joined, assume a missing PART andTimo Sirainen
2002-08-22When checking for autojoin-on-invite channels, also check the short !channelTimo Sirainen
2002-08-21Added support for 439 numeric ("Target change too fast") which may tell thatTimo Sirainen
2002-05-26event_cannot_join() - changed check from NAMES got -> JOIN got, so theTimo Sirainen
2002-05-19don't crash if server sends us !channel name less than 6 chars.Timo Sirainen
2002-05-17!channel fixes.Timo Sirainen
2002-05-17new !channel support was buggy, as I tried it only with channel names havingTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-04-24channel->topic_by now always contains the host info too (nick!user@host).Timo Sirainen
2002-03-17If autojoining to !channel failed because it didn't exist, create it byTimo Sirainen
2002-02-10support for event 477 which aborts joins to +R channels in dalnet.Timo Sirainen
2002-01-10Purge the commands in queue for channel if you get kicked from there.Timo Sirainen
2001-12-31Abort joins on 442-numeric that dalnet sends when you can't join to channelTimo Sirainen
2001-11-20/SET join_auto_chans_on_invite setting wasn't registered so it didn't work..Timo Sirainen
2001-11-19/SET join_auto_chans_on_invite - patch by tygrys@moo.plTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-08-08If we receive INVITE for a channel that is added with /CHANNEL ADD -auto,Timo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2000-12-22Fix for handling duplicate channelsTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-11-17Remember who set the topic and when, display the info when using /TOPIC.Timo Sirainen
2000-10-14When joining to !channel the join message was printed to active windowTimo Sirainen
2000-10-14Handle event "407 duplicate channel" correctly - happens when trying toTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-07-31Check that we're not already joined the channel when receiving JOINTimo Sirainen
2000-06-15If join to !channel wasn't successfull (banned, etc.), Irssi didn't removeTimo Sirainen
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-26..adding new files..Timo Sirainen