summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
2002-02-16There was the check for max. 10 chars/ban, but for some reason it was 11 inTimo Sirainen
2002-02-15server->real_address wasn't restored properly after /UPGRADE and thatTimo Sirainen
2002-02-13the last 001 fix was useless, removed the if() part so now the real_addressTimo Sirainen
2002-02-13001 event should free real_address if it already existed. this might happenTimo Sirainen
2002-02-13updated the glib error message with netsplitsTimo Sirainen
2002-02-10support for event 477 which aborts joins to +R channels in dalnet.Timo Sirainen
2002-02-10Don't stop reconnecting to server if we get nick collidedTimo Sirainen
2002-02-03make sure redirect_continue is set to NULL if it contains the redirectionTimo Sirainen
2002-02-03Added target_type to send_message(), -channel and -nick parameters to /MSGTimo Sirainen
2002-02-03Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn'tTimo Sirainen
2002-02-02Also, if alternate_nick is "", don't go set it to connection record..Timo Sirainen
2002-02-02/SET alternate_nick should default to "", not NULL which would causeTimo Sirainen
2002-02-01The "check if nick change was done with our /NICK" didn't work if this wasTimo Sirainen
2002-02-01Added optional channel parameter to /OP, /DEOP, /VOICE and /DEVOICETimo Sirainen
2002-01-30"/MODE #channel -k" automatically appends the channel key if it wasn'tTimo Sirainen
2002-01-28Whops, crasfix for last "fix". :)Timo Sirainen
2002-01-28Fixed a few minor memleaks. Don't use g_strdup() in lib-popt because it mayTimo Sirainen
2002-01-28Don't change the "wanted nick" when receiving NICK event from server, unlessTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-23Don't send proxy commands to server if -noproxy option was used.Timo Sirainen
2002-01-22Added /SET proxy_string_after setting which gets sent after NICK/USER, bncTimo Sirainen
2002-01-21Using signal_add_first() for a few more signals now, so they can be stopped b...Timo Sirainen
2002-01-20Handle PING requests now properly.Timo Sirainen
2002-01-12Don't try to set alternate_nick to any default value, it's not very usefulTimo Sirainen
2002-01-10Purge the commands in queue for channel if you get kicked from there.Timo Sirainen
2002-01-10Changed again behaviour of resetting user modes when reconnecting to server,Timo Sirainen
2002-01-10Actions are now sent in "ctcp action" signal which is never ignored. "ctcpTimo Sirainen
2002-01-09irc_send_cmd() now doesn't call server_disconnect(), but rather just markTimo Sirainen
2002-01-02server_disconnect() should do nothing if you call it twice, especially itTimo Sirainen
2001-12-31Abort joins on 442-numeric that dalnet sends when you can't join to channelTimo Sirainen
2001-12-27argh, typofix :)Timo Sirainen
2001-12-27Added an extra check to make sure nothing bad happens..Timo Sirainen
2001-12-22Check that the nick doesn't get added twice to nicklist, seems to happen some...Timo Sirainen
2001-12-17mode +d is now also treated as having argument (hybrid 7 / dancer realname ban)Timo Sirainen
2001-12-14Redirections were broken if server_redirect_event() didn't list the stopTimo Sirainen
2001-12-14Fixed some asserts.Timo Sirainen
2001-12-14Added reference counting to server record. At least now we don't accidentallyTimo Sirainen
2001-12-14bugfix for previous fix :)Timo Sirainen
2001-12-14e/I/O/q mode changes shouldn't change the visible channel mode.Timo Sirainen
2001-12-11User mode changes weren't visible.Timo Sirainen
2001-12-11Fixed a memory leak + some cleanupsTimo Sirainen
2001-12-10Netsplit saved the NICK_REC, but didn't save the dynamically allocated stringsTimo Sirainen
2001-12-09Better support for halfops, patch by yathen@web.deTimo Sirainen
2001-12-07server_redirect_peek_signal() now contains int *redirected parameter whichTimo Sirainen
2001-12-07"redirect first" and "redirect last" events can be used withTimo Sirainen
2001-12-07Still ban exception / invite list removes.Timo Sirainen
2001-12-07Added support for 326 and 327 whois numerics in OPN.Timo Sirainen
2001-12-07Fixed 2 small memory leaks.Timo Sirainen
2001-12-06/IRCNET ADD -usermode option added.Timo Sirainen
2001-12-06On nick collision kills, reconnect back immediately. On any other type ofTimo Sirainen