* First cut at Solaris fixes. There may still be some *printf("%s", NULL)
[citadel.git] / citadel / citserver.c
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-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-03 Art Cancro* Moved all of the wholist masquerading commands into...
2000-02-25 Art Cancro* Modularized the RWHO (Read WHO is online) command...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-01-17 Art Cancro* citserver.c: cleanup hook functions are now run under...
2000-01-17 Art Cancro*** empty log message ***
2000-01-09 Art Cancro* Auto-creation of various rooms is now done correctly...
2000-01-09 Art Cancro* Get/save arbitrary configs
2000-01-08 Art Cancro* Reworked some of the data structures to handle multip...
1999-12-09 Art Cancro* Split cmd_user() and cmd_pass() into frontend/backend...
1999-12-09 Art Cancro* Finished the "arbitrary service" registration.
1999-11-29 Nathan Bryant* citserver.c: Solaris lacks inet_aton; use inet_addr...
1999-11-29 Nathan Bryant* citserver.c: include <sys/types.h>; may help portabil...
1999-11-17 Art Cancro* Removed the session_count() function. Instead, keep...
1999-11-03 Art Cancro* Fixed buffer overrun problems in cmd_rchg(), cmd_hchg...
1999-11-02 Art Cancro* Fixed timeout problem for remote client sessions...
1999-11-01 Art Cancro* Fixed a concurrency bug which crashed the server...
1999-10-31 Art Cancro* Fixed buffer overrun in cmd_rchg()
1999-10-29 Art Cancro* Debugged all possible ways for a session to terminate...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-28 Art Cancro* Fixed the problem of worker threads waking up prematu...
1999-10-27 Art Cancro* Initial hack of worker-thread rearchitecture. Right...
1999-10-26 Art Cancrodamn bugs
1999-10-26 Art Cancro* Shuffled around the order of events when a thread...
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
1999-10-23 Art Cancro* Finished moving vCard functionality to the new messag...
1999-10-20 Art Cancro* Wholist fixes for users who are in chat mode
1999-10-20 Art Cancro* In the wholist, only show <private room> if the user...
1999-10-04 Art Cancro* We now have a housekeeping thread and a housekeeping...
1999-10-04 Art Cancro* Minor vCard fixes
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-19 Art Cancro* Finished off the message architecture stuff with...
1999-09-07 Art Cancro* cmd_msg3() now uses serialize_message() for its outpu...
1999-08-29 Art Cancro* HTML now works.
1999-08-05 Art Cancro* RWHO command now returns express message code in...
1999-08-01 Art Cancro* EXTREME coolness. The server side of the ICQ metacli...
1999-07-31 Art CancroICQ changes
1999-07-27 Art CancroRemoved all references to CC->msglist and CC->num_msgs...
1999-07-18 Art CancroChanges to dynloader et al to handle ICQ module being...
1999-07-16 Art Cancro * PEXP and GEXP no longer trip the idle time display
1999-06-24 Art Cancro * added server command line option "-f" to...
1999-06-10 Art Cancro * Replaced all code that generated temporary...
1999-05-22 Art Cancro * Added function CtdlGetDynamicSymbol() for...
1999-05-21 Art Cancro * database.c: print log messages for file defra...
1999-04-08 Nathan Bryantgot it right this time... also, more general interface...
1999-04-08 Nathan Bryant * citserver.c: improved is_public_client()...
1999-03-14 Art Cancro * commands.c: use bright colors by default...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-03 Art Cancro * Overhauled the express messaging system (again)
1999-02-01 Art CancroAdded the OPNA command for downloading attachments
1999-01-29 Nathan Bryantirix fixen
1999-01-29 Art CancroFixed a potential buffer overrun in cmd_rchg()
1999-01-23 Art Cancro * Changed internal storage of express messages...
1999-01-15 Art Cancro * Brought over the mime_parser from WebCit...
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1999-01-06 Art Cancro * Replaced all occurances of malloc(), realloc...
1998-12-14 Art CancroFixed more of the session table nonsense
1998-12-14 Art CancroMore session table stability nonsense
1998-12-13 Art Cancro * sysdep.c, citserver.c: (hopefully) fixed...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-21 Art Cancro import.c: removed
1998-11-21 Art Cancroroom expires
1998-11-13 Art Cancrofixed cmd_rchg() again
1998-11-11 Art Cancro * citserver.c, msgbase.c, user_ops.c: hide...
1998-11-11 Art Cancro citserver.c: slight changes to cmd_rchg() and cmd_hchg...
1998-11-10 Nathan Bryant*** empty log message ***
1998-11-07 Art Cancro * citadel.h (and related files): removed defunc...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-28 Art Cancro * citserver.c: clear out cmdbuf before reading...
1998-10-24 Art Cancropolicy
1998-10-15 Art CancroMisc code cleanup
1998-10-11 Nathan Bryant * citserver.c: fix two more overruns, one of...
1998-10-10 Nathan Bryant * citserver.c: fix overrun which caused segv...
1998-10-09 Art Cancro * user_ops.c: added PurgeStaleRelationships...
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
1998-09-29 Art Cancro * Removed code from some of the utilities which...
1998-09-19 Art Cancrocitserver.c: removed cmd_extn() and related code
1998-09-18 Art Cancro * server.h, dynloader.c, citserver.c, user_ops...
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-08 Brian CostelloDamn CVS. This should have the unlimited extra command...
1998-08-26 Brian Costello[aug 25 btx]
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
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-06 Art CancroGot the CitadelAPI library to the point where the serve...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-12 Art Cancro This is part of the server core. It contains code...
1998-07-12 Art Cancro Changed logging mechanism from a circular binary file...
1998-07-12 Art Cancro Finished all of the code relating to the "global serve...
1998-07-11 Art CancroInitial revision