• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H15-Jul-2013-15385

COPYINGH A D12-Jan-200917.9 KiB349286

ChangeLogH A D15-Jul-201346.8 KiB1,002899

Config.demoH A D12-Jan-200914.7 KiB402367

HackingH A D12-Jan-20093.5 KiB6855

INSTALLH A D12-Jan-20099 KiB230175

Makefile.amH A D21-Apr-20091.2 KiB4334

Makefile.inH A D15-Jul-201331.7 KiB950840

NEWSH A D12-Jan-2009441 1513

READMEH A D15-Jul-20135.9 KiB153115

README.followH A D12-Jan-2009738 1913

README.modulesH A D12-Jan-20091.4 KiB3526

README.termH A D12-Jan-2009879 2715

TODOH A D12-Jan-20091.6 KiB4732

aclocal.m4H A D15-Jul-201336.9 KiB1,040946

beam.cH A D19-Jan-200911.1 KiB481364

beam.hH A D12-Jan-2009407 1811

catrw.cH A D22-Apr-2009848 4430

cmd.cH A D15-Jul-201362.5 KiB2,7132,346

cmd.hH A D19-Jan-2009569 2715

cmd2.cH A D11-Apr-200938.6 KiB1,6791,339

cmd2.hH A D12-Jan-20091 KiB3323

config.guessH A D31-May-201344.1 KiB1,5531,346

config.subH A D31-May-201334.7 KiB1,7891,651

configureH A D15-Jul-2013206.6 KiB7,3185,999

configure.inH A D15-Jul-20133.8 KiB146117

defines.hH A D12-Jan-200910.7 KiB366244

depcompH A D09-Jun-201323 KiB792502

edit.cH A D19-Jan-200920.7 KiB961705

edit.hH A D19-Jan-20092.2 KiB7657

eval.cH A D12-Jan-200933.1 KiB1,4551,258

eval.hH A D12-Jan-20091.5 KiB5947

follow.cH A D03-May-20223.9 KiB189141

install-shH A D09-Jun-201313.7 KiB528351

list.cH A D12-Jan-200915.3 KiB679502

list.hH A D12-Jan-20092 KiB4836

log.cH A D19-Jan-20097.8 KiB330232

log.hH A D12-Jan-2009533 2314

main.cH A D01-Sep-200950.9 KiB2,0301,412

main.hH A D19-Jan-20093.3 KiB12091

map.cH A D12-Jan-20094 KiB197140

map.hH A D12-Jan-2009333 169

missingH A D09-Jun-20136.7 KiB216143

plugtest.cH A D01-Sep-2009690 3013

powwow-movieplay.cH A D22-Apr-20092.2 KiB9881

powwow-muc.cH A D15-Jul-20136.9 KiB307209

powwow.6H A D15-Jul-20133.7 KiB126116

powwow.6.utf-8H A D01-Sep-20093.7 KiB126116

powwow.docH A D01-Sep-200982.7 KiB2,2201,757

powwow.helpH A D19-Jan-200921.3 KiB591475

ptr.cH A D03-May-202212 KiB589432

ptr.hH A D03-May-20222.2 KiB7647

tcp.cH A D15-Jul-201323.6 KiB1,049778

tcp.hH A D19-Jan-20092.3 KiB8055

tty.cH A D03-May-202225.6 KiB1,038812

tty.hH A D19-Jan-20091.9 KiB6245

utils.cH A D15-Jul-201329.2 KiB1,291998

utils.hH A D12-Jan-20091.4 KiB4936

README

