Geert Hauwaerts
1933c92532
Fixed a typo in the cmdmax argument
...
Fixed a typo in the cmdmax argument.
2014-07-30 23:27:41 +02:00
Geert Hauwaerts
a775a7c229
Updated the documentation for LIST
...
Updated the documentation for LIST.
2014-07-30 23:12:39 +02:00
Geert Hauwaerts
5a4e535cd7
Merge pull request #112 from ailin-nemui/italics-exception
...
fix rules for italics emphasis
2014-07-30 22:24:24 +02:00
Geert Hauwaerts
0836e59179
Removed the default autojoin channels
...
Removed the default autojoin channels.
2014-07-30 22:21:37 +02:00
Geert Hauwaerts
822db3090f
Syntax rewrite for S-commands
...
Rewrote the syntax documentation for all commands starting with S.
2014-07-30 14:29:06 +02:00
Geert Hauwaerts
4beebe3238
Removed the obsolete SQUERY and SERVLIST commands
...
Removed the obsolete SQUERY and SERVLIST commands.
2014-07-30 13:02:26 +02:00
tomaw
cb6266f212
Fix typo in help for network command
2014-07-25 17:05:19 +01:00
Geert Hauwaerts
924f261448
Merge pull request #111 from ailin-nemui/colour-break
...
fix colour 0 again
2014-07-24 21:52:01 +02:00
Ailin Nemui
07e37c2329
fix rules for italics emphasis
...
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 09:42:57 +02:00
Ailin Nemui
1cf7017ac9
fix colour 0 again
...
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-24 00:11:42 +02:00
Geert Hauwaerts
e7f83c1dd2
Merge pull request #110 from ailin-nemui/colour-break
...
restore the colour 0 ("black") that got broken by extended colours
2014-07-23 23:58:22 +02:00
Ailin Nemui
41fab0707f
restore the colour 0 ("black") that got broken by extended colours
...
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-23 23:42:05 +02:00
Alexander Færøy
5ddf127f6d
Merge pull request #100 from ailin-nemui/24bit-uninitialised
...
fix uninitialised copy on 24bit colours
2014-07-20 19:37:37 +02:00
Ailin Nemui
8e062b7bd0
fix uninitialised copy on 24bit colours
2014-07-18 13:56:02 +02:00
Geert Hauwaerts
6e68b83723
Syntax rewrite for R-commands
...
Rewrote the syntax documentation for all commands starting with the
letter R.
2014-07-15 19:52:56 +02:00
Geert Hauwaerts
dde8540e3e
Removed the obsolete RPING command
...
The RPING command is obsolete.
2014-07-14 20:38:01 +02:00
Geert Hauwaerts
a5154c4e77
Fixing a typo
...
Fixing a typo.
2014-07-14 13:19:31 +02:00
Alexander Færøy
58b42997ff
Merge pull request #96 from dgl/news-update
...
Update NEWS
2014-07-13 21:27:10 +02:00
Alexander Færøy
cb1d3580fe
irssi-version.h should only be a phony target if build in maintainer mode
2014-07-13 21:24:36 +02:00
David Leadbeater
16743c5c13
Update NEWS
2014-07-13 20:01:08 +01:00
Geert Hauwaerts
fcee49a441
Fixed an example of QUOTE
...
Fixed an example of QUOTE
2014-07-13 14:10:40 +02:00
Geert Hauwaerts
d023d7d839
Merge pull request #94 from dajohi/uninitialized
...
Avoid using uninitalized values.
2014-07-12 22:41:28 +02:00
David Hill
6e45d68399
Avoid using uninitalized values.
2014-07-12 16:35:42 -04:00
Geert Hauwaerts
9fd1e2f5da
Syntax documentation rewrite for Q-commands
...
Rewrote the syntax documentation for all commands starting with the
letter Q.
2014-07-12 18:46:44 +02:00
Geert Hauwaerts
ee80ed16cb
Aligned the help for DEOP, DEVOICE and OP
...
Aligned the help for DEOP, DEVOICE and OP
2014-07-11 16:32:20 +02:00
Geert Hauwaerts
d460ba48d1
Syntax documentation rewrite of O and P commands
...
Rewrote the syntax documentation of the commands starting with the
letters O and P.
2014-07-10 20:43:52 +02:00
Geert Hauwaerts
938598e271
Removed the obsolete NOTE command
...
I removed the binding for the NOTE command that doesn't exist anymore on
any major network.
2014-07-09 18:33:10 +02:00
Geert Hauwaerts
8014fd2cb0
Syntax documentation rewrite for N-commands.
...
Rewrote the syntax documentation for all commands starting with the
letter N.
2014-07-09 18:21:39 +02:00
Alexander Færøy
c8dd54c2f6
Merge pull request #90 from ailin-nemui/italics-exception
...
more strict rules for italic emphasis to avoid file name clashes
2014-07-08 21:10:01 +02:00
Geert Hauwaerts
7ee7bf79ed
Syntax documentation rewrite for M-commands
...
Rewrote the syntax documentation for all commands starting with the
letter M.
2014-07-08 21:02:35 +02:00
Ailin Nemui
a5a7fdbe5f
more strict rules for italic emphasis to avoid file name clashes
...
this additional check avoids /root/.hiddendir from italicising /root/,
because that is often used in path names
2014-07-08 13:42:06 +02:00
Geert Hauwaerts
05979c8d9f
Merge pull request #88 from dgl/banner
...
Only show the banner when not connecting to servers
2014-07-08 12:00:45 +02:00
David Leadbeater
7fe47826ea
Suggest /HELP rather than HELP
...
At this point cmdchars is definitely / and the user might not know they
need to add / to a command.
2014-07-08 09:24:12 +01:00
David Leadbeater
4e2299f1b7
Change to printtext for first time message too
2014-07-08 09:23:55 +01:00
David Leadbeater
47d66d214f
Only show banner if not connecting to servers
...
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-08 01:38:08 +01:00
Alexander Færøy
31da4e8623
Merge pull request #86 from dgl/configure-hints
...
Add some more helpful hints about packages to install to configure outpu...
2014-07-07 23:51:26 +02:00
David Leadbeater
663bd7ee23
Add some more helpful hints about packages to install to configure output
2014-07-07 22:41:38 +01:00
Alexander Færøy
a9ff985a91
Merge pull request #15 from ailin-nemui/hilights-network-tag
...
FS#155 hilight -tag
2014-07-07 22:49:29 +02:00
Ailin Nemui
d3093418d4
cleanup hilight -network patch
2014-07-07 22:45:29 +02:00
Alexander Færøy
b2c3db4d5b
Fix Clang warnings
...
This patch fixes a few warnings emitted by clang by removing the
initialization of the list by itself.
2014-07-07 22:26:04 +02:00
Alexander Færøy
09a1801186
Merge pull request #58 from ailin-nemui/italics
...
Implement italics support for Irssi
2014-07-07 22:16:23 +02:00
Geert Hauwaerts
5e8947a8b0
Syntax documentation rewrite for L-commands
...
Rewrote the syntax documentation for all commands starting with L.
2014-07-07 19:47:51 +02:00
Alexander Færøy
99b629ab20
Merge pull request #29 from sebth/master
...
Properly split long IRC messages
2014-07-07 18:27:57 +02:00
Geert Hauwaerts
10e4ad9c9b
Restored the J and added a P alias
...
I restored the J alias and added a new P alias; both aliases are there for convenience after community requests.
2014-07-07 11:18:32 +02:00
Manuel Leiner
669add63e8
FS#155 hilight -tag
2014-07-07 00:42:50 +02:00
Lukas Mai
225d149968
optionally render /foo/ as italics
2014-07-07 00:32:07 +02:00
Lukas Mai
0e294d5c2e
add italics support; don't use standout for reverse
2014-07-07 00:32:07 +02:00
Geert Hauwaerts
fc00b9e6f0
Added the missing -! and -noautosendcmd options
...
The SERVER ADD completion was missing the -! and -noautosendcmd options.
2014-07-06 23:58:13 +02:00
Geert Hauwaerts
2ff5f5b7e5
Fixed a compiler warning for statusbar_redraw
...
Fixed a compiler warning for statusbar_redraw.
2014-07-06 23:27:55 +02:00
Sebastian Thorarensen
3257794bf7
Add information about message splitting to NEWS
...
(...and AUTHORS.)
2014-07-06 23:25:54 +02:00