DMDircthe intelligent IRC client

Viewing Issue Advanced Details

ID 0000157 Category [DMDirc] IRC Parser Severity feature
Reproducibility always Date Submitted 2007-03-14 10:09 Last Update 2008-09-19 16:41
Reporter MD87 Assigned To MD87 View Status public
Priority normal Status resolved Resolution fixed
Platform Fixed in Version Target Version 0.6.3
Product Version Product Build
Summary 0000157: Socks support
Description It'd be nice to allow the user to connect to IRC via a socks proxy.
Needs unit test no

Relationships

depends on 0001758closedDataforce Proper socks support 

Notes

(0000493)
Dataforce (administrator)
2007-03-15 13:52

This has been added to the parser, changing owner to greboid.

    myParser.server.useSocksProxy = true;
    myParser.server.proxyHost = "127.0.0.1";
    myParser.server.proxyPort = 9050;

Password-protected socks proxies will not work as I do not have access to one to test
with.
(0000494)
Greboid (administrator)
2007-05-30 17:57

This might as well be thrown in with server lists

Show this changeset in changelog Changeset Detail

4687 created by chris87 on 02 September 2008, 23:19:41 +0100 (4 months 3 days ago) (patch) Issue 157

This commit was included in build DMDIRC-TRUNK-656. The build succeeded after 4 minutes (finished on 02-Sep-2008 at 23:25:38).

This commit was included in build DMDIRC-REPORTS-303. The build succeeded after 15 minutes (finished on 03-Sep-2008 at 00:24:41).

(0003943)
MD87 (administrator)
2008-09-19 16:41

This is done and works fine. It just needs UI exposing as part of server lists.

Issue History

Date Modified Username Field Change
2007-03-15 13:52 Dataforce Owner => greboid
2007-03-15 13:52 Dataforce Cc greboid =>
2007-03-15 13:52 Dataforce Note Added: 493
2007-05-30 17:57 Greboid Labels Milestone-Release0.8 => Milestone-Release0.7
2007-05-30 17:57 Greboid Note Added: 494
2008-05-26 23:37 MD87 version 0.7 =>
2008-05-26 23:37 MD87 Fixed in Version 0.7 =>
2008-05-26 23:37 MD87 Target Version 0.7 => 0.6.5
2008-05-28 03:53 MD87 Assigned To Greboid => MD87
2008-07-23 22:00 MD87 Target Version 0.6.3 => 0.7
2008-07-23 22:04 MD87 Target Version 0.7 => 0.6.3
2008-09-02 22:07 MD87 Relationship added depends on 0001758
2008-09-02 23:19 MD87 Checkin
2008-09-02 23:19 MD87 Note Added: 0003668
2008-09-19 16:41 MD87 Needs unit test => no
2008-09-19 16:41 MD87 Note Added: 0003943
2008-09-19 16:41 MD87 Status assigned => resolved
2008-09-19 16:41 MD87 Resolution open => fixed