* give message sender in while evaluating the recipient...
[citadel.git] / citadel / user_ops.c
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-12-03 Art CancroSupply a more informative error message when an adminis...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-06 Wilfried Göesgens* strip blanks / whitespaces more effectively
2007-10-03 Wilfried Göesgens* check the username for length so we don't smash our...
2007-09-20 Art CancroMaster User hack is now defined in site config instead of
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-07-26 Dave WestMoved to new module init structure.
2007-07-24 Art Cancro'master user' hack is now an #ifdef instead of commente...
2007-07-08 Michael HamptonInclude sys/stat.h when available (FreeBSD)
2007-07-08 Art CancroQuick respin of WebCit (now 7.12) due to missing config.sub
2007-07-07 Wilfried Göesgens* check whether we shoud shut down. we do this by check...
2007-07-07 Art CancroSupport the idea of a 'master user' logging in
2007-07-07 Art CancroSupport AUTH=PLAIN in the IMAP server.
2007-06-19 Wilfried Göesgens* check whether our chkpwd binary exists or not
2007-06-19 Art CancroEliminated the unpacking of uid in the chkpwd
2007-06-19 Art Cancrochkpwd is now a daemon that is started by citserver
2007-06-18 Art CancroRemoved the --disable-chkpwd option, because it generates
2007-04-04 Art Cancrostruct recptypes now uses dynamically allocated
2007-03-05 Wilfried Göesgens* create format strings different for solaris
2007-02-25 Wilfried Göesgens* solaris compatibility patches.
2007-02-22 Art CancroFinal changes to server to allow message display names to
2007-01-24 Wilfried Göesgens* precalculate the position of chkpwd like we do it...
2007-01-20 Art Cancro* Initialize more variables during declaration,
2007-01-06 Art Cancro* Updated some comments
2006-12-19 Art Cancro* Bumped version number to 7.01
2006-11-15 Art CancroAdjusted the grammar of the previous message
2006-11-14 Wilfried Göesgensnote aide that we have a new user.
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-01-27 Art Cancro* Reject empty username for login attempts
2006-01-18 Art CancroMisc small fixes to the new host auth mode.
2006-01-17 Art Cancro* REMOVED MIXED MODE AUTHENTICATION.
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2005-10-31 Art Cancrobugzilla 166
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-10-25 Art Cancro* Every user gets a Trash folder. Clients can also...
2005-10-10 Art Cancrochanged CtdlSetSeen() API
2005-09-09 Art Cancro* New bmstrcasestr() function to perform very fast...
2005-09-09 Art Cancro* Removed the bmstrstr() function, and replaced all...
2005-08-02 Art Cancro* Removed instances of hard-coded CTDLDIR; this breaks -h
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-07-21 Art Cancro* Server-side LIST command now accepts a search string.
2005-06-02 Art Cancro* Set the correct flags in the target room after an...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-23 Art Cancro* When auto-creating Mail>, Sent Items>, etc... set...
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2005-01-07 Art Cancro* serv_imap.c: fail with a "BAD" error response if...
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-07-30 Art Cancro* user_ops.c: limit the length of the name which can...
2004-07-29 Art Cancro* Trying to fix a buffer overrun
2004-04-23 Art Cancro* user_ops.c: do not attempt to save the loaded user...
2004-04-09 Michael Hampton* user_ops.c: fix unused variable compiler warnings
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-22 Michael Hampton* sysdep.c: worker_thread(): Make scheduling a little...
2004-03-16 Art Cancro* Eliminate EVT_OUTPUTMSG server extensions (don't...
2004-03-10 Art Cancro* Improved NSS integration: if a user attempts to log...
2004-03-01 Art Cancro* Revoke access to room when /kicked
2004-02-29 Art Cancro* Added /kick command to chat. /ban coming soon.
2004-02-28 Art Cancro*** empty log message ***
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-22 Art Cancro* Generate self-signed certificate if keys/citadel...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-12-09 Nathan Bryantdid a minimal amount of ANSIfication without changing...
2003-12-09 Art Cancro* user_ops.c: missing string declaration or something?
2003-12-07 Michael Hampton* CREU command now allows specification of an initial...
2003-11-30 Art Cancro* Support IMAP \Answered flag
2003-11-06 Art Cancro* For certain IMAP outputs (such as BODYSTRUCTURE)...
2003-08-03 Art Cancro* Clear out all masqueraded wholist fields when logging...
2003-07-30 Art Cancro* Allow users to authenticate with either their display...
2003-07-23 Art Cancro* Optimized the updating of visit records in several...
2003-07-14 Art Cancro* strcpy() --> safestrncpy() in a few other random...
2003-07-14 Art Cancro* Replaced strcpy() with safestrcpy() in cmd_setp()
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
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
next