Search found 11 matches

by kramed
Wed Mar 19, 2008 5:28 pm
Forum: Development
Topic: 0.6 Blocklist Plugin
Replies: 11
Views: 10966

Re: 0.6 Blocklist Plugin

Major King: Possibly in the future. The inner workings of deluge do not support a IP filter white list yet but maybe some day.
by kramed
Tue Mar 18, 2008 8:48 pm
Forum: Off-topic Discussion
Topic: Deluge got me...
Replies: 7
Views: 6004

Re: Deluge got me...

That last one is really cool.
by kramed
Sun Mar 16, 2008 9:33 pm
Forum: Development
Topic: 0.6 Blocklist Plugin
Replies: 11
Views: 10966

Re: 0.6 Blocklist Plugin

Current versions of the plugin should not even be pausing torrents anymore. What we decided to do was allow all torrents to remain active while the blocklist is downloading/importing but behind the scenes we prevent connections from being made until the import is complete. Expect an update in svn so...
by kramed
Mon Mar 10, 2008 4:17 pm
Forum: Development
Topic: 0.6 Blocklist Plugin
Replies: 11
Views: 10966

Re: 0.6 Blocklist Plugin

SVN currently has more than its fair share of issues but yes like you noticed I am trying to work around the fact that bluetack and its mirrors are notoriously unreliable. I believe even some of your date checking code remains from 0.5.
by kramed
Sun Mar 09, 2008 10:09 pm
Forum: Development
Topic: 0.6 Blocklist Plugin
Replies: 11
Views: 10966

0.6 Blocklist Plugin

http://csp.trentu.ca/~dennisstahler/Screenshot.png I have been working on the new blocklist plugin for the 0.6 branch. A generally functional version has been committed to SVN. No GTK pop up dialogs have been implemented so if the plugin doesnt work or appears to have crashed, wait a few seconds or...
by kramed
Fri Mar 07, 2008 2:03 pm
Forum: Development
Topic: is it possible to sent messages to each other ?
Replies: 4
Views: 3905

Re: is it possible to sent messages to each other ?

This is the reason most trackers have the ability to leave comments for a particular torrent. Why not look at the comments before downloading if you are worried it is fake.
by kramed
Mon Jan 28, 2008 7:44 pm
Forum: Support
Topic: Encryptation in 0.5.8.2 is not working...
Replies: 10
Views: 9661

Re: Encryptation in 0.5.8.2 is not working...

No offence but I dont think your posts will gather much attention from the Deluge developers when you carelessly post unspecific problems full of spelling errors.
by kramed
Sat Jan 26, 2008 1:51 pm
Forum: Plugins
Topic: Blocklist Importer Questions and Help Request
Replies: 12
Views: 18889

Re: Blocklist Importer Questions and Help Request

~ refers to /home/[currentuser]

Using ~ is like using the absolute path to /home/[youruser]. Doesnt matter what directory you are in, if you use ~ it will always point to your home dir.
by kramed
Sat Jan 26, 2008 1:49 pm
Forum: Plugins
Topic: blocklist won't work
Replies: 4
Views: 7231

Re: blocklist won't work

~ refers to the active users home directory. If you login with 'sickofit' and you use a Linux system, ~ would point to /home/sickofit.

rm /home/sickofit/.config/deluge/blocklist.conf

or

rm ~/.config/deluge/blocklist.conf

Either does the same thing.
by kramed
Fri Jan 25, 2008 4:43 pm
Forum: Support
Topic: BlocklistImporter doesn't work
Replies: 2
Views: 2299

Re: BlocklistImporter doesn't work

You'll need to remove ~/.config/deluge/blocklist.conf in Linux or C:\Documents and Settings\[User Name]\Deluge\blocklist.conf in Windows before starting Deluge.