mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-07 12:59:45 +00:00
Protect against fast flooding from the same ip.
This commit is contained in:
parent
f4991dfd5f
commit
9e63a648a1
5 changed files with 1507 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
project(tawashi_implem LANGUAGES CXX)
|
||||
project(tawashi_implem LANGUAGES CXX C)
|
||||
|
||||
find_package(Boost 1.53.0 REQUIRED COMPONENTS program_options filesystem system)
|
||||
find_package(SourceHighlight REQUIRED)
|
||||
|
@ -23,6 +23,7 @@ add_library(${PROJECT_NAME} STATIC
|
|||
list_highlight_langs.cpp
|
||||
settings_bag.cpp
|
||||
sanitized_utf8.cpp
|
||||
tiger.c
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue