From c0c0ef464471363f5f57d9e358648b9ca747bd6e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 20 Aug 2018 16:06:46 -0400 Subject: Add sample sshd_config --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index a5e2421..be2c84b 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -Simple IRC client for use over anonymous SSH. +IRC client originally intended for use over anonymous SSH. This software requires LibreSSL and targets FreeBSD and Darwin. chat.h Shared state and function prototypes chat.c Command line parsing and event loop - tag.c Tag (channel, query) management + tag.c Tag (channel, query) ID assignment handle.c Incoming command handling input.c Input command handling irc.c TLS client connection @@ -14,3 +14,5 @@ This software requires LibreSSL and targets FreeBSD and Darwin. tab.c Tab-complete url.c URL detection pls.c Functions which should not have to be written + + sshd_config Sample anonymous SSH configuration -- cgit 1.4.1 ?id=91db088feddc115670b5031f37a19e1a11ccc504'>refs log tree commit diff
path: root/dump.1 (unfollow)
Commit message (Collapse)Author
2022-01-19Replace build system with cmakeJune McEnroe
2019-12-19Remove READMEJune McEnroe
2019-12-15Use symlink for README.3June McEnroe
2019-08-22Add READMEJune McEnroe
2019-08-22Add exampleJune McEnroe
2019-08-22Add FILES sectionJune McEnroe
2019-08-22Remove gamesJune McEnroe
2019-04-04Mark card functions inlineJune McEnroe
2019-04-04Add listClearJune McEnroe
2019-04-03Tweak mouseButtonUp code a bitJune McEnroe
It's still kind of confusing.
2019-04-03Check gameAvail on double-clickJune McEnroe
2019-04-02Select and move cards on mouse upJune McEnroe
2019-04-01Add idSkipJune McEnroe
In Windows 95 FREECELL.EXE, the resource IDs are changed to 403, 404 and 405. For some reason.
2019-03-31Fix weird typoJune McEnroe
What the hell.
2019-03-30Add undo to freecellJune McEnroe
2019-03-29Replace path.h with asset.hJune McEnroe
2019-03-29Add king win faceJune McEnroe
2019-03-29Change king face directionJune McEnroe
2019-03-29Load king bitmaps in freecellJune McEnroe