Search found 8 matches
- November 16th, 2011, 11:55 am
- Forum: Feature Requests
- Topic: Adding SOCKS support for SAB
- Replies: 43
- Views: 63586
Re: Adding SOCKS support for SAB
"SOCKSifying" is, by experience, not that effective and usually leeds to app crash... even with the "patch" I gave earlier there is somme issues: for example if you loose network connectivity while downloading (Wifi, etc) then Sab will just stop downloading unless you restart it.
- March 20th, 2011, 8:21 am
- Forum: General Help
- Topic: SVN and/or GIT?
- Replies: 2
- Views: 1703
SVN and/or GIT?
Hi guys,
The SVN at Assemble seems to have been down for a while...
Is there another SVN or GIT or anything available for devs?
I used to use the SVN to create Windows installation packages (with the provided Nullsoft Installer config), any idea where I can find this?
Thanks!
The SVN at Assemble seems to have been down for a while...
Is there another SVN or GIT or anything available for devs?
I used to use the SVN to create Windows installation packages (with the provided Nullsoft Installer config), any idea where I can find this?
Thanks!
- January 13th, 2011, 11:20 am
- Forum: Feature Requests
- Topic: Adding extra parameters to NNTP Server config
- Replies: 2
- Views: 2174
Re: Adding extra parameters to NNTP Server config
Yes, SOCKS is a proxy protocol. I use it behind a firewall indeed.
- January 13th, 2011, 8:27 am
- Forum: Feature Requests
- Topic: Adding extra parameters to NNTP Server config
- Replies: 2
- Views: 2174
Adding extra parameters to NNTP Server config
Hi all, I'm looking for a way to add extra parameters in the "Server" section of the config, but more importantly being able to use them in the program. This is related to this topic : http://forums.sabnzbd.org/http://forums-temp.sabnzbd.org//viewtopic.php?p=37589#p37589. So far I have bee...
- October 3rd, 2010, 5:53 am
- Forum: Feature Requests
- Topic: Adding SOCKS support for SAB
- Replies: 43
- Views: 63586
Re: Adding SOCKS support for SAB
SOCKS for SSL is as simple as stated by crk, around line 164 of newswrapper.py : s = socks.socksocket() s.setproxy(2,sabnzbd.cfg.socks_host.get(),sabnzbd.cfg.socks_port.get(),"True",sabnzbd.cfg.socks_login.get(),sabnzbd.cfg.socks_password.get()) #self.sock = SSLConnection(ctx, socket.socke...
- August 26th, 2010, 1:38 pm
- Forum: Feature Requests
- Topic: Adding SOCKS support for SAB
- Replies: 43
- Views: 63586
Re: Adding SOCKS support for SAB
Sorry, but I couldn't find time to document it just yet... Indeed most of the changes take place in the UI, and a little in the parameters/config file too (less hardcoded parameters). My main problem was to understand the code, which should not be a problem for the devellopers team (I hope ;D). I c...
- July 12th, 2010, 12:32 pm
- Forum: Feature Requests
- Topic: Adding SOCKS support for SAB
- Replies: 43
- Views: 63586
Re: Adding SOCKS support for SAB
Woot, it works Even with SSL.
I will document my work and make it available here!
Thanks for your help switch!
I will document my work and make it available here!
Thanks for your help switch!
- February 21st, 2010, 4:09 pm
- Forum: Feature Requests
- Topic: Adding SOCKS support for SAB
- Replies: 43
- Views: 63586
Adding SOCKS support for SAB
Hi All, I've been using SAB for a few months now. I need to use a SOCKS proxy to connect to my NG provider (no way to get around that). Right now I'm using a SSH tunnel proxying. I'm willing to implement SocksiPy (http://socksipy.sourceforge.net/) in SAB on my own, I would only need a few hints on h...