Skip to content

Commit 629b140

Browse files
committed
New strings
1 parent d76612c commit 629b140

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

IPBanCore/Core/IPBan/IPBanService_Types.cs

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,21 @@ public enum IPAddressEventFlags
138138
/// <summary>
139139
/// Notify whois for domains
140140
/// </summary>
141-
WhoIs = 16
141+
WhoIs = 16,
142+
143+
/// <summary>
144+
/// Send daily report of all ip addresses
145+
/// </summary>
146+
DailyReport = 32,
147+
148+
/// <summary>
149+
/// Send weekly report of all ip addresses
150+
/// </summary>
151+
WeeklyReport = 64,
152+
153+
/// <summary>
154+
/// Send monthly report of all ip addresses
155+
/// </summary>
156+
MonthlyReport = 128
142157
}
143158
}

IPBanCore/IPBanResources.Designer.cs

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IPBanCore/IPBanResources.resx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,4 +984,13 @@
984984
<data name="PasswordAgain" xml:space="preserve">
985985
<value>Password again</value>
986986
</data>
987+
<data name="IPAddressEventFlags_DailyReport" xml:space="preserve">
988+
<value>Daily Report</value>
989+
</data>
990+
<data name="IPAddressEventFlags_MonthlyReport" xml:space="preserve">
991+
<value>Monthly Report</value>
992+
</data>
993+
<data name="IPAddressEventFlags_WeeklyReport" xml:space="preserve">
994+
<value>Weekly Report</value>
995+
</data>
987996
</root>

0 commit comments

Comments
 (0)