summaryrefslogtreecommitdiff
path: root/src/irc/proxy
AgeCommit message (Expand)Author
2005-03-06Add libtool's -module flag to get built properly on all platforms, by Toby Pe...Wouter Coekaerts
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-12-07Fixed a memleak, when using recode_out you have too free the memory it alloca...Valentin Batz
2004-12-07If available, send who set topic and when to irssi-proxy clientsWouter Coekaerts
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-31send max 15 005 parameters at once. Patch by Valentin BatzTimo Sirainen
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2004-08-19005 fix. Patch by Valentin BatzTimo Sirainen
2004-03-23crashfix by Valentin BatzTimo Sirainen
2004-03-03fixTimo Sirainen
2004-01-24compiler warning fixTimo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2004-01-09bugfixTimo Sirainen
2003-11-230.8.8 with a few backwards compatibility fixesTimo 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-03-11make clean should remove libirc_proxy.a symlinkTimo 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-11-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-11-02compile fix - patch by manoj@io.comTimo Sirainen
2001-10-19format string exploit found & patch by cph@cph.demon.co.ukTimo Sirainen
2001-10-19Actions are now transferred correctly, own messages in main irssi areTimo Sirainen
2001-08-14Added missing module_register() calls.Timo Sirainen
2001-07-25get the version from IRSSI_VERSION, not VERSION. #include "signals.h" wasTimo Sirainen
2001-07-14rm -f the libirc_proxy.a before ln -s.Timo Sirainen
2001-07-13Compiles now statically to irssi with --with-modules=proxyTimo Sirainen
2001-07-10Makefile fixed to use module directory again. If /SET irssiproxy_ports hasTimo Sirainen
2001-06-01dcc, flood and notifylist aren't compiled as loadable modules anymore,Timo 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-23more changes from int xx:1 to unsigned int xx:1Timo Sirainen