Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-30 | Fixed a typo in the cmdmax argument | Geert Hauwaerts | |
Fixed a typo in the cmdmax argument. | |||
2014-07-30 | Updated the documentation for LIST | Geert Hauwaerts | |
Updated the documentation for LIST. | |||
2014-07-30 | Merge pull request #112 from ailin-nemui/italics-exception | Geert Hauwaerts | |
fix rules for italics emphasis | |||
2014-07-30 | Removed the default autojoin channels | Geert Hauwaerts | |
Removed the default autojoin channels. | |||
2014-07-30 | Syntax rewrite for S-commands | Geert Hauwaerts | |
Rewrote the syntax documentation for all commands starting with S. | |||
2014-07-30 | Removed the obsolete SQUERY and SERVLIST commands | Geert Hauwaerts | |
Removed the obsolete SQUERY and SERVLIST commands. | |||
2014-07-25 | Fix typo in help for network command | tomaw | |
2014-07-24 | Merge pull request #111 from ailin-nemui/colour-break | Geert Hauwaerts | |
fix colour 0 again | |||
2014-07-24 | fix rules for italics emphasis | Ailin Nemui | |
while the last patch did stop /path/.xxx from turning italic, it also stopped any other /emphasis/ from becoming italic. correct this by testing for ispunct, so spaces are valid italic terminators | |||
2014-07-24 | fix colour 0 again | Ailin Nemui | |
the previous commit was broken, as it conflicted with the colour \#000000. Now both the "real colour black" and the "terminal colour 0" are working. | |||
2014-07-23 | Merge pull request #110 from ailin-nemui/colour-break | Geert Hauwaerts | |
restore the colour 0 ("black") that got broken by extended colours | |||
2014-07-23 | restore the colour 0 ("black") that got broken by extended colours | Ailin Nemui | |
the colour 0 was broken by the extended colours patch because it needs an explicit bit check (lower bits will be false since it is 0) Thanks to lhynes for the report | |||
2014-07-20 | Merge pull request #100 from ailin-nemui/24bit-uninitialised | Alexander Færøy | |
fix uninitialised copy on 24bit colours | |||
2014-07-18 | fix uninitialised copy on 24bit colours | Ailin Nemui | |
2014-07-15 | Syntax rewrite for R-commands | Geert Hauwaerts | |
Rewrote the syntax documentation for all commands starting with the letter R. | |||
2014-07-14 | Removed the obsolete RPING command | Geert Hauwaerts | |
The RPING command is obsolete. | |||
2014-07-14 | Fixing a typo | Geert Hauwaerts | |
Fixing a typo. | |||
2014-07-13 | Merge pull request #96 from dgl/news-update | Alexander Færøy | |
Update NEWS | |||
2014-07-13 | irssi-version.h should only be a phony target if build in maintainer mode | Alexander Færøy | |
2014-07-13 | Update NEWS | David Leadbeater | |
2014-07-13 | Fixed an example of QUOTE | Geert Hauwaerts | |
Fixed an example of QUOTE | |||
2014-07-12 | Merge pull request #94 from dajohi/uninitialized | Geert Hauwaerts | |
Avoid using uninitalized values. | |||
2014-07-12 | Avoid using uninitalized values. | David Hill | |
2014-07-12 | Syntax documentation rewrite for Q-commands | Geert Hauwaerts | |
Rewrote the syntax documentation for all commands starting with the letter Q. | |||
2014-07-11 | Aligned the help for DEOP, DEVOICE and OP | Geert Hauwaerts | |
Aligned the help for DEOP, DEVOICE and OP | |||
2014-07-10 | Syntax documentation rewrite of O and P commands | Geert Hauwaerts | |
Rewrote the syntax documentation of the commands starting with the letters O and P. | |||
2014-07-09 | Removed the obsolete NOTE command | Geert Hauwaerts | |
I removed the binding for the NOTE command that doesn't exist anymore on any major network. | |||
2014-07-09 | Syntax documentation rewrite for N-commands. | Geert Hauwaerts | |
Rewrote the syntax documentation for all commands starting with the letter N. | |||
2014-07-08 | Merge pull request #90 from ailin-nemui/italics-exception | Alexander Færøy | |
more strict rules for italic emphasis to avoid file name clashes | |||
2014-07-08 | Syntax documentation rewrite for M-commands | Geert Hauwaerts | |
Rewrote the syntax documentation for all commands starting with the letter M. | |||
2014-07-08 | more strict rules for italic emphasis to avoid file name clashes | Ailin Nemui | |
this additional check avoids /root/.hiddendir from italicising /root/, because that is often used in path names | |||
2014-07-08 | Merge pull request #88 from dgl/banner | Geert Hauwaerts | |
Only show the banner when not connecting to servers | |||
2014-07-08 | Suggest /HELP rather than HELP | David Leadbeater | |
At this point cmdchars is definitely / and the user might not know they need to add / to a command. | |||
2014-07-08 | Change to printtext for first time message too | David Leadbeater | |
2014-07-08 | Only show banner if not connecting to servers | David Leadbeater | |
It's tricky to make the banner show first in all cases and it's unlikely to be seen if someone is connecting to a server already, so just don't show it. | |||
2014-07-07 | Merge pull request #86 from dgl/configure-hints | Alexander Færøy | |
Add some more helpful hints about packages to install to configure outpu... | |||
2014-07-07 | Add some more helpful hints about packages to install to configure output | David Leadbeater | |
2014-07-07 | Merge pull request #15 from ailin-nemui/hilights-network-tag | Alexander Færøy | |
FS#155 hilight -tag | |||
2014-07-07 | cleanup hilight -network patch | Ailin Nemui | |
2014-07-07 | Fix Clang warnings | Alexander Færøy | |
This patch fixes a few warnings emitted by clang by removing the initialization of the list by itself. | |||
2014-07-07 | Merge pull request #58 from ailin-nemui/italics | Alexander Færøy | |
Implement italics support for Irssi | |||
2014-07-07 | Syntax documentation rewrite for L-commands | Geert Hauwaerts | |
Rewrote the syntax documentation for all commands starting with L. | |||
2014-07-07 | Merge pull request #29 from sebth/master | Alexander Færøy | |
Properly split long IRC messages | |||
2014-07-07 | Restored the J and added a P alias | Geert Hauwaerts | |
I restored the J alias and added a new P alias; both aliases are there for convenience after community requests. | |||
2014-07-07 | FS#155 hilight -tag | Manuel Leiner | |
2014-07-07 | optionally render /foo/ as italics | Lukas Mai | |
2014-07-07 | add italics support; don't use standout for reverse | Lukas Mai | |
2014-07-06 | Added the missing -! and -noautosendcmd options | Geert Hauwaerts | |
The SERVER ADD completion was missing the -! and -noautosendcmd options. | |||
2014-07-06 | Fixed a compiler warning for statusbar_redraw | Geert Hauwaerts | |
Fixed a compiler warning for statusbar_redraw. | |||
2014-07-06 | Add information about message splitting to NEWS | Sebastian Thorarensen | |
(...and AUTHORS.) |