#include "rmtio.vtc"
#include "disp.vtc"
#include "cquote.vtc"
#include "fquote.vtc"
#include "filter.vtc"
#include "shell.vtc"
#include "bimap.vtc"
#include "color.vtc"
#include "zephyr-core.vtc"
#include "zaway.vtc"
#include "zclassmap.vtc"
#include "zdefout.vtc"
#include "zformat.vtc"
#include "zpunt.vtc"
#include "zreplay.vtc"
#include "zsend.vtc"
#include "zsend-zcrypt.vtc"
#include "zsend-zwrite.vtc"
#include "zsig-random.vtc"
#include "zsig-responses.vtc"
#include "zsig-t.vtc"
#include "zwindow.vtc"
Include dependency graph for local.vtc:
Go to the source code of this file.
Functions | |
func | zauth_letter (z) |
Given a zephyrgram, returns a single letter that tells how authentic it is. More... | |
func | should_wrap (body)[count, indent, do_wrap, s] |
Applies heuristics to determine whether or not to wrap the body of a message. More... | |
func | zephyr_output ()[z, line, fields, i, s, p, ival, cval, do_wrap, annot, win, body, sig, pipe, style, auth2, front, wz] |
Cause an incoming message to be presented to the user. More... | |
func | is_rcmd (z)[sender2, n] |
Given a zephyrgram, decide if it's from an rcmd principal. More... | |
func | is_noc (z) |
Given a zephyrgram, decide if it's from the MIT Network Operations Center. More... | |
func | is_webzephyr (z) |
Given a zephyrgram, decide if it's from Webzephyr. More... | |
func | is_wz_personal (z) |
Given a zephyrgram, decide if it's a Webzephyr personal. More... | |
func | make_line (front, body, annot, do_wrap)[line, fbody, s, p, col, spaces] |
Assemble a line, given the front matter, the body, and some annotations. More... | |
func | zephyr_outbound (rmt, line)[zout] |
Possibly send an outgoing message, given text entered by the user. More... | |
func | Nopipe () |
User command to abandon an outgoing message started with a pipe. More... | |
func | generate_signature (zout) |
Attach a signature to an outgoing message. More... | |
func | outbound_parse (rmt, line)[multi, crypt, a, zout, ival, used_default_instance, default] |
Parse an outbound message line. More... |
Definition in file local.vtc.
|
User command to abandon an outgoing message started with a pipe.
|
|
Attach a signature to an outgoing message.
The
Definition at line 485 of file local.vtc. Referenced by zephyr_outbound().
|
|
Given a zephyrgram, decide if it's from the MIT Network Operations Center.
Definition at line 331 of file local.vtc. Referenced by zephyr_output().
|
|
Given a zephyrgram, decide if it's from an rcmd principal.
Definition at line 307 of file local.vtc. Referenced by is_noc(), and zephyr_output().
|
|
Given a zephyrgram, decide if it's from Webzephyr.
Definition at line 346 of file local.vtc. Referenced by is_wz_personal(), and zauth_letter().
|
|
Given a zephyrgram, decide if it's a Webzephyr personal.
Definition at line 360 of file local.vtc. Referenced by zephyr_output().
|
|
Assemble a line, given the front matter, the body, and some annotations. The body is line-wrapped; the annotations are right-aligned if they fit.
Definition at line 380 of file local.vtc. Referenced by zephyr_output().
|
|
Parse an outbound message line.
Definition at line 532 of file local.vtc. Referenced by zephyr_outbound().
|
|
Applies heuristics to determine whether or not to wrap the body of a message.
Definition at line 71 of file local.vtc. Referenced by zephyr_output().
|
|
Given a zephyrgram, returns a single letter that tells how authentic it is.
Definition at line 45 of file local.vtc. Referenced by zephyr_output().
|
|
Possibly send an outgoing message, given text entered by the user.
|
|
Cause an incoming message to be presented to the user.
A skeletal version of this function probably wants to move into Definition at line 106 of file local.vtc. Referenced by zephyr_netread().
|