-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathminitalk.1
More file actions
61 lines (61 loc) · 1.2 KB
/
minitalk.1
File metadata and controls
61 lines (61 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\" Automatically generated by Pandoc 2.0.6
.\"
.TH "MINITALK" "1" "November 2018" "Minitalk User Manual" "Minitalk 0.2.5"
.hy
.SH NAME
.PP
minitalk \- small, simple chat system
.SH SYNOPSIS
.PP
minitalk FILE [NICK]
.SH DESCRIPTION
.TP
.B FILE
File to use as \[lq]room\[rq].
Must have read/write permissions.
.RS
.RE
.TP
.B NICK
Specify nick to use.
Default is current username.
.RS
.RE
.SH EXAMPLE
.PP
Join a room controlled via /var/chat/general.
.IP
.nf
\f[C]
$\ minitalk\ /var/chat/general
\f[]
.fi
.PP
The same, but specifying the username \[lq]admin\[rq].
.IP
.nf
\f[C]
$\ minitalk\ /var/chat/general\ admin
\f[]
.fi
.SH NOTES
.PP
The primary issue is a security concern.
Anyone that needs to chat in the \[lq]room\[rq] has to be able to write
to the control file.
Anyone that needs read from the room needs read access.
Anyone that has access to these \[lq]control\[rq] files can also inject
anything they want into the chat.
This truly is built on the honor system, and was designed around a
single purpose: multi\-user chat between trusted users on a single host.
.PP
Don't expect this to be secure.
.SH AUTHORS
.PP
Andrew Benson.
.SH COPYRIGHT
.PP
Copyright © 2018 Andrew Benson.
License: MIT
.SH AUTHORS
Andrew Benson.