Age | Commit message (Collapse) | Author |
|
Rewrote the syntax documentation of U-Z commands.
|
|
fix mirc_blink_fix
|
|
Fix rawlog saving after dac67a5 broke it
|
|
|
|
the background colours were totally off with mirc_blink_fix
enabled. oops.
reported by wodim
|
|
Fixed a typo in the cmdmax argument.
|
|
Updated the documentation for LIST.
|
|
fix rules for italics emphasis
|
|
Removed the default autojoin channels.
|
|
|
|
Rewrote the syntax documentation for all commands starting with S.
|
|
Removed the obsolete SQUERY and SERVLIST commands.
|
|
|
|
fix colour 0 again
|
|
Haiku has links (links2) but not elinks.
Links doesn't seem to generate references however,
but it's the 2nd fallback so it's better than nothing.
|
|
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
|
|
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.
|
|
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
|
|
Fixes Github issue #97 https://github.com/irssi/irssi/issues/97
Fix proposed by ailin-nemui, built and tested on Debian Jessie using
0.8.15 source, tested by GeertHauwaerts as well.
|
|
It's actually a NOOP in latest autoconf.
cf.
https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html#index-AC_005fISC_005fPOSIX-2084
|
|
The previous version of AC_CHECK_TYPE() which didn't accept passing headers
is obsolete anyway. The new one can be told which headers to include.
Also test for sys/socket.h just for sanity.
cf.
https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html
https://www.gnu.org/software/autoconf/manual/autoconf-2.64/html_node/Generic-Types.html
https://svn.opendnssec.org/home/jerry/memory-usage/ldns-1.6.10/acx_nlnetlabs.m4
|
|
AC_SEARCH_LIBS first tries to link without any lib, then tries each
library, and sets $LIBS correctly in any case.
cf.
https://www.flameeyes.eu/autotools-mythbuster/autoconf/finding.html
|
|
Else it ends up saying "Références" or other translation for the word.
Might want to do the same for elinks...
|
|
This way lynx also emits URLs for references at the bottom,
like elinks does.
The formating is a little different though (word wrapping),
and elinks adds a "Visible links" line as well.
|
|
fix uninitialised copy on 24bit colours
|
|
|
|
Rewrote the syntax documentation for all commands starting with the
letter R.
|
|
The RPING command is obsolete.
|
|
Fixing a typo.
|
|
Update NEWS
|
|
|
|
|
|
Fixed an example of QUOTE
|
|
Avoid using uninitalized values.
|
|
|
|
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.
|
|
I removed the binding for the NOTE command that doesn't exist anymore on
any major network.
|
|
Rewrote the syntax documentation for all commands starting with the
letter N.
|
|
more strict rules for italic emphasis to avoid file name clashes
|
|
Rewrote the syntax documentation for all commands starting with the
letter M.
|
|
this additional check avoids /root/.hiddendir from italicising /root/,
because that is often used in path names
|
|
Only show the banner when not connecting to servers
|
|
At this point cmdchars is definitely / and the user might not know they
need to add / to a command.
|
|
|
|
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.
|
|
Add some more helpful hints about packages to install to configure outpu...
|
|
|