AmendHub

Download:

jcs

/

wallops

/

amendments

/

11

LICENSE+README: Add


jcs made amendment 11 over 2 years ago
--- LICENSE Sun Feb 6 20:26:30 2022 +++ LICENSE Sun Feb 6 20:26:30 2022 @@ -0,0 +1,7 @@ +Wallops is free software released under the terms of the ISC license: + +Copyright (c) 2022 joshua stein <jcs@jcs.org> + +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- README Sun Feb 6 20:32:02 2022 +++ README Sun Feb 6 20:32:02 2022 @@ -0,0 +1,22 @@ +Wallops: a simple IRC client for Macintosh +Written by joshua stein <jcs@jcs.org> - http://jcs.org/wallops + +Wallops is free software; see the LICENSE file for copyright/licensing + +- Requires MacTCP and at least System 6. +- Implements a small number of commands like /msg, /nick, /part, etc. +- Currently only works with one channel at a time. Joining a new channel + will part the current one. In the future, multiple channels will be + supported with a tabbed interface. +- Clicking nicks in the list does not currently do anything. In the future, + a popup menu will be shown to perform actions such as whois, kick, etc. +- When windows are closed, they are hidden and continue to work in the + background. When your nick is mentioned in a channel, a Notification + Manager alert is generated to blink the Apple menu icon in the screen + corner. Clicking it and bringing up Wallops from the MultiFinder menu + will show the window and cancel the alert. + +Version history: + +1.0 - 2022-02-06 + - Initial release