This is the trivial-nntp Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:55:43 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-nntpSimple tools for interfacing to NNTP servers
Stacksmith <fpgasm@apple2.x10.mx>
MIT
usocket (system).
cl+ssl (system).
package.lisp (file).
tnntp.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
trivial-nntp/tnntp.lisppackage.lisp (file).
trivial-nntp (system).
*conn* (special variable).
*server* (special variable).
command (function).
conn (structure).
conn-bytes-read (reader).
(setf conn-bytes-read) (writer).
conn-group (reader).
(setf conn-group) (writer).
conn-server (reader).
(setf conn-server) (writer).
conn-stream (reader).
(setf conn-stream) (writer).
disconnect (function).
make-conn (function).
make-server (function).
nntp-error (function).
nntp-error (condition).
print-object (method).
range (function).
reconnect (function).
rline (function).
rlist (function).
server (structure).
server-groups (reader).
(setf server-groups) (writer).
server-name (reader).
(setf server-name) (writer).
server-password (reader).
(setf server-password) (writer).
server-port (reader).
(setf server-port) (writer).
server-ssl (reader).
(setf server-ssl) (writer).
server-user (reader).
(setf server-user) (writer).
conn-p (function).
copy-conn (function).
copy-server (function).
line-or-nil (function).
nntp-error-message (reader method).
(setf nntp-error-message) (writer method).
nntp-id (reader method).
(setf nntp-id) (writer method).
response (function).
server-maxconns (reader).
(setf server-maxconns) (writer).
server-p (function).
Packages are listed by definition order.
trivial-nntptnntp
common-lisp.
*conn* (special variable).
*server* (special variable).
command (function).
conn (structure).
conn-bytes-read (reader).
(setf conn-bytes-read) (writer).
conn-group (reader).
(setf conn-group) (writer).
conn-server (reader).
(setf conn-server) (writer).
conn-stream (reader).
(setf conn-stream) (writer).
disconnect (function).
make-conn (function).
make-server (function).
nntp-error (function).
nntp-error (condition).
range (function).
reconnect (function).
rline (function).
rlist (function).
server (structure).
server-groups (reader).
(setf server-groups) (writer).
server-name (reader).
(setf server-name) (writer).
server-password (reader).
(setf server-password) (writer).
server-port (reader).
(setf server-port) (writer).
server-ssl (reader).
(setf server-ssl) (writer).
server-user (reader).
(setf server-user) (writer).
conn-p (function).
copy-conn (function).
copy-server (function).
line-or-nil (function).
nntp-error-message (generic reader).
(setf nntp-error-message) (generic writer).
nntp-id (generic reader).
(setf nntp-id) (generic writer).
response (function).
server-maxconns (reader).
(setf server-maxconns) (writer).
server-p (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
send an NNTP command and read response. Return first digit of response and entire response string.
- (commnad "XOVER" :also (range 1 10))
- (command "GROUP" :also "alt.blah.blah.blah"
cleanly disconnect from the server
output an NNTP article range to stream.
Reconnect to the server, if disconnected, restoring state (entering a group). This needs more work...
return a unit (line) of text or nil for NNTP endline
collect a list containing lines of data, processing if requested
name.
port.
ssl.
user.
structure-object.
119
1
return nil for NNTP endline
return first digit of the code and the entire line
nntp-error)) ¶nntp-error)) ¶nntp-error)) ¶nntp-error)) ¶id.
| Jump to: | (
C D F G L M N P R S |
|---|
| Jump to: | (
C D F G L M N P R S |
|---|
| Jump to: | *
B G I M N P S U |
|---|
| Jump to: | *
B G I M N P S U |
|---|
| Jump to: | C F N P S T |
|---|
| Jump to: | C F N P S T |
|---|