summaryrefslogtreecommitdiff
path: root/src/irc/proxy/listen.c
AgeCommit message (Expand)Author
2002-02-10If *=port was used with /SET irssiproxy_ports, connections to server weren'tTimo Sirainen
2002-02-08Proxy is now emitting "proxy client connected" and "proxy clientTimo Sirainen
2002-01-20We now handle PINGs from client properly.Timo Sirainen
2001-12-15Better support for actions and CTCPs.Timo Sirainen
2001-12-07server_redirect_peek_signal() now contains int *redirected parameter whichTimo Sirainen
2001-12-07Send NICK change before 001 request so that ircII also knows our real nick.Timo Sirainen
2001-12-07Several fixes to work better with non-irssi clients, also fixed a potentialTimo Sirainen
2001-12-06Treat all WHOIS requests as remote.Timo Sirainen
2001-12-06Allow sending USER before NICK when logging in.Timo Sirainen
2001-11-18Reply to PINGs ourself if destination was proxy's address, our own nick orTimo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo Sirainen
2001-11-11Fixed to work with new redirection code. Also don't set the mode to +(null)Timo Sirainen
2001-10-19Actions are now transferred correctly, own messages in main irssi areTimo Sirainen
2001-07-10Makefile fixed to use module directory again. If /SET irssiproxy_ports hasTimo Sirainen
2001-03-15bugfixTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-12-05bot & proxy plugins fixed for GIOChannel changesTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-12-03Reply to clients which send IRSSILAG notices to themselves.Timo Sirainen
2000-12-01ARGH! %s format bug!Timo Sirainen
2000-11-10Don't change client's nick every time someone else changes nick..Timo Sirainen
2000-11-09let actions pass through the proxy to clients, they're not "real" CTCPs..Timo Sirainen
2000-11-09ping/pong was broken again, hope this now _finally_ works :)Timo Sirainen
2000-11-09Use ircnet name as the proxy's "real address".Timo Sirainen
2000-11-09One final fix for ping/pongTimo Sirainen
2000-11-09fix to ping/pong handling :)Timo Sirainen
2000-11-09Hide IRSSILAG notices from clientsTimo Sirainen
2000-11-09PING from client wasn't handled correctly.Timo Sirainen
2000-11-06Connecting to proxy when server connection was down didn't work correctly.Timo Sirainen
2000-11-06Proxy plugin fixes and cleanups. Supports now multiple servers, doesn'tTimo Sirainen
2000-09-29Updated Irssi proxy to work with latest version, thanks to fuchs :)Timo Sirainen