Activity log for bug #310292

Date Who What changed Old value New value Message
2008-12-21 19:43:42 Edward Sheldrake bug added bug
2008-12-21 19:43:42 Edward Sheldrake bug added attachment 'linuxdcpp-passive-sr-target-nick-encoding.patch' (Possible fix, convert nick from UTF-8 to hub encoding)
2008-12-22 00:11:37 Steven Sheehy linuxdcpp: status New Confirmed
2008-12-22 00:11:37 Steven Sheehy linuxdcpp: importance Undecided High
2008-12-22 00:11:37 Steven Sheehy linuxdcpp: statusexplanation I can confirm this. Your fix looks correct with how the code is setup right now. It would be nicer if we didn't have to convert from hub encoding -> UTF-8 -> hub encoding since the conversions can be lossly in some cases (e.g. if wrong hub encoding is chosen, user sends different encoding than hub, etc), but that would be a lot of work to implement. Forwarding to upstream.
2008-12-22 00:12:17 Steven Sheehy bug assigned to dcplusplus
2009-01-14 20:34:05 Jacek Sieka dcplusplus: status New Confirmed
2009-01-14 20:34:05 Jacek Sieka dcplusplus: importance Undecided Low
2009-01-14 20:34:05 Jacek Sieka dcplusplus: statusexplanation indeed, keeping the original nick is the only correct solution - I'd just store it in onlineuser somewhere and use it whenever talking to the hub or other clients (pm's, searches, connection setup etc)...I'll gladly accept patches for this.
2013-11-30 11:44:20 Fredrik Ullner tags core