AmendHub

Download

jcs

/

wallops

/

README

 

(View History)

jcs   LICENSE+README+rez: 2.2, 2026 Latest amendment: 146 on 2026-01-25

1 Wallops: a simple IRC client for Macintosh
2 Written by joshua stein <jcs@jcs.org> - http://jcs.org/wallops
3
4 Wallops is free software; see the LICENSE file for copyright/licensing
5
6 See http://jcs.org/wallops for more information and vesion history
7
8 - Requires MacTCP and at least System 6.
9 - Supports multiple windows and tabs, each window maintaining its own
10 connection and each channel in a separate tab. Query tabs can be opened
11 by double-clicking a user in a channel user list or with "/query <user>" to
12 make it easier to message that user.
13 - When windows are closed, they are hidden and continue to work in the
14 background. When your nick is mentioned in a channel, a Notification
15 Manager alert is generated to blink the Apple menu icon in the screen
16 corner. Clicking it and bringing up Wallops from the MultiFinder menu
17 will show the window and cancel the alert. If your screensaver is running
18 and you have Pushover settings filled out, a Pushover alert can be sent to
19 your devices while you're away from your Mac. Note: Pushover alerts are
20 sent over plaintext HTTP.
21 - Supports selective ignoring of certain channel events such as joins,
22 parts/quits, and nick changes.
23 - Supports tab completion of nicks at the beginning of messages to a channel
24 - Converts UTF-8 characters to MacRoman (where possible) in any text
25 displayed
26 - Command+Number switches to that number tab in the current window, and
27 Command+, and Command+. switch to the previous and next tabs,
28 respectively.
29 - When an existing configuration file is found, Wallops will auto-connect at
30 startup unless the Command key is held.
31 - Implements the following commands, though any unsupported commands
32 can be sent to the server with "/quote <raw command>":
33
34 /clear - clear a window's history
35 /close - part a channel and close its tab, or close a query tab
36 /connect - connect to the given server
37 /deop - remove operator privileges from given users
38 /devoice - remove voice privileges from given users
39 /disconnect - disconnect from the server (aliased to /disco and /discon)
40 /join - join a channel and create a new tab for it
41 /me - send an action
42 /mode - change mode on a channel
43 /monitor - send raw monitor commands to server
44 /msg - send a private message to a user
45 /nick - change your nick name
46 /op - grant operator privileges to given users
47 /part - part a channel and close its tab
48 /query - open a new query tab with a user
49 /quit - disconnect and quit the program
50 /quote - send a raw string to the server
51 /reconnect - reconnect to the current server (aliased to /recon)
52 /say - send a message to the channel or query that starts with /
53 /server - switch to the given server
54 /topic - show the current channel topic or set a new one
55 /umode - change user mode
56 /voice - grant voice privileges to given users
57 /who - list the users in a channel
58 /whois - perform a whois on a user