summaryrefslogtreecommitdiff
path: root/src/irc/proxy
AgeCommit message (Expand)Author
2015-02-24Add boolean toggle for irssiproxy being enabledHans Nielsen
2015-02-24Make proxy messages include more detail and add status commandHans Nielsen
2015-02-24Change around connection signals in proxy moduleHans Nielsen
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-27s/INCLUDES/AM_CPPFLAGS/gDave Reisner
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-03-10Include hostmask in 001 event sent by proxy (bug #650)Wouter Coekaerts
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
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-10Disable versioning for the proxy module, patch by darix.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele 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-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
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
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