citadel.git
25 years agoStarted implementing global room numbers.
Art Cancro [Wed, 18 Nov 1998 03:38:30 +0000 (03:38 +0000)]
Started implementing global room numbers.

25 years agoclient side of allowing deletion of mail
Art Cancro [Tue, 17 Nov 1998 04:18:48 +0000 (04:18 +0000)]
client side of allowing deletion of mail

25 years agoroom_ops.c: users can delete messages from their mailboxes
Art Cancro [Tue, 17 Nov 1998 04:13:56 +0000 (04:13 +0000)]
room_ops.c: users can delete messages from their mailboxes

25 years agomoved room-sharing-howto.txt to root directory
Art Cancro [Tue, 17 Nov 1998 04:09:09 +0000 (04:09 +0000)]
moved room-sharing-howto.txt to root directory

25 years agoroom-sharing-howto.txt: added.
Art Cancro [Tue, 17 Nov 1998 03:52:04 +0000 (03:52 +0000)]
room-sharing-howto.txt: added.

25 years ago * cmd_setr() delete old room record when room name changes
Art Cancro [Tue, 17 Nov 1998 03:36:07 +0000 (03:36 +0000)]
    * cmd_setr() delete old room record when room name changes
          (This causes a big mess that exposes a flaw in the whole design.)

25 years agofixed cmd_agup and cmd_asup
Art Cancro [Tue, 17 Nov 1998 02:12:06 +0000 (02:12 +0000)]
fixed cmd_agup and cmd_asup

25 years agomade QR_MAILBOX rooms non-editable
Art Cancro [Tue, 17 Nov 1998 01:41:38 +0000 (01:41 +0000)]
made QR_MAILBOX rooms non-editable

25 years agoroom_ops.c: mailbox rooms always appear on the main floor
Art Cancro [Mon, 16 Nov 1998 01:33:17 +0000 (01:33 +0000)]
room_ops.c: mailbox rooms always appear on the main floor

25 years agosee ChangeLog
Art Cancro [Fri, 13 Nov 1998 05:00:51 +0000 (05:00 +0000)]
see ChangeLog

25 years agoadded some logging
Art Cancro [Fri, 13 Nov 1998 04:25:43 +0000 (04:25 +0000)]
added some logging

25 years agoremoved a message
Art Cancro [Fri, 13 Nov 1998 00:22:10 +0000 (00:22 +0000)]
removed a message

25 years agofixed cmd_rchg() again
Art Cancro [Fri, 13 Nov 1998 00:20:29 +0000 (00:20 +0000)]
fixed cmd_rchg() again

25 years agouse extract_long()
Art Cancro [Thu, 12 Nov 1998 05:06:21 +0000 (05:06 +0000)]
use extract_long()

25 years ago * citadel.c: fixed the way <.WL> parses the returned data from a
Art Cancro [Thu, 12 Nov 1998 04:58:42 +0000 (04:58 +0000)]
   * citadel.c: fixed the way <.WL> parses the returned data from a
          TIME command.

25 years ago * serv_expire.c: purge ops are now a command instead of a cleanup
Art Cancro [Thu, 12 Nov 1998 04:43:45 +0000 (04:43 +0000)]
    * serv_expire.c: purge ops are now a command instead of a cleanup
          function.  This is probably temporary as well.

25 years agomore fixes to msgbase.c for delivery of network mail
Art Cancro [Thu, 12 Nov 1998 04:13:06 +0000 (04:13 +0000)]
more fixes to msgbase.c for delivery of network mail

25 years agoquick fix for set_wtmpsupp_to_current_room()
Art Cancro [Thu, 12 Nov 1998 02:28:43 +0000 (02:28 +0000)]
quick fix for set_wtmpsupp_to_current_room()

25 years agosysdep.c: added an fflush() to lprintf() for "tail -f"-able logs
Art Cancro [Thu, 12 Nov 1998 00:00:26 +0000 (00:00 +0000)]
sysdep.c: added an fflush() to lprintf() for "tail -f"-able logs

