Ticket #899 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Non-exhaustive character list in decafbland xsl makes everyone's nickname the same color

Reported by: hogmoru@free.fr Assigned to: timothy
Priority: low Component: Colloquy (GUI)
Version: Latest 2.1 Severity: minor
Keywords: Cc:

Description

In the "decafbland" style's main.xsl, I found the author foresaw this bug :) "Not sure I caught all legal characters found in an IRC nick"

Indeed, he missed "|", which makes everyone in my favourite channel to be blue : they all have their nick starting with the same prefix, followed by a pipe, so the algorithm gets the same hash for all of them.

So the simple fix is to add the pipe to the character list, and a numeric character to the "translated" list. I guess it would be better to add them at the end of both lists, so that it does not break other peoples settings.

That works for me, but as I don't know (yet ? :) ) every aspect of the project, I prefer to leave a ticket... hope this helps anyway.

Change History

10/08/06 14:50:06 changed by rinoa

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [3362]