summaryrefslogtreecommitdiff
path: root/src/irc/proxy
AgeCommit message (Expand)Author
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
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-09I had broken the /names list.. :)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-09When sending /NAMES after join: Don't send lines longer than 512 chars -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-10-02Added -avoid-version options and disable-static for SILC module.Timo Sirainen
2000-09-30bugfixTimo Sirainen
2000-09-29Updated Irssi proxy to work with latest version, thanks to fuchs :)Timo Sirainen