irc7
9 months agoPut the new options into the man page. master gh/master origin/HEAD origin/master
Pete [Thu, 26 Sep 2024 00:33:58 +0000 (17:33 -0700)]
Put the new options into the man page.

9 months agoAdd a readme.
Pete [Thu, 26 Sep 2024 00:33:17 +0000 (17:33 -0700)]
Add a readme.

9 months agoToggle pings, remove line-wrapping, unset victim.
Pete [Thu, 26 Sep 2024 00:03:49 +0000 (17:03 -0700)]
Toggle pings, remove line-wrapping, unset victim.

There's a new option (-P) to hide pings at startup, and a new command (/P)
to toggle ping visibility.  Pings are sometimes useful to know about but
if you don't have a target, they kinda flood.

On startup, target is nil and this lets you see everything coming through.
I'd miss DMs because the target was set to a channel, so I had to annoy
people by telling them that I couldn't see DMs unless they told me that I had
them before I had one.  So I added this option and then got a screen full of
PINGs when I woke up.  (Or half full of PINGs and the balance in PONGs.)
This makes irc7 usable as a general client for me.

Lastly, I removed line-wrapping.  I have no use for it.  If anyone else cares
about this changeset, then maybe it could be an option, but as long as I'm the
only one using it, I don't need an option that I'll never enable.

khm's C code is a fun read.  It has a lot of personality.

5 years agomanpage: syntax fix (thanks senthil!)
khm [Sat, 30 May 2020 20:44:26 +0000 (13:44 -0700)]
manpage: syntax fix (thanks senthil!)

5 years agomanpage: correctly assign parameters (thanks senthil!)
khm [Fri, 29 May 2020 23:37:21 +0000 (16:37 -0700)]
manpage: correctly assign parameters (thanks senthil!)

5 years agosam-d's anti-buffer-overflow patch
khm [Tue, 21 Apr 2020 01:26:49 +0000 (18:26 -0700)]
sam-d's anti-buffer-overflow patch

5 years agoinitial import
khm [Tue, 21 Apr 2020 00:25:25 +0000 (17:25 -0700)]
initial import