From: <ja...@us...> - 2003-12-15 09:25:41
|
Update of /cvsroot/iptables-p2p/iptables-p2p In directory sc8-pr-cvs1:/tmp/cvs-serv14972 Modified Files: AUTHORS FAQ NEWS Log Message: updated documentation Index: AUTHORS =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/AUTHORS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AUTHORS 14 Dec 2003 16:05:53 -0000 1.2 +++ AUTHORS 15 Dec 2003 09:25:37 -0000 1.3 @@ -1,10 +1,18 @@ -Authors: - - - Filipe Almeida <fi...@rn...> - http://mega.ist.utl.pt/~filipe/ +$Id$ - - Josh Guilfoyle <ja...@us...> - http://sourceforge.net/users/jasta +Authors: - - Chris Zubrzycki <be...@us...> - http://sourceforge.net/users/beren12 + * Filipe Almeida <fi...@rn...> - http://mega.ist.utl.pt/~filipe/: + + - Original and current project maintainer. + - Main developer + + * Josh Guilfoyle <ja...@go...>: + + - Added option handling support + - Build environment improvements + + * Chris Zubrzycki <be...@us...>: + + - Documentation + - Build environment improvements Index: FAQ =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/FAQ,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FAQ 14 Dec 2003 16:05:53 -0000 1.2 +++ FAQ 15 Dec 2003 09:25:37 -0000 1.3 @@ -1,3 +1,5 @@ +$Id$ + ipt_p2p FAQ @@ -37,7 +39,7 @@ 6. Is it possible to subvert the filter using a p2p client with custom changes? - + Possibly, altough it may not be that easy because matching is done in both directions (except for eDonkey). @@ -45,13 +47,20 @@ 7. What protocols are supported? Currently the supported protocols are: - - Kazaa - - eDonkey (and eMule of course) - - Direct Connect - - Gnutella - - BitTorrent + + * FastTrack (KaZaa, Grokster, ...) + * eDonkey (and eMule of course) + * Direct Connect + * Gnutella + * BitTorrent + + Future plans: + + * Optionally match control streams in addition to transfer streams. + * Napster/WinMX protocol support + * OpenFT protocol support 8. Where can I find future updates to ipt_p2p? - Just visit http://sourceforge.net/projects/iptables-p2p + Just visit http://sourceforge.net/projects/iptables-p2p. Index: NEWS =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- NEWS 14 Dec 2003 16:05:53 -0000 1.2 +++ NEWS 15 Dec 2003 09:25:37 -0000 1.3 @@ -1,27 +1,30 @@ -- 0.1.2 - - gnutella match correctly implemented - -- 0.2.0 - - merged match_gnutella and match_kazaa matches into match_http.c - - improved gnutella and kazaa matching +$Id$ -- 0.2.1 - - BitTorrent peer xfer support - -- 0.2.2 - - Added FAQ file - - Added support for kernel 2.6 - - examples directory created with some example scripts +Release History: -- 0.2.2a - - Corrected an error in examples/limit-p2p.sh (Andres Gregori) + * 0.2.3.cvs + - Moved project to sourceforge.net + - Removed iptables patch, only needs headers installed + - Added the ability to specify specific protocols to match -- 0.2.3 + * 0.2.3 - eDonkey match updated for new version of eDonkey Hybrid - iptables-1.2.9 patch + + * 0.2.2a + - Corrected an error in examples/limit-p2p.sh (Andres Gregori) + + * 0.2.2 + - Added FAQ file + - Added support for kernel 2.6 + - examples/ directory created with some example scripts -- 0.2.3.cvs - - moved project to sourceforge.net - - removed iptables patch, only needs headers installed - - added the ability to match multiple protocols at once - (--p2p-protocol kazaa,gnutella) + * 0.2.1 + - BitTorrent peer xfer support + + * 0.2.0 + - Merged match_gnutella and match_kazaa matches into match_http.c + - Improved gnutella and kazaa matching + + * 0.1.2 + - Gnutella match correctly implemented |