summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-30Fixed a typo in the cmdmax argumentGeert Hauwaerts
Fixed a typo in the cmdmax argument.
2014-07-30Updated the documentation for LISTGeert Hauwaerts
Updated the documentation for LIST.
2014-07-30Merge pull request #112 from ailin-nemui/italics-exceptionGeert Hauwaerts
fix rules for italics emphasis
2014-07-30Removed the default autojoin channelsGeert Hauwaerts
Removed the default autojoin channels.
2014-07-30Syntax rewrite for S-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with S.
2014-07-30Removed the obsolete SQUERY and SERVLIST commandsGeert Hauwaerts
Removed the obsolete SQUERY and SERVLIST commands.
2014-07-25Fix typo in help for network commandtomaw
2014-07-24Merge pull request #111 from ailin-nemui/colour-breakGeert Hauwaerts
fix colour 0 again
2014-07-24fix rules for italics emphasisAilin 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-24fix colour 0 againAilin 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-23Merge pull request #110 from ailin-nemui/colour-breakGeert Hauwaerts
restore the colour 0 ("black") that got broken by extended colours
2014-07-23restore the colour 0 ("black") that got broken by extended coloursAilin 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-20Merge pull request #100 from ailin-nemui/24bit-uninitialisedAlexander Færøy
fix uninitialised copy on 24bit colours
2014-07-18fix uninitialised copy on 24bit coloursAilin Nemui
2014-07-15Syntax rewrite for R-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with the letter R.
2014-07-14Removed the obsolete RPING commandGeert Hauwaerts
The RPING command is obsolete.
2014-07-14Fixing a typoGeert Hauwaerts
Fixing a typo.
2014-07-13Merge pull request #96 from dgl/news-updateAlexander Færøy
Update NEWS
2014-07-13irssi-version.h should only be a phony target if build in maintainer modeAlexander Færøy
2014-07-13Update NEWSDavid Leadbeater
2014-07-13Fixed an example of QUOTEGeert Hauwaerts
Fixed an example of QUOTE
2014-07-12Merge pull request #94 from dajohi/uninitializedGeert Hauwaerts
Avoid using uninitalized values.
2014-07-12Avoid using uninitalized values.David Hill
2014-07-12Syntax documentation rewrite for Q-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with the letter Q.
2014-07-11Aligned the help for DEOP, DEVOICE and OPGeert Hauwaerts
Aligned the help for DEOP, DEVOICE and OP
2014-07-10Syntax documentation rewrite of O and P commandsGeert Hauwaerts
Rewrote the syntax documentation of the commands starting with the letters O and P.
2014-07-09Removed the obsolete NOTE commandGeert Hauwaerts
I removed the binding for the NOTE command that doesn't exist anymore on any major network.
2014-07-09Syntax documentation rewrite for N-commands.Geert Hauwaerts
Rewrote the syntax documentation for all commands starting with the letter N.
2014-07-08Merge pull request #90 from ailin-nemui/italics-exceptionAlexander Færøy
more strict rules for italic emphasis to avoid file name clashes
2014-07-08Syntax documentation rewrite for M-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with the letter M.
2014-07-08more strict rules for italic emphasis to avoid file name clashesAilin Nemui
this additional check avoids /root/.hiddendir from italicising /root/, because that is often used in path names
2014-07-08Merge pull request #88 from dgl/bannerGeert Hauwaerts
Only show the banner when not connecting to servers
2014-07-08Suggest /HELP rather than HELPDavid Leadbeater
At this point cmdchars is definitely / and the user might not know they need to add / to a command.
2014-07-08Change to printtext for first time message tooDavid Leadbeater
2014-07-08Only show banner if not connecting to serversDavid 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-07Merge pull request #86 from dgl/configure-hintsAlexander Færøy
Add some more helpful hints about packages to install to configure outpu...
2014-07-07Add some more helpful hints about packages to install to configure outputDavid Leadbeater
2014-07-07Merge pull request #15 from ailin-nemui/hilights-network-tagAlexander Færøy
FS#155 hilight -tag
2014-07-07cleanup hilight -network patchAilin Nemui
2014-07-07Fix Clang warningsAlexander Færøy
This patch fixes a few warnings emitted by clang by removing the initialization of the list by itself.
2014-07-07Merge pull request #58 from ailin-nemui/italicsAlexander Færøy
Implement italics support for Irssi
2014-07-07Syntax documentation rewrite for L-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with L.
2014-07-07Merge pull request #29 from sebth/masterAlexander Færøy
Properly split long IRC messages
2014-07-07Restored the J and added a P aliasGeert Hauwaerts
I restored the J alias and added a new P alias; both aliases are there for convenience after community requests.
2014-07-07FS#155 hilight -tagManuel Leiner
2014-07-07optionally render /foo/ as italicsLukas Mai
2014-07-07add italics support; don't use standout for reverseLukas Mai
2014-07-06Added the missing -! and -noautosendcmd optionsGeert Hauwaerts
The SERVER ADD completion was missing the -! and -noautosendcmd options.
2014-07-06Fixed a compiler warning for statusbar_redrawGeert Hauwaerts
Fixed a compiler warning for statusbar_redraw.
2014-07-06Add information about message splitting to NEWSSebastian Thorarensen
(...and AUTHORS.)