summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2002-03-13If queried nick did a nick change, it might have crashed irssi.Timo Sirainen
2002-03-13*** empty log message ***Timo Sirainen
2002-03-12fix to some broken "ircds"Timo Sirainen
2002-03-11make clean should remove libirc_proxy.a symlinkTimo Sirainen
2002-03-11/SET max_wildcard_modes 0 should disable the checkingTimo Sirainen
2002-03-11Safer flood protection for lines longer than 100 chars. Maybe even a bit tooTimo Sirainen
2002-03-10Automatically change the nick to correct case in queries (eg. you didTimo Sirainen
2002-03-10If you had query with "X" but the nick really was "x", and after nick changeTimo Sirainen
2002-03-10Added /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP,Timo Sirainen
2002-03-10Added '.' to known nick flag characters. Also supports having multiple flagTimo Sirainen
2002-03-10/KNOCKOUT code was a bit stupid, and the timeout checking wasn't veryTimo Sirainen
2002-03-08/OP etc. shouldn't crash if channel hadn't received /NAMES list yet.Timo Sirainen
2002-02-20PROXY CTCP ON|OFF - proxy clients can send this command to specify that theyTimo Sirainen
2002-02-20$cumode wasn't updated after receiving nick list, so with empty channels itTimo Sirainen
2002-02-16server->emode_known wasn't saved during /UPGRADE.Timo Sirainen
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-10Correctly handle DCC GET write() failures.Timo Sirainen
2002-02-10If *=port was used with /SET irssiproxy_ports, connections to server weren'tTimo 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-08Proxy is now emitting "proxy client connected" and "proxy clientTimo Sirainen
2002-02-06DCC /MSG handlers broke /MSG -ircnetTimo Sirainen
2002-02-04Broke DCC CHAT queries.Timo 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-02Comments are now allowed everywhere in config files.Timo 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-02Ignore /SET dcc_autoresume if /SET dcc_autoget is OFF.Timo 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-20We now handle PINGs from client properly.Timo Sirainen
2002-01-20whops, still wasn't fixed :)Timo Sirainen
2002-01-20Every time a /SET was changed, it leaked a signal_add() which would causeTimo Sirainen
2002-01-20Connection tag variable wasn't deinitialized, so when destroying a DCCTimo Sirainen
2002-01-17When creating a file for DCC download, make sure we won't run into any raceTimo Sirainen