improved GUI layout. changed filtering strategy: now all is collected but only a subset is banned, according to user input. Default is to only ban IP ranges auto-generated and home-made ranges.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8375 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-06-04 20:26:57 +00:00
parent 1541a2a0ad
commit 6c7d86d659
5 changed files with 144 additions and 66 deletions

View file

@ -248,6 +248,7 @@ void RsServer::data_tick()
} // end of only once a second.
#ifdef DEBUG_TICK
double endCycleTs = getCurrentTS();
double cycleTime = endCycleTs - ts;
if (cycleTime > WARN_BIG_CYCLE_TIME)
@ -258,4 +259,5 @@ void RsServer::data_tick()
rslog(RSL_ALERT, rsserverzone, out);
}
#endif
}