summaryrefslogtreecommitdiff
path: root/src/fe-common/irc
AgeCommit message (Expand)Author
2002-09-14window->active_server used to hold non-connected servers, but that wasTimo Sirainen
2002-08-31changed /FORMAT default_event -> default_event_server (sorry for breakingTimo Sirainen
2002-08-26A few missing parts from SSL patch.Timo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-08-22Added $2 = numeric to /FORMAT default_eventTimo Sirainen
2002-08-21Added support for 439 numeric ("Target change too fast") which may tell thatTimo Sirainen
2002-07-01nick tracking change: now it renames the query only if the old nick doesn'tTimo Sirainen
2002-07-01Query nick tracking: don't change query's nick if both the old and new nicksTimo Sirainen
2002-06-13updated dancer's channel forwarding support - using +f channel mode now, andTimo Sirainen
2002-06-13Wallop actions fixedTimo Sirainen
2002-06-06Added /SET show_names_on_join, /QUOTE NAMES #channel now prints the namesTimo Sirainen
2002-06-04Support for 330 whois event (auth) in qnetTimo Sirainen
2002-05-31Don't show the full channel name with own joins, because it's logged intoTimo Sirainen
2002-05-26"/MSG *" works now properly with dcc chat queries.Timo Sirainen
2002-05-18banlist_find() is now public. "event 367" (banlist) shows now ban number inTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-13/FORMAT whowas change: ircname -> was, maybe this will make automaticTimo Sirainen
2002-05-12Split nick and host for topic info format.Timo Sirainen
2002-04-30/notice *, /ctcp * and /nctcp * crashed if there wasn't active window item.Timo Sirainen
2002-04-28mode change printing fixes, forgot to commit :)Timo Sirainen
2002-04-27/layout save saves !channels using the short name now, so they work properlyTimo Sirainen
2002-04-26removed handling of "you're not chanop" event so that the default handlerTimo Sirainen
2002-04-26%# now toggles monospace font on/off. fe-text doesn't care about it, butTimo Sirainen
2002-04-24added host parameter to /format nick_changed, own_nick_changed andTimo Sirainen
2002-04-22"message mode" -> "message irc mode", also added in signals.txtTimo Sirainen
2002-04-19signal leak fixTimo Sirainen
2002-04-15signal leak fixTimo Sirainen
2002-04-15fixed several signal leaksTimo Sirainen
2002-03-15/SERVER ADD -ircnet value wasn't strdup()ed so it might have done somethingTimo Sirainen
2002-03-13"make dist" now doesn't add irc.c / irc-modules.cTimo Sirainen
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