25 years ago * citserver.c, msgbase.c, user_ops.c: hide the owner-prefix of mail
Art Cancro [Wed, 11 Nov 1998 23:29:08 +0000 (23:29 +0000)]
    * citserver.c, msgbase.c, user_ops.c: hide the owner-prefix of mail
          rooms in a couple more places: set_wtmpsupp() and make_message()

25 years ago citserver.c: slight changes to cmd_rchg() and cmd_hchg() [crashes]
Art Cancro [Wed, 11 Nov 1998 22:58:27 +0000 (22:58 +0000)]
 citserver.c: slight changes to cmd_rchg() and cmd_hchg() [crashes]

25 years ago * serv_upgrade.c: fix uninitialized variable
Nathan Bryant [Wed, 11 Nov 1998 19:55:09 +0000 (19:55 +0000)]
    * serv_upgrade.c: fix uninitialized variable

25 years agoWed Nov 11 00:47:32 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
Art Cancro [Wed, 11 Nov 1998 05:49:35 +0000 (05:49 +0000)]
Wed Nov 11 00:47:32 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
* msgbase.c: fixed a bug that was misrouting incoming network msgs
* server.h, database.c: wrapped all GDBM calls in critical sections
  to avoid making those calls re-entrantly (gdbm fatal: lseek error)

25 years agoThis is Alpha 1
Art Cancro [Wed, 11 Nov 1998 04:35:54 +0000 (04:35 +0000)]
This is Alpha 1

25 years agomsgbase.c: fixed a bug that broke incoming network messages
Art Cancro [Wed, 11 Nov 1998 04:21:07 +0000 (04:21 +0000)]
msgbase.c: fixed a bug that broke incoming network messages

25 years agofixed upgrade stuff
Art Cancro [Wed, 11 Nov 1998 02:26:54 +0000 (02:26 +0000)]
fixed upgrade stuff

25 years ago * Makefile.in: link in snprintf.o where needed
Nathan Bryant [Tue, 10 Nov 1998 20:32:29 +0000 (20:32 +0000)]
    * Makefile.in: link in snprintf.o where needed

25 years ago * Makefile.in: link in snprintf.o where needed
Nathan Bryant [Tue, 10 Nov 1998 20:23:35 +0000 (20:23 +0000)]
    * Makefile.in: link in snprintf.o where needed

25 years ago * commands.c, control.c, cux2ascii.c, file_ops.c, import.c,
Nathan Bryant [Tue, 10 Nov 1998 05:44:35 +0000 (05:44 +0000)]
    * commands.c, control.c, cux2ascii.c, file_ops.c, import.c,
          ipc_c_tcp.c: eliminate sprintf() calls

25 years ago*** empty log message ***
Nathan Bryant [Tue, 10 Nov 1998 04:52:56 +0000 (04:52 +0000)]
*** empty log message ***

25 years agofixed validate
Art Cancro [Tue, 10 Nov 1998 00:43:32 +0000 (00:43 +0000)]
fixed validate

25 years agoadded more stuff to <.A>ide <E>dit user
Art Cancro [Tue, 10 Nov 1998 00:41:17 +0000 (00:41 +0000)]
added more stuff to <.A>ide <E>dit user

25 years ago * serv_upgrade.c: added all missing fields to export/import
Art Cancro [Tue, 10 Nov 1998 00:17:18 +0000 (00:17 +0000)]
* serv_upgrade.c: added all missing fields to export/import
* serv_expire.c: support per-user purge time when purging users
* user_ops.c: added per-user purge time to AGUP and ASUP commands

25 years agofixed user purge
Art Cancro [Mon, 9 Nov 1998 04:58:34 +0000 (04:58 +0000)]
fixed user purge

