Output/Console for Blocklist Plugin

Suggest, post, or discuss plugins for Deluge
User avatar
Tares
Member
Member
Posts: 38
Joined: Wed Jun 13, 2007 3:37 pm
Location: Europe, Poland

Output/Console for Blocklist Plugin

Post by Tares »

hello,

I would like to suggest an output for blocklist plugin. I mean a new tab just like "Network Activity Graph", but it would show ips that had been blocked. I like to know what ips deluge blocked ;-)
Ubuntu 9.10 Karmic Koala amd64
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Output/Console for Blocklist Plugin

Post by markybob »

Tares wrote:hello,

I would like to suggest an output for blocklist plugin. I mean a new tab just like "Network Activity Graph", but it would show ips that had been blocked. I like to know what ips deluge blocked ;-)
yeah, soon.
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Re: Output/Console for Blocklist Plugin

Post by shirish »

Tht would be cool.
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Output/Console for Blocklist Plugin

Post by markybob »

shirish wrote:Tht would be cool.
yes, it's coming. i'm working on it already, actually
User avatar
Tares
Member
Member
Posts: 38
Joined: Wed Jun 13, 2007 3:37 pm
Location: Europe, Poland

Re: Output/Console for Blocklist Plugin

Post by Tares »

markybob wrote:
shirish wrote:Tht would be cool.
yes, it's coming. i'm working on it already, actually
That's awesome ;-)

I would be even more happy if the importing process could be improved ^^;
Ubuntu 9.10 Karmic Koala amd64
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Re: Output/Console for Blocklist Plugin

Post by shirish »

Tares wrote:
markybob wrote:
shirish wrote:Tht would be cool.
yes, it's coming. i'm working on it already, actually
That's awesome ;-)

I would be even more happy if the importing process could be improved ^^;
me too, although Tares it has already improved by leaps & bounds. Before it used to take anywhere between 15-20 minutes to 1/2 an hr. Now its down to less than 2 minutes so its cool. Of course if libtorrent at some point give support to sqlite http://www.sqlite.org/ http://en.wikipedia.org/wiki/SQLite then it would be cool. I have read and used products based on that & its really cool. The interview taken of him is really cool . http://www.linuxformat.co.uk/modules.ph ... e&artid=19 as well as the most recent http://technology.guardian.co.uk/weekly ... 39,00.html ;) Don't know which of my apps. uses it but its already installed :-

Code: Select all

shirish@Mugglewille:~$ aptitude show python-pysqlite2
Package: python-pysqlite2
State: installed
Automatically installed: yes
Version: 2.3.4-2
Priority: optional
Section: python
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uncompressed Size: 389k
Depends: libc6 (>= 2.6), libsqlite3-0 (>= 3.4.0), python-central (>= 0.5.8), python (< 2.6), python (>= 2.4)
Suggests: python-pysqlite2-dbg
Conflicts: python2.3-pysqlite2, python2.4-pysqlite2
Replaces: python2.3-pysqlite2, python2.4-pysqlite2
Provides: python2.4-pysqlite2, python2.5-pysqlite2
Description: python interface to SQLite 3
 pysqlite is a DB-API 2.0-compliant database interface for SQLite. 
 
 This package is built against SQLite 3. For an interface to SQLite 2, see the package python-sqlite. An
 alternative Python SQLite 3 module is packaged as python-apsw. 
 
 SQLite is a relational database management system contained in a relatively small C library. It is a public
 domain project created by D. Richard Hipp. Unlike the usual client-server paradigm, the SQLite engine is not a
 standalone process with which the program communicates, but is linked in and thus becomes an integral part of the
 program. The library implements most of SQL-92 standard, including transactions, triggers and most of complex
 queries. 
 
 pysqlite makes this powerful embedded SQL engine available to Python programmers. It stays compatible with the
 Python database API specification 2.0 as much as possible, but also exposes most of SQLite's native API, so that
 it is for example possible to create user-defined SQL functions and aggregates in Python. 
 
 If you need a relational database for your applications, or even small tools or helper scripts, pysqlite is often
 a good fit. It's easy to use, easy to deploy, and does not depend on any other Python libraries or platform
 libraries, except SQLite. SQLite itself is ported to most platforms you'd ever care about. 
 
 It's often a good alternative to MySQL, the Microsoft JET engine or the MSDE, without having any of their license
 and deployment issues.
Dunno if its implementable or not. Just an idea/suggestion.
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
User avatar
Tares
Member
Member
Posts: 38
Joined: Wed Jun 13, 2007 3:37 pm
Location: Europe, Poland

Re: Output/Console for Blocklist Plugin

Post by Tares »

Too bad the output didn't show up in 0.5.3 :/ Hope it'll come sooner than later :p
Ubuntu 9.10 Karmic Koala amd64
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Output/Console for Blocklist Plugin

Post by markybob »

Tares wrote:Too bad the output didn't show up in 0.5.3 :/ Hope it'll come sooner than later :p
it will. my current plan is to have it up and running in time for 0.5.4.
User avatar
Tares
Member
Member
Posts: 38
Joined: Wed Jun 13, 2007 3:37 pm
Location: Europe, Poland

Re: Output/Console for Blocklist Plugin

Post by Tares »

markybob wrote:
Tares wrote:Too bad the output didn't show up in 0.5.3 :/ Hope it'll come sooner than later :p
it will. my current plan is to have it up and running in time for 0.5.4.
Good ;-) I like to see which noobz0rs I've blocked after whole day ^^
Ubuntu 9.10 Karmic Koala amd64
looki

Re: Output/Console for Blocklist Plugin

Post by looki »

hi,

sorry to revive such an old thread but since my question is basically about this i thought it's better than making a new one.
basically i'm wondering wether this has been implemented yet and/or how i get this to work. i'm using deluge 1.1.6 and
it shows me 850000 something blocked ip ranges. so far so good. but i'd really like to see some feedback if and when an
ip has been blocked.

can someone smarter than me enlighten me on how to do this in deluge? i've read people talking about an "event log viewer"
or something but couldn't find out how to get this to work. since i know practically nothing about "daemons", gtk+ and the like,
step by step instructions would be much appreciated.

thanks!

p.s. somewhat related question: does deluge have a function to block peers that consistently send bad data?
Post Reply