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

@@ -12,7 +12,6 @@
#include "../hpfs/hpfs_mount.hpp"
#include "../status.hpp"
#include "usr.hpp"
#include "user_session_handler.hpp"
#include "user_comm_session.hpp"
#include "user_comm_server.hpp"
#include "user_input.hpp"