- added a new function to the database interface, cdb_close_cursor(). always
[citadel.git] / citadel / user_ops.c
2001-07-29 Nathan Bryant - added a new function to the database interface,...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-04-26 Art Cancro* Finished the implementation of per-message seen/unsee...
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
2001-03-12 Art Cancro* Implemented SUBSCRIBE and UNSUBSCRIBE commands
2001-03-07 Art Cancro* Fixed some small IMAP bugs
2001-02-08 Art Cancro* Fixed namespace problems resulting from the automatic...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2001-01-15 Art Cancro* user_ops.c: reject NULL password in CtdlTryPassword...
2001-01-09 Art Cancro* Merged in code from the TRANSACTIONS branch for testing.
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-11-25 Michael Hampton* Added a bit of detail to syslog entries; now shows...
2000-10-04 Art Cancro* Allow Aides to zap rooms (site configurable setting)
2000-09-21 Art Cancro* Fixed logged_in_response() so it only displays respon...
2000-08-14 Brian Costello- Added constant sizes for usernames and the nonce...
2000-08-10 Art Cancro* Changed all the "200 ok" responses to more descriptiv...
2000-07-15 Art Cancro* vandelay
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-25 Art Cancro* imap
2000-06-03 Art Cancro* Replaced most of the very repetitive and very redunda...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-04-15 Art Cancro* Fixed "Unvalidated users appear even with registratio...
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-17 Art Cancro* Moved bio-related commands out to a loadable module
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
1999-12-09 Art Cancro* Split cmd_user() and cmd_pass() into frontend/backend...
1999-10-28 Art Cancro* Fixed a problem where the client protocol would spit...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-03 Art Cancro* Added serv_upgrade.h to automagically convert pre...
1999-09-28 Art Cancro* Fully migrated cmd_greg() and cmd_regi() into serv_vc...
1999-09-27 Art Cancro* cmd_regi() is now in serv_vcard and writes to the...
1999-09-16 Art Cancro* Did most of the migration from save_message() to...
1999-07-27 Art CancroRemoved all references to CC->msglist and CC->num_msgs...
1999-07-27 Art CancroRemoved serv_upgrade.c and all references to it in...
1999-07-16 Art Cancro * eliminate redundant "name" parameter in [l]putuser...
1999-07-12 Art Cancro * Mail is now saved in both sender and recipien...
1999-07-08 Art Cancro * control.c: create citadel.control if it doesn...
1999-04-07 Nathan Bryantinclude errno.h
1999-04-03 Nathan Bryant * Makefile.in, configure.in, chkpwd.c, acconfig...
1999-03-03 Art CancroPrevent buffer overruns in [get|put]user()
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-03 Art Cancro * Overhauled the express messaging system (again)
1999-01-29 Nathan Bryantirix fixen
1999-01-01 Art CancroFixed security problem relating to private rooms
1998-11-30 Art CancroFixed cmd_regi() to not display a second result code...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-22 Art CancroMinor mods
1998-11-21 Art Cancro import.c: removed
1998-11-21 Art Cancro * Added a fourth color mode in the client:...
1998-11-19 Art Cancrochainsaw tendencies
1998-11-17 Art Cancrofixed cmd_agup and cmd_asup
1998-11-11 Art Cancro * citserver.c, msgbase.c, user_ops.c: hide...
1998-11-10 Art Cancroadded more stuff to <.A>ide <E>dit user
1998-11-10 Art Cancro * serv_upgrade.c: added all missing fields to export...
1998-11-09 Art Cancrofixed user purge
1998-11-09 Art Cancro * serv_expire.c: created; moved message expiry...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-22 Art CancroMail rooms now hide their owner-prefix from the client.
1998-10-13 Art CancroFinished the import module
1998-10-13 Art CancroUpdate stuff
1998-10-13 Art Cancroimport.c is now serv_upgrade.c, a module (unfinished)
1998-10-09 Art Cancrouser_ops.c: implemented NewMailCount()
1998-10-09 Art Cancro * user_ops.c: added PurgeStaleRelationships...
1998-10-06 Art CancroFixed stuff I broke.
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-10-02 Art Cancro * Finally removed all three usersupp.foo[MAXROO...
1998-10-01 Art CancroRemoved a few more references to usersupp.lastseen[]
1998-10-01 Nathan Bryant * .cvsignore: add so_locations (generated by...
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 CancroCommented some of the code that will need to be changed.
1998-09-29 Art Cancro * Implemented the function CtdlRoomAccess(...
1998-09-28 Art CancroAdded V_ACCESS
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-20 Art Cancro * Added a UserFunctionHook category to implemen...
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 Art Cancro * server.h, dynloader.c, citserver.c, user_ops...
1998-09-17 Nathan Bryant * hooks.h: removed
1998-09-17 Art Cancro * Implemented separate structs, lists, and...
1998-09-15 Art Cancro * Tried my hand at adding the ability for serve...
1998-09-01 Art Cancro * Yanked the citadelapi.c module. This wasn...
1998-08-25 Nathan Bryantremove duplicated declarations
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Art CancroSmall changes to the code to delete a user.
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Art Cancro * Implemented a bunch of user account related...
1998-08-18 Art Cancro * Fixed the crash problem. It wasn't AGUP...
1998-08-17 Art Cancro * Updated citmail.c with the latest stuff from...
1998-08-12 Art CancroAdded the EXTN command in a temporary form to run serve...
1998-08-02 Nathan BryantSun Aug 2 18:52:05 EDT 1998 Nathan Bryant <bryant...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-24 Art Cancro No more pwcrypt
1998-07-24 Art Cancro Removed all of the "pwcrypt" stuff. The algorithm...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-13 Art Cancro Miscellaneous bug fixes. Also restored the ability...
1998-07-13 Art Cancro Added code to delete the messages in a user's mailbox...
1998-07-11 Art CancroInitial revision