1
2			powwow 1.2.16 README
3
4Powwow is a client program intended mainly for playing MUD.
5It implements (a subset of) the telnet protocol.
6
7Files you should have received:
8
9	README		This text.
10	Changelog 	What has changed since the last release.
11	powwow.doc	Complete documentation. READ this!
12	configure	A shell script that will create a Makefile
13			suitable for your system
14	*.[ch]		Sources.
15	tools/*		Additional standalone utilities.
16	powwow.help	Online help file (in plain ASCII).
17	powwow.6	Man page.
18	Config.demo	A demonstrative definition file for powwow
19	Hacking		Read this if you want to improve/destroy powwow
20			yourself.
21	README.follow	Documentation for the 'follow' mini-program.
22	README.term     How to make termpowwow
23
24COMPILING
25
26	powwow is built using GNU autoconf scripts, it should detect any
27	system dependancies it needs and set the appropriate flags.  Just
28	run:
29
30	./configure
31	make
32
33	To build the powwow binary.  It will run from any location, but there
34	are some settings set at compile time that will make more sense if
35	you use the "install" make target to install the binaries and
36	documentation together.  For example, POWWOWDIR will default to the
37	location that "make install" will put the online powwow documentation,
38	making the #help feature work out of the box without modifying any
39	settings or flags.
40
41	If you require changes to the build process, please e-mail the problems
42	(and hopefully solution) to me at bpk@hoopajoo.net.  Also please
43	include your system information (uname -a, etc)
44
45	There are also some other options that may be turned on or off or
46	forced using configure.  Try "configure --help" to see the full
47	list of compile-time configuration options.
48
49INSTALLING
50
51	If you want powwow's definition files to go in a specific directory,
52	set the environment variable POWWOWDIR to that directory. It will be
53	searched first for definition files at startup.
54
55	Put the file powwow.6 in a suitable directory if you want users on
56	your system to be able to read the long and comprehensive man page ;)
57
58	Powwow supports the MUME editing protocol.  It enables you to edit
59	texts locally with your favourite editor.  So far, only MUME supports
60	this protocol, but this might change in the future.
61
62	Powwow looks for the editor in the POWWOWEDITOR enviroment variable,
63	and if it doesn't exist, in EDITOR, and uses "emacs" as default.  For
64	text viewing, powwow looks for POWWOWPAGER, then PAGER, then uses
65	"more" as default.
66
67	If you are on a multi-window terminal (such as an X terminal or NCSA
68	telnet from a Mac or PC), powwow will let you start the editor in
69	another window and remain active.  You will then also be able to edit
70	several texts at the same time.  To achieve this, let the first
71	character of your editor/pager be '&' (which is then skipped).
72
73	Example: (Bourne shell syntax)
74
75	POWWOWEDITOR=vi		  Use vi as normal editor (same window as
76				  powwow)
77	POWWOWEDITOR='&emacs'	  Use emacs as editor in a separate window (if
78				  you are on an X terminal)
79	POWWOWEDITOR='&xterm -e vi'  Use vi in another X window
80	POWWOWPAGER='&xterm -e less' Use less as your file viewer in another
81				     X window
82
83	If you use a multi-window terminal and have emacsclient installed, it
84	is a good choice, since you only need one emacs window for all your
85	editing sessions and you don't have to start and exit emacs all the
86	time.  Set POWWOWEDITOR='&emacsclient' in that case, and make sure your
87	emacs has a running server (put (server-start) in your .emacs file or
88	type M-x server-start).
89
90	If you want to use the editing functions, you must execute the
91	"#identify" command to notify the server that the client supports the
92	protocol. This can also be done with an action; see the documentation
93	for details.
94
95	For editing Mudlle programs with emacs, there is a special mode that
96	helps you with indenting. To use it, put mudlle.el in a suitable
97	place, and add the two following lines to your .emacs file:
98
99	(setq load-path (append load-path '("mydirectory")))
100	(autoload 'mudlle-mode "mudlle.el" "Turns on mudlle editing mode" t)
101
102	where you replace mydirectory with the directory where mudlle.el can
103	be found. If you put the string -*-mudlle-*- in the first line of
104	a mudlle program (i.e. in a comment), then emacs will automatically
105	turn on mudlle mode for that file when you edit it.
106	The mudlle mode can be customized to some extent. See the source for
107	details.
108
109BUGS
110
111	If you have any problems with powwow, try to fix them yourself
112	(you have the source, right?) or at least isolate the bugs so
113	the maintainer has a fair chance of fixing them. Don't expect
114	a bug to be fixed, unless you explain it in detail (expecially
115	how to reproduce it) and supply the powwow and OS version,
116	as well as the compilation options.
117        Suggestions for improvements are also very welcome.
118
119AUTHORS OF CANCAN
120
121	Since powwow is based on cancan, we report also this.
122
123        Mattias Engdegård <f91-men@nada.kth.se> was the original author.
124	Many other people have contributed at least as much, including
125	Finn Arne Gangstad <finnag@pvv.unit.no>, David Gay <dgay@di.epfl.ch>,
126	Gary Dezern <gdezern@satelnet.org>
127	and Lai-Chang Woo <vivriel@scs.com.sg>.
128	It is unclear who the current maintainer is, but it seems to be
129	Finn Arne Gangstad. Ask around at MUME to find out more about cancan.
130
131AUTHORS OF POWWOW
132
133        Massimiliano Ghilardi <max@Linuz.sns.it>, alias Cosmos,
134	is the original author, and Gustav H�llberg <f92-gha@nada.kth.se>
135	contributed a lot of new features.
136
137	powwow moved to hoopajoo.net in 2005, and is now maintained by
138	Steve Slaven <bpk@hoopajoo.net>
139
140        The powwow WWW page is: http://hoopajoo.net/projects/powwow.html
141
142	If you forgot where you downloaded powwow from, you can get it from
143	the above address.
144
145	To learn more about MUME, have a look at http://www.mume.org
146	which also explains how to connect.
147
148COPYRIGHT
149
150	Powwow is placed under the terms of GPL (GNU General Public License)
151	The GPL License can be found in the file COPYING.
152
153

README.follow

1
2			      follow 0.1 README
3
4This mini-program is mainly intended for debugging powwow.
5It is completely standalone, and needs to be called with a file-name
6(example: "follow mycapture").
7Hitting ESC or ^C quits "follow", hitting RETURN prints the next line
8of the file, any other key prints the next character (only one) of the file
9
10I know it is a _stupid_ program, but it is useful if you find screen-related
11bugs in powwow, i.e. powwow does not print some lines or prints something
12wrong.
13In that case, if you redirect powwow output to a file and reproduce the bug,
14you can use "follow your-filename" to examine the file and see what is wrong
15
16How to send a copy of powwow output to a file:
17powwow your-arguments | tee your-filename
18
19

README.modules

1There is a sample module included to test module support.  To build
2it run:
3
4make plugtest.so
5
6from your powwow source directory.  This will build a test plugin that
7can be loaded using:
8
9#module plugtest
10
11If it works, when you do "#help" you will see a new command called
12"#plugtest" that is listed.  It will just echo the arguments back
13to the terminal.  This is the minimum required to make a functional
14module for powwow 1.2.7 and later.
15
16Modules are loaded using the libdl interface with RTLD_LAZY so that
17symbol resolution is deferred until as late as possible.  This means
18that you should test any commands you create since just because a
19module loads, that doesn't mean that there are no undefined references.
20
21The basic requirements for a module are:
22
231) define a cmdstruct with your command name, help text, and function to
24   call
252) add your cmdstruct to the global command list via cmd_add_command in
26   your powwow_init function.  You can also initialize anything else you
27   need here, it will be called once at module load time.
283) perform whatever extentions you want at runtime in your custom functions
29
30For a more complete example, you should look at the powwow-perl package
31which creates the bindings from powwow using the #perl command and allows
32access to powwow internals from perl via the powwow:: namespace in perl.
33It also includes autoconf support and is probably the most complete
34module for powwow currently.
35

README.term

1
2'term' was written by Michael O'Reilly.
3
4If you don't know what term is, then you can ignore this file. :)
5
6Otherwise, if you want term support, read on...
7
8You need to edit the Makefile and edit the TERMDIR variable to the
9directory of your term source and client.a.
10
11If you don't want 'term' compression on for powwow, take out the
12-DTERM_COMPRESS in the CFLAGS variable in the Makefile.
13
14Edit any of the other variables you find neccessary.
15
16Read the original README for information you might need to know.
17
18Then do "make termpowwow"
19
20Note: Unfortunately one of the setbacks of termpowwow is that it won't
21detect unknown hosts, nor will it detect if the host refused the connection.
22If you don't get any output from a host after a few moments, then you'll
23have to ^C.  I don't think there's any way around this.
24
25(note - term support does not allow multiple sessions...)
26
27