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
* get rid of bashism
* use command -v instead of which
* use bc -l option which allows non-integer division results
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5124 dbcabf3a-b0e7-0310-adc4-f8d773084564
EXEMPTLIST: Show the exemptlist of the current channel.
TAG: Execute the folowing command on a specific network.
For example: /TAG Freenode /msg #irssi Hi!
ATAG: Changed the active window tag to the specified network.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3724 dbcabf3a-b0e7-0310-adc4-f8d773084564
concerned that bot owners might be using the mIRC server lists in order
to target irc networks for spam, this we do not find any proof of. mIRC
might be the most used Windows Client, and possibly also the "ultimate
kiddie" client. This does not mean that we should flame mIRC or mIRC
users through wallops.
The Irssi development team does not support flaming or in any way attacking
other IRC clients and their users (nor do we support flaming of other OS's
or personal attacks on people for their choice of OS, application etc.),
whether their inbuildt lists *could* be used by drone writers or not. Every
IRC client holds 'default servers'. Xchat and Gaim for example have nearly
the exact same list as mIRC.
Regards,
- Geert Hauwaerts <geert@irssi.org>
- Christel Dahlskjaer <christel@irssi.org>
- Valentin Batz <senneth@irssi.org>
Changes:
--------
- Removed 'freenode' from the ircnet list.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3712 dbcabf3a-b0e7-0310-adc4-f8d773084564
and queries also have "name". Normally they're identical but with !channels
the visible_name contains the short !channel name, while name contains
full !ABCDEchannel name.
The visible_name should be used whenever displaying the channel name, or as
printtext()'s target. So, this breaks a few scripts in !channels, they need
to be modified to use $channel->{visible_name} instead.
Also /LAYOUT SAVE should finally work properly with !channels.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2797 dbcabf3a-b0e7-0310-adc4-f8d773084564