View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003509 | unreal | module api | public | 2007-08-10 09:53 | 2007-08-11 06:45 |
Reporter | CuttingEdge | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | i386 | OS | Linux | OS Version | 2.6.18 |
Product Version | 4.0-devel | ||||
Fixed in Version | 4.0-devel | ||||
Summary | 0003509: Implement "ban version" blocks from U3 | ||||
Description | Implement the "ban version" blocks from U3. This module would have to check the CTCP VERSION reply of connecting clients, and deny them access based apon the example block from U3 below: ban version { mask <version-mask>; reason <reason-for-ban>; action [kill|tempshun|shun|kline|zline|gline|gzline]; }; | ||||
Additional Information | I'm guessing this module would need to check clients during the 'NOTICE AUTH' stage of their connection before any of the 001, 002, etc numerics are displayed, much like the m_antibear module does with CTCP TIME. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
related to | 0003441 | closed | Things that need change or features to be implemented in Unreal4 to match things in Unreal3 |
|
Patched in r166: - Added m_banversion. Conf format: ban-version { mask "*mask*"; reason "reason"; }; Requested by CuttingEdge. Only currently zlines for 3600 seconds |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-08-10 09:53 | CuttingEdge | New Issue | |
2007-08-11 06:45 |
|
QA | => Fixed by developer, needs QA testing |
2007-08-11 06:45 |
|
U4: Need for upstream patch | => No need for upstream InspIRCd patch |
2007-08-11 06:45 |
|
Status | new => resolved |
2007-08-11 06:45 |
|
Fixed in Version | => 4.0-devel |
2007-08-11 06:45 |
|
Resolution | open => fixed |
2007-08-11 06:45 |
|
Assigned To | => stskeeps |
2007-08-11 06:45 |
|
Note Added: 0014717 | |
2007-08-11 21:51 | aquanight | Relationship added | related to 0003441 |
2007-08-22 00:01 | owine | QA | Fixed by developer, needs QA testing => QA has accepted the fix |
2017-01-06 15:48 | syzop | Category | module => module api |