IP ban refactor with hpws. (#354)

* Refactored corebill.
* Integrated hpws ban tracking.
* Removed session handler helpers.
* Improved bad behaviour reporting.
This commit is contained in:
Ravin Perera
2021-12-17 07:08:26 +05:30
committed by GitHub
parent ec3a09a942
commit 8dabfb4a2e
24 changed files with 641 additions and 651 deletions

View File

@@ -7,7 +7,6 @@
#include "msg/fbuf/p2pmsg_conversion.hpp"
#include "msg/usrmsg_parser.hpp"
#include "msg/usrmsg_common.hpp"
#include "p2p/peer_session_handler.hpp"
#include "hplog.hpp"
#include "crypto.hpp"
#include "util/h32.hpp"