irssi/src/irc/proxy
dequis 51496cd09f Fix 'address already in use' when changing irssiproxy_ports
When changing the value of irssiproxy_ports to use a different network
name in a port that was already bound (so like changing from asd=6667 to
sdf=6667) it would throw "address already in use".

This fixes it by delaying the add_listen() calls after all the
remove_listen() were called.
2015-06-14 17:00:35 -03:00
..
dump.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
listen.c Fix 'address already in use' when changing irssiproxy_ports 2015-06-14 17:00:35 -03:00
Makefile.am s/INCLUDES/AM_CPPFLAGS/g 2014-06-27 09:06:21 -04:00
module.h introduce the type Irssi::Irc::Client and signals to communicate with proxy 2008-11-02 12:13:36 +00:00
proxy.c Rename /proxy command to /irssiproxy for clarity 2015-06-14 11:57:11 -03:00
proxy.h Make proxy messages include more detail and add status command 2015-02-24 19:52:17 -08:00