RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
drbob 644f2fcbcc Added Address Test Function to strip out bad connection attempts. Logic is:
- FAIL if too old.
  - FAIL if invalid address.
  - FAIL if on BannedIpList (=1.0.0.0)
  - ACCEPT if extAddress.
  - ACCEPT if !extAddress && sameNet(localAddr).
  - FAIL all the rest.

 * Test Results are printed if CONN_DEBUG is switched on.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3705 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-27 22:16:55 +00:00
build_scripts fixed packaging on ubuntu with DHT 2010-10-05 10:54:00 +00:00
libbitdht/src * Fixed startup logic, so the DHT doesn't continually restart - if low peer count. 2010-10-20 18:36:25 +00:00
libretroshare/src Added Address Test Function to strip out bad connection attempts. Logic is: 2010-10-27 22:16:55 +00:00
plugins Removed Mac directory junk. 2010-04-01 20:14:38 +00:00
retroshare-gui/src Added to display connection count of friends and down/up speed on tray tooltip 2010-10-27 21:29:48 +00:00
retroshare-nogui/src Fixed start of retroshare-nogui. 2010-10-14 20:53:48 +00:00