summaryrefslogtreecommitdiff
path: root/src/irc/proxy/listen.c
AgeCommit message (Expand)Author
2016-03-02reindentLukas Mai
2016-02-26fix proxy server nameLukas Mai
2016-02-18remove redundant checkLukas Mai
2016-02-18make pointer check explicitLukas Mai
2016-02-18irssi proxy: allow multiplexing multiple networks over a single portLukas Mai
2016-02-18fix formattingLukas Mai
2016-01-06irssiproxy: avoid using pointer after freeing itLukas Mai
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-09-19Merge pull request #259 from dequis/irssiproxyailin-nemui
2015-09-10Merge pull request #248 from LemonBoy/chantypesAlexander Færøy
2015-09-02Whitespace fixLemonBoy
2015-07-25Replace \n with \r\n in irssiproxy source, fixes bugblha303
2015-06-14Fix 'address already in use' when changing irssiproxy_portsdequis
2015-06-14Merge branch 'master' into irssiproxydequis
2015-05-15Implement CHANTYPES supportLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-02-24Fix whitespaceHans Nielsen
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-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