]> code.citadel.org Git - citadel.git/commit
Got the CitadelAPI library to the point where the server can start
authorArt Cancro <ajc@citadel.org>
Thu, 6 Aug 1998 23:27:02 +0000 (23:27 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 6 Aug 1998 23:27:02 +0000 (23:27 +0000)
commit0d6a38339dedf0f984643d8f40ee41b5d841a959
treedf71d02f2645d17bc424d0ff9870061361b9a6d9
parent33d1454b258ae3b7a3c3945cecd082960bb2f087
Got the CitadelAPI library to the point where the server can start
up an extension, and the extension will connect to the server, do
some initialization, call a user-supplied CtdlMain(), and exit.  Also
hacked together a _temporary_ form of the new EXTN server command.
14 files changed:
citadel/ChangeLog
citadel/Makefile.in
citadel/citadel.c
citadel/citadel.h
citadel/citadelapi.c [new file with mode: 0644]
citadel/citserver.c
citadel/commands.c
citadel/ipc_c_tcp.c
citadel/ipcdef.h
citadel/messages.c
citadel/routines.c
citadel/serv_info.c [new file with mode: 0644]
citadel/serverapi.c [deleted file]
citadel/techdoc/api.txt