summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
2004-07-06Changed default SSL port to 6697Timo Sirainen
2004-05-10noinst_HEADERS -> pkginc_HEADERSTimo Sirainen
2004-05-10Never send hostname beginning with /+-[0-9]/ in USER command, that couldTimo Sirainen
2004-03-26Remember isupport_sent flag correctly.Timo Sirainen
2004-03-24mode changes got irssi stuckTimo Sirainen
2004-03-23/WHOIS -<server tag> is supported now.Timo Sirainen
2004-03-23fixed channel->chanopTimo Sirainen
2004-03-10If channel has more nicks than /SET channel_max_who_sync, don't ask /WHOTimo Sirainen
2004-02-07remove stuff from isupport always before inserting.Timo Sirainen
2004-01-27fixes for isupport-draft-incompatible servers sending 005 events..Timo Sirainen
2004-01-25crashfix when setting mode to channel you haven't joinedTimo Sirainen
2004-01-25updateTimo Sirainen
2004-01-25isupport fixesTimo Sirainen
2004-01-25isupport updatesTimo Sirainen
2004-01-22fixTimo Sirainen
2004-01-22other fixesTimo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-12-10/SET auto_whowas OFF allows now disabling automatic /whowas when /whoisTimo Sirainen
2003-11-230.8.8 with a few backwards compatibility fixesTimo 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-10-11Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.Timo Sirainen
2003-06-25Disable extra ircnet flood protection if cmd_queue_speed <= 10Timo Sirainen
2003-06-03Don't require hostmasks to be different with netsplits. Fixes dalnetTimo Sirainen
2003-05-25Connecting to IPv6 servers in short form as 1:2:: didn't work.Timo Sirainen
2003-01-21If JOIN is sent to channel you've already joined, assume a missing PART andTimo Sirainen
2003-01-21Added '!' into nick flags, used by some ircdTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-20Added /SET channels_rejoin_unavailable to disable automatic rejoining when ch...Timo Sirainen
2002-12-10GC fixes.Timo Sirainen
2002-12-10A few fixes to make irssi work with garbage collected GLIB.Timo Sirainen
2002-12-09mode +o nick -o nick2 did +o for the nick2 tooTimo Sirainen
2002-12-07Don't break if nick is twice in names list (never is with non-brokenTimo Sirainen
2002-12-03Irssi didn't set the internal away reason when reconnecting to server whileTimo Sirainen
2002-11-07Some compiling fixes found by -Wall in perl dirs..Timo Sirainen
2002-10-31Support for /MODE #chan +o nick1 +o nick2 style grouping.Timo Sirainen
2002-10-26"nick mode changed" now gives changed mode/type as parameters.Timo Sirainen
2002-10-15Don't bother aborting /OP, /VOICE, etc. just because we're not chanop/ircop.Timo Sirainen
2002-10-14/MSG !channel is now expanded to full !12345channelTimo Sirainen
2002-10-14Make sure two urls aren't thought of as netsplitTimo Sirainen
2002-10-10Less kludgy way to handle /SET skip_motd. Works now with laggy servers.Timo Sirainen
2002-09-30If reconnection was aborted by trying to reconnect to another server, theTimo Sirainen
2002-08-27a bit more fixes for +k updatingTimo Sirainen
2002-08-27Don't update channel key from 324 numeric, some servers send channel key asTimo Sirainen
2002-08-27wait a bit longer before sending massjoin signal. also added a comment howTimo Sirainen
2002-08-26A few missing parts from SSL patch.Timo Sirainen
2002-08-26Don't crash if someone msgs you without host address (eg. dircproxy). Fix byTimo 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-08-05Changed CTCP handler to remove the later \001 only if it was at the end ofTimo Sirainen