]> code.citadel.org Git - citadel.git/log
citadel.git
25 years agocompleted part of the login procedure
Art Cancro [Wed, 25 Nov 1998 19:03:09 +0000 (19:03 +0000)]
completed part of the login procedure
added the frameset

25 years agoi dunno
Art Cancro [Wed, 25 Nov 1998 15:54:45 +0000 (15:54 +0000)]
i dunno

25 years agohandled unpacking of multiple cookies coming in on one Cookie: line
Art Cancro [Wed, 25 Nov 1998 15:34:51 +0000 (15:34 +0000)]
handled unpacking of multiple cookies coming in on one Cookie: line

25 years agoAdded IDEN
Art Cancro [Wed, 25 Nov 1998 04:13:36 +0000 (04:13 +0000)]
Added IDEN

25 years agocreated a separate developers.txt file for developer/client ID registry
Art Cancro [Wed, 25 Nov 1998 04:06:12 +0000 (04:06 +0000)]
created a separate developers.txt file for developer/client ID registry

25 years agohandled content
Art Cancro [Wed, 25 Nov 1998 03:57:37 +0000 (03:57 +0000)]
handled content

25 years agoadded make clean
Art Cancro [Wed, 25 Nov 1998 03:11:39 +0000 (03:11 +0000)]
added make clean

25 years agooooh, lotsa good stuff
Art Cancro [Wed, 25 Nov 1998 03:11:03 +0000 (03:11 +0000)]
oooh, lotsa good stuff

25 years agogot a basic framework for content working
Art Cancro [Wed, 25 Nov 1998 02:17:00 +0000 (02:17 +0000)]
got a basic framework for content working

25 years agoupdated TODO
Art Cancro [Tue, 24 Nov 1998 22:21:54 +0000 (22:21 +0000)]
updated TODO

25 years agostarted on the static loader stuff
Art Cancro [Tue, 24 Nov 1998 19:28:12 +0000 (19:28 +0000)]
started on the static loader stuff
added pthread locking

25 years agoInitial revision
Art Cancro [Tue, 24 Nov 1998 16:24:40 +0000 (16:24 +0000)]
Initial revision

25 years ago * citadel.spec: added
Nathan Bryant [Tue, 24 Nov 1998 01:28:07 +0000 (01:28 +0000)]
    * citadel.spec: added

25 years agoWe're now 5.50alpha2
Art Cancro [Mon, 23 Nov 1998 03:37:21 +0000 (03:37 +0000)]
We're now 5.50alpha2

25 years ago * Makefile.in: split install target into install-exec, install-data,
Nathan Bryant [Sun, 22 Nov 1998 22:14:09 +0000 (22:14 +0000)]
    * Makefile.in: split install target into install-exec, install-data,
          and install-doc subtargets

25 years ago * room_ops.c: fixed incorrect naming of files in info and images dirs
Art Cancro [Sun, 22 Nov 1998 17:31:51 +0000 (17:31 +0000)]
    * room_ops.c: fixed incorrect naming of files in info and images dirs

25 years agonetproc.c: handled incoming file transfers to correct room directory
Art Cancro [Sun, 22 Nov 1998 17:09:24 +0000 (17:09 +0000)]
netproc.c: handled incoming file transfers to correct room directory

25 years ago * Moved num_parms() and all the extract() type functions into tools.c
Art Cancro [Sun, 22 Nov 1998 17:08:58 +0000 (17:08 +0000)]
    * Moved num_parms() and all the extract() type functions into tools.c
          and removed them from all other files.  Linked in tools.[o|ro] there.

25 years agoMinor mods
Art Cancro [Sun, 22 Nov 1998 07:08:19 +0000 (07:08 +0000)]
Minor mods

25 years agodocs
Art Cancro [Sun, 22 Nov 1998 06:46:07 +0000 (06:46 +0000)]
docs

25 years agoroutines2.c: fixed <.AS> command; all configs now work properly
Art Cancro [Sun, 22 Nov 1998 06:11:09 +0000 (06:11 +0000)]
routines2.c: fixed <.AS> command; all configs now work properly

25 years agoFixed <.AS>
Art Cancro [Sun, 22 Nov 1998 06:09:32 +0000 (06:09 +0000)]
Fixed <.AS>

25 years agosysdep.c: strip trailing nonprintables in client_gets()
Art Cancro [Sat, 21 Nov 1998 23:36:18 +0000 (23:36 +0000)]
sysdep.c: strip trailing nonprintables in client_gets()

25 years agoserv_expire.c: finished the code to purge stale visits
Art Cancro [Sat, 21 Nov 1998 23:25:00 +0000 (23:25 +0000)]
serv_expire.c: finished the code to purge stale visits

25 years ago import.c: removed
Art Cancro [Sat, 21 Nov 1998 22:16:47 +0000 (22:16 +0000)]
 import.c: removed

25 years ago * Added a fourth color mode in the client: "user" which turns color
Art Cancro [Sat, 21 Nov 1998 21:54:42 +0000 (21:54 +0000)]
    * Added a fourth color mode in the client: "user" which turns color
          on or off according to a per-user flag stored on the server.  Added
          server-side support for this too, of course.

25 years agofixes
Art Cancro [Sat, 21 Nov 1998 05:34:51 +0000 (05:34 +0000)]
fixes

25 years agoupdated the TODO
Art Cancro [Sat, 21 Nov 1998 04:20:12 +0000 (04:20 +0000)]
updated the TODO

25 years agoroom expires
Art Cancro [Sat, 21 Nov 1998 02:52:01 +0000 (02:52 +0000)]
room expires

25 years ago * setup.c: removed all prompts that can be configured from within the
Art Cancro [Sat, 21 Nov 1998 01:30:07 +0000 (01:30 +0000)]
    * setup.c: removed all prompts that can be configured from within the
          client in order to simplify the setup procedure

25 years agoadded TODO
Art Cancro [Fri, 20 Nov 1998 05:08:26 +0000 (05:08 +0000)]
added TODO

25 years ago * serv_expire.c: began writing functions to purge rooms and visits
Art Cancro [Fri, 20 Nov 1998 05:02:28 +0000 (05:02 +0000)]
    * serv_expire.c: began writing functions to purge rooms and visits
          (neither work yet), and added a way to call defrag_databases()

25 years ago * Fixed serv_upgrade.c and export5.c (found elsewhere) to use a new
Art Cancro [Fri, 20 Nov 1998 04:29:32 +0000 (04:29 +0000)]
    * Fixed serv_upgrade.c and export5.c (found elsewhere) to use a new
          export format which treats visits as a separate section

25 years agoupdated serv_upgrade to handle some of the new data structs
Art Cancro [Fri, 20 Nov 1998 04:18:38 +0000 (04:18 +0000)]
updated serv_upgrade to handle some of the new data structs

25 years agochainsaw tendencies
Art Cancro [Thu, 19 Nov 1998 04:51:57 +0000 (04:51 +0000)]
chainsaw tendencies

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.