SOCKS proxy conf and integration
authorJack Allnutt <m2ys4u@gmail.com>
Sat, 23 Mar 2013 12:30:22 +0000 (12:30 +0000)
committerJack Allnutt <m2ys4u@gmail.com>
Sat, 23 Mar 2013 12:30:22 +0000 (12:30 +0000)
commitac0b278ca900e6a0c29cefdaf4d73b58c06bd150
treec19d42312f71d78a8cd3b07c5ae0c4fec8a0ae3d
parent9650b343592c14a2f5677b533a1fee94d770b5a5
SOCKS proxy conf and integration

* Configuration details in conf.example.js
  - Can be configured to use SOCKS for all outgoing connections or
    just for specific hosts

* Integrated in to IrcConnection object

* Minor tweak to IrcConnection: use call instead of apply to avoid
  accessing the arguments object, which isn't used by
  socketConnectHandler
config.example.js
server/irc/connection.js