summaryrefslogtreecommitdiff
path: root/src/irc/core/channel-events.c
AgeCommit message (Expand)Author
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