summaryrefslogtreecommitdiff
path: root/src/fe-common/irc
AgeCommit message (Expand)Author
2002-03-13ARGH! I hate this new behaviour of CVS not asking if I want to abortTimo Sirainen
2002-03-10Added -4 | -6 to /SERVER ADD syntax.Timo Sirainen
2002-03-10/SERVER ADD -ircnet should add the network to config with the same case asTimo Sirainen
2002-03-10Netjoins in +channels were printed as if users joined to "channel" and allTimo Sirainen
2002-02-17Some events that contained target parameter weren't printed to correctTimo Sirainen
2002-02-16/ACTION supports -servertag now and tab completion works with it like withTimo Sirainen
2002-02-15Allow still showing ping time even if client replied with only one pingTimo Sirainen
2002-02-15Some /NAMES fixesTimo Sirainen
2002-02-13Separated ctcp command/data in "message irc ctcp" signal and format. AddedTimo Sirainen
2002-02-11stupid format string bugs. wasn't there long though :)Timo Sirainen
2002-02-10Correctly handle DCC GET write() failures.Timo Sirainen
2002-02-10support for event 477 which aborts joins to +R channels in dalnet.Timo Sirainen
2002-02-10Default event handler now prints the server name where it received theTimo Sirainen
2002-02-10Level for own dcc chat messages should contain NO_ACT too (which alsoTimo Sirainen
2002-02-07"default event" now resends "default event numeric" which gets handled byTimo Sirainen
2002-02-06Still some event_received() fixes.Timo Sirainen
2002-02-06DCC /MSG handlers broke /MSG -ircnetTimo Sirainen
2002-02-06Fixed the generic event_received() hadler not to remove ':' char twice inTimo Sirainen
2002-02-04Broke DCC CHAT queries.Timo Sirainen
2002-02-04printtext(): you can now specify server target with tag name instead ofTimo Sirainen
2002-02-02s/query_trace_nick_changes/query_track_nick_changes/ :)Timo Sirainen
2002-02-02Added /SET query_trace_nick_changes, which tells if irssi should track nickTimo Sirainen
2002-01-28"Your nick is owned by .." message was checked always with default nick.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-24/SERVER ADD: added -noproxy option and -proxy which just removes theTimo Sirainen
2002-01-19Added "dccownquerynick" which /FORMAT own_dcc_query uses.Timo Sirainen
2002-01-12Add commas between splitted nicks. patch by QrczakTimo Sirainen
2002-01-12Using "server1 <-> server2, server3" format for netsplit messages now.Timo Sirainen
2002-01-11dcc chat actions didn't work properlyTimo Sirainen
2002-01-10Actions are now sent in "ctcp action" signal which is never ignored. "ctcpTimo Sirainen
2002-01-09Added "message dcc xxx" signals for printing DCC messages.Timo Sirainen
2001-12-31Abort joins on 442-numeric that dalnet sends when you can't join to channelTimo Sirainen
2001-12-27Server parameter is sent now too with /WHO, though the format itself wasn't c...Timo Sirainen
2001-12-20And the final #include :)Timo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-12-10Netsplit saved the NICK_REC, but didn't save the dynamically allocated stringsTimo Sirainen
2001-12-10307 line is used for /USERIP in undernet. Also changed some other alternativeTimo Sirainen
2001-12-09Support for OPN's channel forwarding.Timo Sirainen
2001-12-07Added support for 326 and 327 whois numerics in OPN.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-03Show @#channel notices as regular notices again. Don't hilight it or @#channe...Timo Sirainen
2001-12-01Disable lag detection in servers that don't understand PING command (yes,Timo Sirainen
2001-11-29/WALLCHOPS are now printed to screen. Receiving notices for @#channelTimo Sirainen
2001-11-28"event 378" is also used to end /MAP in OPN.Timo Sirainen
2001-11-20377 numeric seems to be used as motd by some servers..Timo Sirainen
2001-11-19378 event (whois realhost) data is different between irc servers, so addedTimo Sirainen
2001-11-19Removed whois_coming-flag which was used to figure out if 301 eventTimo Sirainen
2001-11-19"message irc notice" - when figuring out if it's server notice or not,Timo Sirainen
2001-11-19If /SET dcc_upload_path is empty, we should use the current directory, notTimo Sirainen