summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
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
2001-12-03MAX_FAILURE_COUNT was used off-by-one (ie. 1 meant actually 0..)Timo Sirainen
2001-12-03"channel wholist" still wasn't sent at proper times.Timo Sirainen
2001-12-03"channel wholist" was sent to channels that hadn't received /WHO list yet.Timo Sirainen
2001-12-01Don't fail the remote redirections either until MAX_FAILURE_COUNTTimo Sirainen
2001-12-01Only use registered start events to begin a server redirection - not thoseTimo Sirainen
2001-12-01Disable lag detection in servers that don't understand PING command (yes,Timo Sirainen
2001-11-30Removed settings_add_bool(.., "join_auto_chans_on_invite", ..) here, it'sTimo Sirainen
2001-11-29/WALLCHOPS are now printed to screen. Receiving notices for @#channelTimo Sirainen
2001-11-29/QUOTE and /RAWQUOTE shouldn't work until connect() to server is finished.Timo Sirainen
2001-11-25added support for servers where /WHO only gives "end of who" message.Timo Sirainen
2001-11-25Irssi didn't properly abort a redirection of which end event it missed.Timo Sirainen
2001-11-25Added backwards compatibility for /UPGRADE for transferring nick list..Timo Sirainen
2001-11-25/UPGRADE: Irssi no longer asks for /NAMES list from server whenTimo Sirainen
2001-11-20irc_send_cmd_split() - don't crash if there was no nicks given (probablyTimo Sirainen
2001-11-20/SET join_auto_chans_on_invite setting wasn't registered so it didn't work..Timo Sirainen
2001-11-20/UPGRADE: server command queue is now flushed to make sure everythingTimo Sirainen
2001-11-19Removed whois_coming-flag which was used to figure out if 301 eventTimo Sirainen
2001-11-19Changed default of /SET lag_check_time from 30 to 60.Timo Sirainen
2001-11-19/UPGRADE now remembers user mode, patch by lam@e-gate.plTimo Sirainen
2001-11-19-botcmd isn't now sent to channels when /UPGRADEing.Timo Sirainen