Code shuffling fixes warning with inline function... weirdo.
[citadel.git] / citadel / user_ops.h
2011-09-07 Wilfried GoesgensCode shuffling fixes warning with inline function....
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroCtdlUserLogout() fixed to more throroughly log the...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-05-18 Wilfried Göesgens* INLINE doesn't work across several objects as of...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-02-22 Wilfried Göesgens* make the user const
2009-11-10 Dave WestMoved BumpNewMailCounter() into context.c because it...
2009-11-09 Dave WestExposed logout() from user_ops.c, deprecated it in...
2009-11-08 Dave WestMoved the prototypes of CtdlLoginExistingUser and CtdlT...
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-04-17 Art Cancro* Removed XYZZY command. Nothing happens.
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-06-03 Art Cancro* Removed some cruft from the login code. Combined the
2008-06-02 Art Cancromore openid work
2008-05-29 Art Cancrogetuserbynumber() now uses a proper indexed database
2008-05-28 Dave WestNow we name all the private contexts.
2008-03-19 Art CancroEVT_LOGOUT hooks are now called with the thread's current
2008-03-07 Art CancroAdded a RENU command (REName a User)
2007-07-07 Art CancroSupport the idea of a 'master user' logging in
2007-06-19 Art Cancrochkpwd is now a daemon that is started by citserver
2005-07-21 Art Cancro* Server-side LIST command now accepts a search string.
2004-03-01 Art Cancro* Revoke access to room when /kicked
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-01-21 Art Cancro* Moved login-to-screenname code ... no longer part...
2002-05-23 Art Cancro* fix for above
2002-05-13 Art Cancro* usergoto() can now be supplied a NULL room name to...
2002-04-23 Art Cancro* Set up the framework for different "views" of a room
2002-03-12 Nathan Bryantsprintf bashing
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...
2001-04-26 Art Cancro* Finished the implementation of per-message seen/unsee...
2001-03-12 Art Cancro* Implemented SUBSCRIBE and UNSUBSCRIBE commands
2000-08-14 Brian Costello- Added constant sizes for usernames and the nonce...
2000-07-15 Art Cancro* vandelay
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-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-07-16 Art Cancro * eliminate redundant "name" parameter in [l]putuser...
1998-11-21 Art Cancroserv_expire.c: finished the code to purge stale visits
1998-11-21 Art Cancro import.c: removed
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-09 Art Cancro * user_ops.c: added PurgeStaleRelationships...
1998-10-06 Art CancroFixed stuff I broke.
1998-09-28 Art Cancro * BOTH the old and new generation systems are...
1998-09-18 Art Cancro * Various changes to allow "new messages" to...
1998-09-01 Art Cancromore of the same
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...