Feature #388
Generate more distinct nick colors
Status: | Closed | Start: | 06/14/2010 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine | |||
Target version: | 0.8 | |||
Complexity: | Medium |
|||
Votes: | 0 |
Description
The available distinct colors that can be used for nicks are very limited as the human eye can't easily tell many colors apart. While consuming Kriek in Brussels (FOSDEM 2010), Jo Shields had the great idea of using the background color to generate more possible and easy to identify nick colors. Maybe even use some formattings such as underline, bold or italic, but that would probably look inconsistent.
Associated revisions
Revision 94f5be71e7e39a9028e9877f967fa65e770b5d95
Implemented new message builder API
Implemented a new message builder API which allows to create messages with
a much nicer API and using less code.
The new API generates more distinct nick-colors by using a color combination
consisting of colored tags (<>) and colored nick name. (closes: #388)
The own nick is now bold to make it more distinct from other nick names.
(closes: #419)
Refactored Engine-IRC and Engine-Twitter to make use of the new API.
Imported MIT/X11 licensed CRC32 implementation for stable hashcodes needed for
the unique nick-colors feature. (closes: #387)
History
Updated by Mirco Bauer 5211 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 94f5be71e7e39a9028e9877f967fa65e770b5d95.