mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
96a292d40e
256 colour patch is cleaned up and the remaining cases are made work, this includes especially Theme support, which was not implemented before. Changes not related to colours were reverted again, making a review of the two patches against master easier to follow. As a byproduct of the Hex-colour code parser, the 24bit colours are also implemented. Actually using them in the terminal is guarded by a compile time switch (as well as a run time switch), as it breaks the existing colour protocol and requires additional storage. To make a seamless usage, down-conversion is provided for 8 and 16 colours. Diverging from Tom's approach, the colour protocol is reverted back to the original one. Unfortunately, the changes required in the Theme engine will break the API. For more details, please refer to the patch documentation at either http://irssi-docs.wikispaces.com/Notes-256-Colour or https://github.com/shabble/irssi-docs/wiki/Notes-256-Colour
83 lines
1.5 KiB
Plaintext
83 lines
1.5 KiB
Plaintext
Original code:
|
|
|
|
Timo Sirainen <cras@irssi.org>
|
|
|
|
Irssi staff (current maintainers) <staff@irssi.org>:
|
|
|
|
Valentin Batz (senneth, vb)
|
|
Wouter Coekaerts (coekie)
|
|
Jochen Eisinger (c0ffee)
|
|
Geert Hauwaerts (Geert)
|
|
Jilles Tjoelker (jilles)
|
|
Alexander Færøy (ahf)
|
|
Jase Thew (bazerka)
|
|
|
|
Former developers:
|
|
|
|
Emanuele Giaquinta (exg)
|
|
|
|
Large feature patches by:
|
|
|
|
David Leadbeater (dg, dgl) : isupport
|
|
vjt@users.sf.net : SSL support
|
|
Joel Eriksson : SSL certs
|
|
Heikki Orsila : DCC SEND queueing
|
|
Mark Trumbull : DCC SERVER
|
|
Francesco Fracassi : Passive DCC
|
|
|
|
Other patches (grep for "patch" in ChangeLog) by:
|
|
|
|
Toby Peterson
|
|
Soren Jacobsen
|
|
Kuang-che Wu
|
|
Joost Vunderink (Garion)
|
|
Wang WenRui
|
|
Jean-Yves Lefort (decadix)
|
|
Joel Eriksson
|
|
Maarten van der Zwaart
|
|
Noah Levitt
|
|
Krzysztof Kowalik (Borys)
|
|
Peder Stray
|
|
mls@suse.de
|
|
nix@suhs.nu
|
|
Marcin Kowalczyk (Qrczak)
|
|
Petr Baudis
|
|
Bjoern Krombholz (fuchs)
|
|
aldem-irssi@aldem.net
|
|
BC-bd
|
|
Juerd
|
|
Han
|
|
pv2b
|
|
Tommi Komulainen (tommik)
|
|
mike@po.cs.msu.su
|
|
zinx@magenet.net
|
|
yathen@web.de
|
|
paul@raade.org
|
|
Leszek Matok
|
|
tygrys@moo.pl
|
|
manoj@io.com
|
|
cph@cph.demon.co.uk
|
|
ganesh@earth.li
|
|
Jakub Jankowski (shasta)
|
|
vanilla@freebsd.org
|
|
Tinuk
|
|
Mark Glines
|
|
Kjetil Ødegaard
|
|
Chris Moore
|
|
ComradeP
|
|
Lauri Nurmi
|
|
Mikko Rauhala
|
|
loafier
|
|
Nicolas Collignon
|
|
Daniel Koning
|
|
Yi-Hsuan Hsin
|
|
Jon Mayo
|
|
Johan Kiviniemi
|
|
JasonX
|
|
Lukas Mai
|
|
Ismael Luceno
|
|
Thomas Karpiniec
|
|
Svante Kvarnström
|
|
Ailin Nemui (Nei)
|
|
Tom Feist (shabble)
|