RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
drbob b6dbdf9396 Improvements to BadPeer Filter.
* Enabling Local BadPeer Filter. 
	- This will remove any peer you detect is spoofing yourself or your friends.
	- This list is also shared with you friends. (in Test Mode).
 * added Cleanup of BadPeer Filter.
	- Instead of permanent ban, peers are be banned for 6 hours.
	- bdManager periodically calls this - which prints out ban list too.
 * added #define to disable the Filter - for testing purposes.

NOTES: This Ip Filter should probably be moved from DHT level to UdpLayer level.
	This will enable it to filter STUN / UDP Connection Packets too.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-dhtmods@4716 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-08 20:00:20 +00:00
build_scripts updated ubuntu changelog 2011-11-09 21:34:15 +00:00
libbitdht/src Improvements to BadPeer Filter. 2011-12-08 20:00:20 +00:00
libretroshare/src * silly ( A || B) bug... B isn't called if A is true. Stopped addition of Entries in p3BanList 2011-12-01 17:21:52 +00:00
plugins Added missing files. 2011-11-17 21:19:46 +00:00
retroshare-gui/src Added translation for plugins and added german language to LinksCloud. Recompile needed. 2011-11-17 21:17:24 +00:00
retroshare-nogui/src added missign lib for ubuntu oneiric 2011-10-15 18:44:37 +00:00
build-all-mingw32make.bat added build all bat file for windows 2011-07-02 16:52:58 +00:00
RetroShare.pro Added translation for plugins and added german language to LinksCloud. Recompile needed. 2011-11-17 21:17:24 +00:00