View Issue Details

IDProjectCategoryView StatusLast Update
0002178unrealircdpublic2004-11-13 13:26
ReporterTimeFX Assigned Tocodemastr 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSSuSeOS Version9.0
Product Version3.2.2 
Fixed in Version3.2.3 
Summary0002178: backslashes in config files not working correctly
DescriptionAnd now #4 ^^

Backslashes in config files seems not to work correctly
If I try to ban nick \ (single backslash):

ban nick { mask "\"; reason "invalid nickname"; };

ok - a backslash is an escaping character, so it can't work, but:

ban nick { mask "\\"; reason "invalid nickname"; };

won't work too

ban nick { mask "\\"; reason "invalid nickname"; };
ban nick { mask "\\\"; reason "invalid nickname"; };
ban nick { mask "\\\\"; reason "invalid nickname"; };

and so on... not working


Greets,
TimeFX
TagsNo tags attached.
3rd party modules

Activities

codemastr

2004-11-13 12:22

reporter   ~0008301

Indeed, it seems that \\ is not supported.

codemastr

2004-11-13 12:50

reporter   ~0008305

Fixed in .182

Issue History

Date Modified Username Field Change
2004-11-13 11:49 TimeFX New Issue
2004-11-13 12:22 codemastr Note Added: 0008301
2004-11-13 12:22 codemastr Status new => confirmed
2004-11-13 12:50 codemastr Status confirmed => resolved
2004-11-13 12:50 codemastr Fixed in Version => 3.2.3
2004-11-13 12:50 codemastr Resolution open => fixed
2004-11-13 12:50 codemastr Assigned To => codemastr
2004-11-13 12:50 codemastr Note Added: 0008305
2004-11-13 12:50 codemastr Assigned To codemastr =>
2004-11-13 13:26 codemastr Assigned To => codemastr