Age | Commit message (Collapse) | Author |
|
Fixed an example of QUOTE
|
|
Rewrote the syntax documentation for all commands starting with the
letter Q.
|
|
Aligned the help for DEOP, DEVOICE and OP
|
|
Rewrote the syntax documentation of the commands starting with the
letters O and P.
|
|
Rewrote the syntax documentation for all commands starting with the
letter N.
|
|
Rewrote the syntax documentation for all commands starting with the
letter M.
|
|
FS#155 hilight -tag
|
|
|
|
Implement italics support for Irssi
|
|
Rewrote the syntax documentation for all commands starting with L.
|
|
|
|
Added the noautosendcmd parameters to the SERVER syntax documentation
|
|
Improved the UNACT example ALIAS
|
|
Updated the ALIAS documentation.
|
|
Replaced google.com with irssi.org examples.
|
|
Added information about the NO_ACT level
|
|
Added a new example for ALIAS
|
|
Rewrote the syntax documentation for NETWORK and SERVER
|
|
Rewrote the syntax documentation for all commands starting with the
letters J and K.
|
|
Wrote the missing syntax documentation for UPTIME.
|
|
Improved the IGNORE examples.
|
|
Improved some examples.
|
|
|
|
add trailing dot for consistency; mention that existing connections are kept
|
|
Change NO_ACT so it can be combined with other levels
|
|
Rewrote the syntax documentation for all commands starting with the
letter F.
|
|
Rewrote the syntax documentation for commands starting with the letter
E.
|
|
Updated the file format template for commands A through C.
|
|
Rewrote the syntax documentation for all commands starting with the
letter D.
|
|
Rewrote the syntax documentation for all the commands starting with the
letter C.
|
|
256 colour support for Irssi
|
|
Rewrote the syntax documentation for all the commands starting with B.
|
|
|
|
|
|
Suggest using ^ so this doesn't pop-up a NickServ window
|
|
|
|
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
|
|
This results in a more flexible system and is less surprising as it means levels
can be used in the way they normally can in an ignore.
As an example the current approach to NO_ACT provides no way to let HILIGHTS
be shown, with this change /set activity_hide_targets can be recreated with:
/ignore #channel NO_ACT
/ignore #channel -except -regexp -pattern . NO_ACT HILIGHTS
(but obviously this can be configured in many more ways if desired).
|
|
|
|
add print_text_after_time to specify time stamp for lines
|
|
|
|
add signal for line removal from textbuffer
|
|
|
|
|
|
Fixes: Bug #305
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5231 dbcabf3a-b0e7-0310-adc4-f8d773084564
|
|
This patch adds 3 new signals:
* tlsa avalable: emitted if TLSA is available for a given domain.
* tlsa verification success: emitted if the TLSA check was successful.
* tlsa verification failed: emitted if the TLSA check was unsuccessful.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5220 dbcabf3a-b0e7-0310-adc4-f8d773084564
|
|
(Bug #830).
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5211 dbcabf3a-b0e7-0310-adc4-f8d773084564
|
|
Passing this option will force Irssi to not execute the content of the
autosendcmd chatnet-setting upon connect.
Fixes: #738
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5209 dbcabf3a-b0e7-0310-adc4-f8d773084564
|
|
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5207 dbcabf3a-b0e7-0310-adc4-f8d773084564
|
|
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5206 dbcabf3a-b0e7-0310-adc4-f8d773084564
|