* Renamed:
[citadel.git] / citadel / user_ops.c
2003-06-29 Art Cancro* Renamed:
2003-06-29 Art Cancro*** empty log message ***
2003-06-28 Art Cancro* Bump internal version number to 6.08
2003-05-16 Art Cancro* Removed the old rec_log() facility because the utilit...
2003-03-03 Art Cancro* When creating a user, hide the "My Citadel Config...
2003-02-13 Art Cancro* Fixed algorithm for reporting "last login"
2003-01-22 Art Cancro* More reliablility hacks for autologin mode, and bette...
2003-01-21 Art Cancro* Moved login-to-screenname code ... no longer part...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-11-29 Art Cancro* CC->cs_inet_email is now a string buffer, not a pointer
2002-11-25 Art Cancro* Post a notification to Aide> when a user is manually...
2002-11-21 Art Cancro* Added support for a "New User Greetings" room. See...
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-09-09 Art Cancro* When a user logs in, create the Mail> room if it...
2002-08-25 Art Cancro* Hide the SMTP queue and the sysconfig rooms.
2002-06-19 Art Cancro* Added support for "transient goto" which allows entry...
2002-06-16 Michael Hampton* BASEROOM and AIDEROOM are now almost completely editable.
2002-05-23 Art Cancro* fix for above
2002-05-23 Art Cancro* Added a GTSN (GeT list of SeeN messages) command
2002-05-13 Art Cancro* usergoto() can now be supplied a NULL room name to...
2002-05-12 Art Cancro* Removed an unused variable
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-04-23 Art Cancro* Set up the framework for different "views" of a room
2002-04-21 Art Cancro* Create the My Citadel Config> room along with the...
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Art Cancro* Access control change: do not treat mailboxes as...
2002-03-12 Nathan Bryantmore sprintf bashing. now the only ones left are in...
2002-03-12 Nathan Bryantsprintf bashing
2002-03-11 Nathan Bryantwarning fixes on sparc-sun-solaris2.8 with gcc 3.0...
2002-03-09 Art Cancro* one more tweak
2002-03-03 Art Cancro* Client and server options to disable self-service...
2002-03-03 Art Cancro* Implemented the CREU server command to administrative...
2002-03-03 Art Cancro* Split up some of the code in order to prepare for...
2002-02-02 Art Cancro* If a user has at least one valid Internet directory...
2002-01-06 Michael Hampton* SSL/TLS support for the Citadel/UX wire protocol
2002-01-06 Michael Hampton* user_ops.c: fixed become_session() when calling EVT_L...
2002-01-05 Michael Hampton* user_ops.c: become_session() when calling EVT_LOGOUT...
2001-12-16 Michael Hampton* Added usersupp.lastcall to the parameters returned...
2001-12-03 Art Cancro* When sending mail, copy to the sender's "Sent Items...
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-06 Art Cancro* Finished the concurrency check for network polling...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-07-30 Nathan Bryantmade ForEachUser use a read-only cursor, too. there...
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
next