summaryrefslogtreecommitdiff
path: root/src/irc/proxy/listen.c
AgeCommit message (Expand)Author
2014-06-26Add missing includeDavid Leadbeater
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2008-11-02introduce the type Irssi::Irc::Client and signals to communicate with proxy Jochen Eisinger
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-11-18Pass through (redirect) WHOWAS reply to proxy clients.Jilles Tjoelker
2007-11-14Rework redirections to deal with multiple concurrent redirects better.Jilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-08-24moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/pr...Valentin Batz
2005-08-24replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there...Valentin Batz
2004-10-14Fixed bug 120 where proxy doesn't set the server_rec->away_reasonValentin Batz
2004-10-05Fix own nick changes in irssi-proxyWouter Coekaerts
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2004-03-23crashfix by Valentin BatzTimo Sirainen
2004-01-09bugfixTimo Sirainen
2003-10-19CTCP forwarding fixes by Valentin BatzTimo Sirainen
2002-08-29Don't crash if /SET irssiproxy_ports is changed while having connectedTimo Sirainen
2002-06-06/SET irssiproxy_bind specifies the IP where to listen in, patch by BC-bdTimo Sirainen
2002-05-09fixed /WHO handlingTimo Sirainen
2002-02-20PROXY CTCP ON|OFF - proxy clients can send this command to specify that theyTimo Sirainen
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