minor documentation changes
[citadel.git] / citadel / ChangeLog
1998-10-27 Art Cancrominor documentation changes
1998-10-25 Art Cancromessages.c: fixed an oversight that was allowing attach...
1998-10-25 Nathan Bryant * routines2.c: warning fix
1998-10-25 Art CancroClient: added <.A>ide <S>ystem configuration command
1998-10-25 Art CancroClient: added message expiration policy questions to...
1998-10-25 Nathan Bryant * citadel.c, citadel.h, commands.c: make client...
1998-10-24 Nathan Bryant * Makefile.in: Auto dependency generation ...
1998-10-24 Art Cancropolicy.c: implemented cmd_gpex() and cmd_spex()
1998-10-24 Art Cancropolicy.c: added, moved GetExpirePolicy() from room_ops.c
1998-10-23 Art Cancroconfig.c: added put_config()
1998-10-23 Art Cancrosetup.c: default node name is now obtained from uname()
1998-10-22 Art Cancroproxy.c: added configurability and primitive message...
1998-10-22 Art CancroMail rooms now hide their owner-prefix from the client.
1998-10-21 Nathan Bryant * room_ops.c: fix improper null-termination...
1998-10-21 Nathan Bryant * configure.in: autologin defaults to enabled...
1998-10-20 Nathan Bryant * Makefile.tmpl: fix to build client with old...
1998-10-20 Art Cancro * Client ability to force display of prompts...
1998-10-16 Nathan Bryant * room_ops.c: exploitable overrun fixes
1998-10-16 Nathan Bryant * sysdep.c (cprintf): generate a newline on...
1998-10-16 Art Cancro proxy.c: cache dir create now dies on any error except...
1998-10-16 Art Cancro * setup.c: system-default message expire policy...
1998-10-15 Art Cancro * msgbase.c: reimplemented cmd_move()
1998-10-15 Art CancroInitial work on new implementation of move_message()
1998-10-15 Art CancroMisc code cleanup
1998-10-13 Nathan Bryant * file_ops.c: fix another overrun
1998-10-13 Nathan Bryant * configure.in: don't check for -lcrypt unless...
1998-10-13 Nathan Bryant * serv_upgrade.sh: remove uncnsrd-dependent...
1998-10-13 Art CancroFinished the import module
1998-10-13 Art Cancroimport.c is now serv_upgrade.c, a module (unfinished)
1998-10-12 Art Cancrodynloader.c: Made dynamically added server commands...
1998-10-12 Nathan Bryant * ipc_c_tcp.c: fix infinite loop on long line...
1998-10-12 Nathan Bryant * sysdep.c: fix infinite loop when long lines...
1998-10-12 Art CancroKilled the "rooms" subdirectory (it isn't used anymore)
1998-10-12 Nathan Bryant * Makefile.in: simplified to use pattern rules...
1998-10-12 Art CancroBuilt some more of the message expiry infrastructure
1998-10-11 Nathan Bryant * citserver.c: fix two more overruns, one of...
1998-10-11 Art CancroSet up data structures for room policies
1998-10-11 Art CancroMoved "struct visit" from citadel.h to server.h
1998-10-10 Nathan Bryant * citserver.c: fix overrun which caused segv...
1998-10-10 Nathan Bryant * serv_chat.c: fix another overrun that could...
1998-10-09 Art Cancrouser_ops.c: implemented NewMailCount()
1998-10-09 Art Cancro * user_ops.c: added PurgeStaleRelationships...
1998-10-09 Nathan Bryant * serv_chat.c: fix buffer overrun that was...
1998-10-09 Art Cancro * room_ops.c: modify CtdlRoomAccess() to allow...
1998-10-09 Art Cancro * Implemented "lazy mode" traversal - pressing...
1998-10-09 Nathan Bryant * rooms.c: use mkfifo(3) instead of system...
1998-10-08 Art Cancro * messages.c, citadel.rc: added the ability...
1998-10-08 Art Cancro * room_ops.c: Added is_noneditable() function...
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-08 Nathan Bryant * client_chat.c, commands.c, serv_chat.c, sysdep.c:
1998-10-07 Nathan Bryant * snprintf.c, snprintf.h: new files
1998-10-06 Art CancroFixed stuff I broke.
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-10-02 Nathan Bryant * configure.in: autologin now defaults to disabled
1998-10-02 Art Cancro * Finally removed all three usersupp.foo[MAXROO...
1998-10-02 Art Cancro * Rewrote [l][get|put]room() functions to use...
1998-10-01 Art CancroRemoved a few more references to usersupp.lastseen[]
1998-10-01 Nathan Bryant * configure.in: pass -pthread to DEC compiler...
1998-10-01 Nathan Bryant * .cvsignore: add so_locations (generated by...
1998-09-30 Nathan Bryant * configure.in: don't use gcc on Digital Unix
1998-09-30 Nathan Bryantinstall-sh: new file
1998-09-30 Nathan Bryant * config.guess, config.sub: new files
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
1998-09-30 Art Cancro * room_ops.c: modified usergoto() to look at...
1998-09-29 Nathan Bryant * Makefile.in: realclean removes config.{cache...
1998-09-29 Nathan Bryant * configure.in, Makefile.in: only build the...
1998-09-29 Nathan Bryant * user_ops.c: fix compiler warning and potentia...
1998-09-29 Art Cancro * Removed code from some of the utilities which...
1998-09-29 Art Cancro * Implemented the function ForEachRoom() to...
1998-09-29 Art Cancro * Implemented the function CtdlRoomAccess(...
1998-09-28 Nathan Bryant * configure.in, acconfig.h: new files; partiall...
1998-09-28 Art Cancro * BOTH the old and new generation systems are...
1998-09-27 Art Cancro * Changed all "generation" variables from char...
1998-09-23 Art Cancro * More changes to support attachments. They...
1998-09-22 Art Cancro * msgbase.c: began laying the groundwork to...
1998-09-21 Nathan Bryant * dynloader.h: prototype CtdlRegisterUserHook()
1998-09-21 Nathan Bryant * msgbase.c: include dynloader.h
1998-09-20 Art Cancro * Added a UserFunctionHook category to implemen...
1998-09-19 Art Cancrocitserver.c: removed cmd_extn() and related code
1998-09-18 Nathan Bryant * Configure, Makefile.in: autodependency-relate...
1998-09-18 Nathan Bryant * Makefile.in: autodependency-related fixes
1998-09-18 Nathan Bryant * roomstats.{c,mk}: removed
1998-09-18 Nathan Bryant * user_ops.c: include dynloader.h
1998-09-18 Art Cancro * Various changes to allow "new messages" to...
1998-09-18 Nathan Bryant * roomstats.c: include <stdarg.h> not <stdargs...
1998-09-18 Art Cancro * server.h, dynloader.c, citserver.c, user_ops...
1998-09-17 Nathan Bryant * Makefile.in: add SERV_MODULES and PROXY_TARGE...
1998-09-17 Nathan Bryant * hooks.h: removed
1998-09-17 Art Cancro * Implemented separate structs, lists, and...
1998-09-16 Nathan Bryant * ipc_c_tcp.c: Fixed up some #include/prototypi...
1998-09-16 Art Cancro*** empty log message ***
1998-09-15 Nathan Bryant1998-09-15 Nathan Bryant <bryant@cs.usm.maine.edu>
1998-09-15 Art Cancro * Tried my hand at adding the ability for serve...
1998-09-08 Art Cancro * Added support for dynamic server modules...
1998-09-02 Art Cancro * userpurge.c: rewrote using functions from...
1998-09-01 Art Cancro * Yanked the citadelapi.c module. This wasn...
1998-08-31 Art CancroMoved all of the gdbm databases to a separate "data...
1998-08-27 Nathan Bryant*** empty log message ***
1998-08-26 Nathan Bryant*** empty log message ***
1998-08-25 Nathan Bryant*** empty log message ***
next