From: poy <po...@12...> - 2008-09-01 13:33:37
|
>> - ADCH++ should make sure it doesn't send forbidden chars in its INF. > During startup probably... > >> - DC++ should handle bad chars in incoming INFs and either discard theses >> INFs or replace bad chars with eg spaces. > I think it might actually make more sense to set the name / invalid field > to a dummy string like "Invalid value" - that'll do more to convince > owners not to put these invalid values there in the first place... patches attached, so that when forbidden chars are encountered: - DC++ replaces the name with "InvalidName" and the description with "InvalidDescription". - ADCH++ displays a log message and uses the default settings values. poy |