MantisBT - Soldat Dedicated Server
View Issue Details
0000144Soldat Dedicated ServerAdmin-Client Protocolpublic2011-12-20 23:022012-12-01 22:46
SyavX 
 
normalminoralways
acknowledgedopen 
 
 
0000144: Server doesn't trim spaces in commands parameters
Server doesn't trim left and right spaces in parameters of next commands:
/banip /unban
/banhw /unbanhw

E.g. you want to ban 127.0.0.1, but typed command like:
"/banip 127.0.0.1"
or
"/banip 127.0.0.1 "

As a result IP 127.0.0.1 is still not banned... Same goes to HWID bans.
No tags attached.
Issue History
2011-12-20 23:02SyavXNew Issue
2011-12-20 23:04SyavXNote Added: 0001264
2011-12-20 23:04SyavXNote Edited: 0001264bug_revision_view_page.php?bugnote_id=1264#r91
2011-12-20 23:06SyavXNote Edited: 0001264bug_revision_view_page.php?bugnote_id=1264#r92
2011-12-21 10:42ShoozzaStatusnew => acknowledged
2012-12-01 22:46FalconCategoryGeneral => Admin-Client Protocol

Notes
(0001264)
SyavX   
2011-12-20 23:04   
(edited on: 2011-12-20 23:06)
Parser ate double space in a 1st line on an example:
"/banip[two or more spaces here]127.0.0.1"