25 years ago * room_ops.c: fixed Aide room access (for some reason, the Aide
Art Cancro [Mon, 9 Nov 1998 04:25:06 +0000 (04:25 +0000)]
   * room_ops.c: fixed Aide room access (for some reason, the Aide
          room had the QR_MAILBOX flag set)

25 years agofix
Art Cancro [Mon, 9 Nov 1998 04:24:06 +0000 (04:24 +0000)]
fix

25 years ago * routines2.c: finished <.AS> command
Art Cancro [Mon, 9 Nov 1998 03:58:35 +0000 (03:58 +0000)]
    * routines2.c: finished <.AS> command

25 years ago * serv_expire.c: created; moved message expiry from serv_test.c,
Art Cancro [Mon, 9 Nov 1998 03:58:14 +0000 (03:58 +0000)]
    * serv_expire.c: created; moved message expiry from serv_test.c,
          moved user purge from userpurge.c
        * userpurge.c: deleted

25 years agofixed a goof
Nathan Bryant [Mon, 9 Nov 1998 01:53:27 +0000 (01:53 +0000)]
fixed a goof

25 years ago * useradmin.c: really removed (cvs remove)
Nathan Bryant [Mon, 9 Nov 1998 01:49:45 +0000 (01:49 +0000)]
    * useradmin.c: really removed (cvs remove)
        * aidepost.c, citadel.c: convert all sprintf() calls to snprintf()
        * sysdep.c: fix overrun in lprintf() described by dme/Dead Monkey

25 years ago * useradmin.c: removed
Art Cancro [Sun, 8 Nov 1998 18:20:44 +0000 (18:20 +0000)]
* useradmin.c: removed
* utils.doc: removed references to useradmin and sysoputil

25 years agoadded more stuff to .AS
Art Cancro [Sun, 8 Nov 1998 05:49:20 +0000 (05:49 +0000)]
added more stuff to .AS

25 years ago * Implemented CONF server command for site-global configs
Art Cancro [Sat, 7 Nov 1998 06:00:17 +0000 (06:00 +0000)]
* Implemented CONF server command for site-global configs
* Shuffled yesno() and yesno_d() from routines.c to commands.c
* commands.c: implemented boolprompt()
* routines2.c: started adding CONF questions to <.AS> command
* room_ops.c: began a fix for the mysterious disappearing Aide room

25 years ago * citadel.h (and related files): removed defunct parameters,
Art Cancro [Sat, 7 Nov 1998 01:38:25 +0000 (01:38 +0000)]
    * citadel.h (and related files): removed defunct parameters,
          c_defent and c_msgbase (erase your test bbs)
        * Began implementing CONF server command for site-global configs

25 years ago * snprintf.c: warning fix propagated over from gcit
Nathan Bryant [Thu, 5 Nov 1998 08:23:45 +0000 (08:23 +0000)]
    * snprintf.c: warning fix propagated over from gcit

25 years ago * configure.in: different GCC warning flags for OSF/1; remove
Nathan Bryant [Thu, 5 Nov 1998 07:58:01 +0000 (07:58 +0000)]
    * configure.in: different GCC warning flags for OSF/1; remove
          AM_PATH_GLIB to hopefully fix build problems; check for snprintf
        * libcli_cit/Makefile.am: link in snprintf.c where needed
        * gtk/gcit.c, libcli_cit/citadel_api.c, libcli_cit/citadel_util.c,
          libcli_cit/client_api.c, libcli_cit/tcp_trans.c:
          portability/warning/ANSI compliance fixes

25 years agoadded from the citadel tree
Nathan Bryant [Thu, 5 Nov 1998 05:37:24 +0000 (05:37 +0000)]
added from the citadel tree

25 years agodocs changes
Art Cancro [Thu, 5 Nov 1998 03:42:37 +0000 (03:42 +0000)]
docs changes

25 years ago * bootstrap, gtk/Makefile.am: fix 'make dist'
Nathan Bryant [Thu, 5 Nov 1998 01:55:57 +0000 (01:55 +0000)]
    * bootstrap, gtk/Makefile.am: fix 'make dist'

25 years ago * citmail.c: reverted to version 1.10
Nathan Bryant [Thu, 5 Nov 1998 00:26:10 +0000 (00:26 +0000)]
    * citmail.c: reverted to version 1.10

25 years agodeleted revisions 1.11-1.12, added RCS Id keyword
Nathan Bryant [Thu, 5 Nov 1998 00:01:47 +0000 (00:01 +0000)]
deleted revisions 1.11-1.12, added RCS Id keyword

25 years ago * added RCS Id keyword strings to sources
Nathan Bryant [Wed, 4 Nov 1998 20:05:05 +0000 (20:05 +0000)]
    * added RCS Id keyword strings to sources

25 years ago * added RCS Id keyword strings to sources
Nathan Bryant [Wed, 4 Nov 1998 19:51:21 +0000 (19:51 +0000)]
    * added RCS Id keyword strings to sources

25 years agocorrected a syntax error
Art Cancro [Wed, 4 Nov 1998 15:58:42 +0000 (15:58 +0000)]
corrected a syntax error

25 years ago * messages.c: temporarily set screenwidth to a fixed value of 80
Art Cancro [Wed, 4 Nov 1998 15:54:39 +0000 (15:54 +0000)]
    * messages.c: temporarily set screenwidth to a fixed value of 80
          during <P>rint operations.

25 years ago * gtk/gcit.c: crash fix
Nathan Bryant [Wed, 4 Nov 1998 05:11:57 +0000 (05:11 +0000)]
    * gtk/gcit.c: crash fix

25 years ago * libcli_cit/tcp_trans.c: implement DNS lookups
Nathan Bryant [Wed, 4 Nov 1998 02:40:34 +0000 (02:40 +0000)]
    * libcli_cit/tcp_trans.c: implement DNS lookups

25 years agoadded
Nathan Bryant [Wed, 4 Nov 1998 01:28:23 +0000 (01:28 +0000)]
added

25 years ago * NEWS, README, AUTHORS, ChangeLog: new files; automake complains if
Nathan Bryant [Tue, 3 Nov 1998 19:51:54 +0000 (19:51 +0000)]
    * NEWS, README, AUTHORS, ChangeLog: new files; automake complains if
          these don't exist.
        * Makefile, gtk/Makefile, libcli_cit/Makefile: removed
        * Makefile.am, acconfig.h, config.guess, config.sub, configure.in,
          gtk/Makefile.am, libcli_cit/Makefile.am: added
        * bootstrap: new script; run this to generate the build environment.
          I'm using libtool 1.2, automake 1.3b, and autoconf 2.12.
        * gtk/gcit.c, gtk/gcit.h, gtk/gtk_misc.c, gtk/gtk_misc.h, gtk/gui.h,
          libcli_cit/citadel_util.c, libcli_cit/citadel_util.h,
          libcli_cit/client_api.c, libcli_cit/tcp_trans.c: portability
          enhancements, warning fixes

25 years agostuff
Art Cancro [Mon, 2 Nov 1998 22:26:04 +0000 (22:26 +0000)]
stuff

25 years ago * acconfig.h: remove ANSI_COLOR
Nathan Bryant [Mon, 2 Nov 1998 20:13:37 +0000 (20:13 +0000)]
    * acconfig.h: remove ANSI_COLOR
        * Configure, Makefile.tmpl: removed

25 years agoInitial revision
Nathan Bryant [Mon, 2 Nov 1998 20:03:25 +0000 (20:03 +0000)]
Initial revision

25 years agomore export stuff
Art Cancro [Mon, 2 Nov 1998 18:20:38 +0000 (18:20 +0000)]
more export stuff

25 years ago * setup.c: looks for 'citadel', 'bbs', or 'guest' in /etc/passwd to
Art Cancro [Mon, 2 Nov 1998 18:01:59 +0000 (18:01 +0000)]
    * setup.c: looks for 'citadel', 'bbs', or 'guest' in /etc/passwd to
          try to get a default for bbsuid if it's currently set to 0
        * citmail.c: changed usersupp.eternal to usersupp.usernum (why didn't
          it complain about this before?)
        * serv_upgrade.c: began writing an "export" command to do sidegrades

25 years agobtx - fixed a couple of inaccuracies.
Brian Costello [Mon, 2 Nov 1998 01:41:08 +0000 (01:41 +0000)]
btx - fixed a couple of inaccuracies.

25 years ago * Implemented message expiry by date (this really needs to be moved
Art Cancro [Mon, 2 Nov 1998 00:43:39 +0000 (00:43 +0000)]
    * Implemented message expiry by date (this really needs to be moved
          out of serv_test.c, but where does it belong?)

25 years agoserv_upgrade.c: cosmetic changes
Art Cancro [Sun, 1 Nov 1998 23:48:12 +0000 (23:48 +0000)]
serv_upgrade.c: cosmetic changes

25 years ago * serv_upgrade.c: warning fixes
Nathan Bryant [Sun, 1 Nov 1998 19:18:09 +0000 (19:18 +0000)]
    * serv_upgrade.c: warning fixes

25 years agoadded "build.txt" to the techdoc directory, with LS's build notes
Art Cancro [Sun, 1 Nov 1998 04:18:36 +0000 (04:18 +0000)]
added "build.txt" to the techdoc directory, with LS's build notes

25 years agoTurn off ANSI colour during <Q>uote and <P>rint operations; we don't want
Art Cancro [Sun, 1 Nov 1998 03:58:32 +0000 (03:58 +0000)]
Turn off ANSI colour during <Q>uote and <P>rint operations; we don't want
colour in message captures!

25 years ago * ANSI colour selection is now in citadel.rc instead of an option in
Art Cancro [Sun, 1 Nov 1998 02:05:51 +0000 (02:05 +0000)]
    * ANSI colour selection is now in citadel.rc instead of an option in
          the configure script.  "on" "off" and "auto" are available.

25 years agoMore stoopid ANSI colour additions
Art Cancro [Sun, 1 Nov 1998 01:49:19 +0000 (01:49 +0000)]
More stoopid ANSI colour additions

25 years ago * citadel.c, commands.c, commands.h: set background color to black
Nathan Bryant [Sat, 31 Oct 1998 22:30:24 +0000 (22:30 +0000)]
    * citadel.c, commands.c, commands.h: set background color to black
          before clearing screen, so that we can actually see text on
          black-on-white xterms.

25 years ago * citadel.c: send ANSI detect sequence after attach_to_server() so the
Nathan Bryant [Fri, 30 Oct 1998 07:36:11 +0000 (07:36 +0000)]
    * citadel.c: send ANSI detect sequence after attach_to_server() so the
          terminal doesn't send the answerback sequence to the shell if we
          can't connect.

25 years ago * rooms.c: fix color of Mail>
Nathan Bryant [Thu, 29 Oct 1998 07:56:58 +0000 (07:56 +0000)]
    * rooms.c: fix color of Mail>

25 years agono more UA_INUSE
Art Cancro [Thu, 29 Oct 1998 03:54:03 +0000 (03:54 +0000)]
no more UA_INUSE

25 years agoStuff
Art Cancro [Thu, 29 Oct 1998 03:52:45 +0000 (03:52 +0000)]
Stuff

25 years ago * policy.c: warning fix for OSF/1 (use memset() instead of bzero())
Nathan Bryant [Thu, 29 Oct 1998 02:29:25 +0000 (02:29 +0000)]
    * policy.c: warning fix for OSF/1 (use memset() instead of bzero())

25 years agocitadel.c: Added a splash of colour to the Wholist
Art Cancro [Thu, 29 Oct 1998 01:21:41 +0000 (01:21 +0000)]
citadel.c: Added a splash of colour to the Wholist

25 years ago * configure.in, Makefile.in: only pass -fPIC to gcc
Nathan Bryant [Thu, 29 Oct 1998 01:00:37 +0000 (01:00 +0000)]
    * configure.in, Makefile.in: only pass -fPIC to gcc

25 years agotrimmed the fat--now that we've got 'make install' we don't want to run the
Nathan Bryant [Thu, 29 Oct 1998 00:16:23 +0000 (00:16 +0000)]
trimmed the fat--now that we've got 'make install' we don't want to run the
server from within the source tree.

25 years ago * aclocal.m4, missing: new files, also swiped from automake
Nathan Bryant [Wed, 28 Oct 1998 22:25:31 +0000 (22:25 +0000)]
    * aclocal.m4, missing: new files, also swiped from automake
        * citadel.c: don't mung the terminal if we can't find citadel.rc
        * Makefile.in: added `install' target, `clean' removes
          *.mo, rebuild configure when configure.in changes.
        * configure.in: check for install and autoconf

25 years ago * mkinstalldirs: new file to be used for `make install'
Nathan Bryant [Wed, 28 Oct 1998 19:40:07 +0000 (19:40 +0000)]
    * mkinstalldirs: new file to be used for `make install'

25 years ago * configure.in: added comments
Nathan Bryant [Wed, 28 Oct 1998 07:18:19 +0000 (07:18 +0000)]
    * configure.in: added comments

25 years ago * rooms.c: removed the warning about the ineffectiveness of kicking
Art Cancro [Wed, 28 Oct 1998 04:00:33 +0000 (04:00 +0000)]
    * rooms.c: removed the warning about the ineffectiveness of kicking
          users out of public rooms, because the new server can do lockouts

25 years ago * citserver.c: clear out cmdbuf before reading a command; some server
Art Cancro [Wed, 28 Oct 1998 03:55:12 +0000 (03:55 +0000)]
    * citserver.c: clear out cmdbuf before reading a command; some server
          commands were accidentally extracting parameters from previous cmds

25 years ago * Unified the "unpacked database" format for both upgrades and
Art Cancro [Wed, 28 Oct 1998 03:27:41 +0000 (03:27 +0000)]
* Unified the "unpacked database" format for both upgrades and
  sidegrades (also see export5.c elsewhere)

25 years ago * sysdep.c (client_gets), ipc_c_tcp.c (serv_gets): improved handling
Nathan Bryant [Tue, 27 Oct 1998 22:07:48 +0000 (22:07 +0000)]
    * sysdep.c (client_gets), ipc_c_tcp.c (serv_gets): improved handling
          of long lines.
        * Makefile.in: partial support for VPATH builds, autodependency fix

25 years agominor documentation changes
Art Cancro [Tue, 27 Oct 1998 05:08:44 +0000 (05:08 +0000)]
minor documentation changes

25 years agomessages.c: fixed an oversight that was allowing attachments even
Art Cancro [Sun, 25 Oct 1998 19:58:18 +0000 (19:58 +0000)]
messages.c: fixed an oversight that was allowing attachments even
          when disabled in citadel.rc

25 years ago * routines2.c: warning fix
Nathan Bryant [Sun, 25 Oct 1998 06:19:05 +0000 (06:19 +0000)]
    * routines2.c: warning fix

25 years agoClient: added <.A>ide <S>ystem configuration command
Art Cancro [Sun, 25 Oct 1998 03:47:19 +0000 (03:47 +0000)]
Client: added <.A>ide <S>ystem configuration command

25 years agohmm
Art Cancro [Sun, 25 Oct 1998 02:25:40 +0000 (02:25 +0000)]
hmm

25 years agoFloor expire
Art Cancro [Sun, 25 Oct 1998 02:18:48 +0000 (02:18 +0000)]
Floor expire

25 years agoClient: added message expiration policy questions to room edit
Art Cancro [Sun, 25 Oct 1998 02:08:55 +0000 (02:08 +0000)]
Client: added message expiration policy questions to room edit

25 years ago * citadel.c, citadel.h, commands.c: make client suspendable
Nathan Bryant [Sun, 25 Oct 1998 00:48:23 +0000 (00:48 +0000)]
    * citadel.c, citadel.h, commands.c: make client suspendable

25 years ago * Makefile.in: Auto dependency generation (may require GNU make, but
Nathan Bryant [Sat, 24 Oct 1998 21:30:19 +0000 (21:30 +0000)]
    * Makefile.in: Auto dependency generation (may require GNU make, but
          does at least function without this feature on OSF/1 make);
          Makefile is regenerated when Makefile.in changes (ditto);
          `realclean' is now known as `distclean';
          portability fixes for older Unix make utilities

25 years agopolicy.c: implemented cmd_gpex() and cmd_spex()
Art Cancro [Sat, 24 Oct 1998 04:05:03 +0000 (04:05 +0000)]
policy.c: implemented cmd_gpex() and cmd_spex()

25 years agopolicy
Art Cancro [Sat, 24 Oct 1998 00:27:59 +0000 (00:27 +0000)]
policy

25 years agopolicy.c: added, moved GetExpirePolicy() from room_ops.c
Art Cancro [Sat, 24 Oct 1998 00:12:05 +0000 (00:12 +0000)]
policy.c: added, moved GetExpirePolicy() from room_ops.c