9
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 06, 2024 — Oct 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing the list header sort indicators. More... almost 12 years ago
Added a debug message to show how many rules were loaded and from what file. More... almost 12 years ago
Add the isDenied check back. :D More... almost 12 years ago
Remove the isDenied check from hostcache. More... almost 12 years ago
Don't update rules that are being removed. More... almost 12 years ago
More checks for invalid IP before processing. More... almost 12 years ago
Looks like some of our IP Addresses are invalid. More... almost 12 years ago
Calling sort after initializing the list headers. More... almost 12 years ago
Saving/loading security list order and other state settings between sessions. More... almost 12 years ago
Moving all the comments around to make the file more readable over all. More... almost 12 years ago
Corrected typo in SystemLog. More... almost 12 years ago
Reworked timers in security manager, removing timed signal queue and fixed rule expirations. Removed changeable security manager timing. Simplified miss cache clear. More... almost 12 years ago
Made CSecureRule a QObject so we can use the deleteLater() managed deletion function of Qt. More... almost 12 years ago
Removed the remaining unnecessary stl style iterators. More... almost 12 years ago
Initialize m_bRemoving to false. More... almost 12 years ago
Eliminated most std style iterators in security. Changed the way deletions are handled and implemented code that keeps rules in deletion from getting hits. More... almost 12 years ago
Close here starts with a capital C. More... almost 12 years ago
Changed hub not accepting leaves threshold to 2 leaves. Call close instead of sending a connect error because connect errors are only useful during handshake. More... almost 12 years ago
Renaming the remaining typedef to something a little easier on the eyes. More... almost 12 years ago
Replaced TMissCache with QSet<uint>. More... almost 12 years ago
Replaced TUserAgentRuleMap with QMap<QString, CUserAgentRule*>. More... almost 12 years ago
Replaced std::queue with QQueue in security manager. More... almost 12 years ago
Removing unused THashPair type. More... almost 12 years ago
Renaming a few more methods and removing some obvious comments. More... almost 12 years ago
Refactoring some methods to start with lower case letters. More... almost 12 years ago
Merge branch 'master' of ssh://git.code.sf.net/p/quazaa/gitcode More... almost 12 years ago
Removing qtping submodule. More... almost 12 years ago
Hunting a strange parsing bug... More... almost 12 years ago
Updating QtPing reference. More... almost 12 years ago
Properly skip adding hash to list if hash generation didn't recognize the hash. More... almost 12 years ago